body {	background-image: url('/images/black-lines.gif');
	background-color: White;
	margin: 0;}

a:link {color: #0000bb; text-decoration: none;}
a:visited {color: #0000bb; text-decoration: none;}
a:hover {text-decoration: underline;}
a img { border: 1; border-color: #000000;}

p 	{text-align: justify;} 

em 	{font-weight: bold;}

h1.left {font-family: georgia, verdana, arial; font-size: 16px; font-weight: normal; margin: 0; color: #000000; text-align: left;}
h1.right {font-family: georgia, verdana, arial; font-size: 16px; font-weight: normal; margin: 0; color: #000000; text-align: right;}
h1.center {font-family: georgia, verdana, arial; font-size: 16px; font-weight: normal; margin: 0; color: #000000; text-align: center;}
h1.artist {font-family: verdana, arial; font-size: 20px; font-weight: bold; margin: 0; color: #000000; text-align: left;}

h2 {	font-family: verdana;
    	font-size: 12px;
    	font-weight: normal;
	margin: 0;
	text-align: justify;
	color: #000000;}

h3 {	font-family: arial;
    	font-size: 9px;
    	font-weight: normal;
	line-height: 120%;
	margin: 0;
	color: #000000;}

h4 {	font-family: verdana;
    	font-size: 12px;
    	font-weight: normal;
	margin: 0;
	line-height: 100%;
	text-align: left;
	color: #000000;}

h5 {	font-family: verdana;
    	font-size: 12px;
    	font-weight: normal;
	margin: 0;
	line-height: 100%;
	text-align: right;
	color: #000000;}

h6 {	font-family: verdana;
    	font-size: 1px;
    	font-weight: normal;
	margin: 0;
	text-align: left;
	color: #000000;}



#topmenu {border-left: 10px solid Black;
	border-right: 10px solid Black;
	width: 720px;
	background-image: url('/images/back2.gif');
	padding-bottom: 15px;}

#header {border-left: 10px solid Black;
	border-right: 10px solid Black;
	width: 720px;
	background-image: url('/images/cream.gif');
	padding-top: 10px;
	padding-bottom: 10px;}

#gdesc {border-left: 10px solid Black;
	border-right: 10px solid Black;
	width: 720px;
	background-image: url('/images/cream.gif');
	line-height: 110%;}

#search {border-left: 10px solid Black;
	border-right: 10px solid Black;
	width: 720px;
	background-image: url('/images/cream.gif');
	line-height: 100%;}

#search2 {border-left: 10px solid Black;
	border-right: 10px solid Black;
	width: 720px;
	background-image: url('/images/cream.gif');
	line-height: 100%;}

#linetitle {border-left: 10px solid Black;
	border-right: 10px solid Black;
	width: 720px;
	background-image: url('/images/cream.gif');}

#content {border-left: 10px solid Black;
	border-right: 10px solid Black;
	width: 720px;
	background-image: url('/images/cream.gif');}

#newstuff {border-left: 10px solid Black;
	border-right: 10px solid Black;
	width: 720px;
	background-image: url('/images/cream.gif');
	padding-top: 10px;}

#spacer {border-left: 10px solid Black;
	border-right: 10px solid Black;
	width: 720px;
	background-image: url('/images/cream.gif');
	padding-top: 15px;}

#footer {border-left: 10px solid Black;
	border-right: 10px solid Black;
	width: 720px;
	background-image: url('/images/black.gif');}

.warning {color: Red;
   	font-weight: bold;}

.special {width:5px;visibility:hidden;}

.submitLink {
   	color: #00f;
   	background-color: transparent;
   	text-decoration: underline;
   	border: none;
   	cursor: pointer;
   	cursor: hand;}

.myButton {
	-moz-box-shadow:inset 0px 1px 3px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 3px 0px #ffffff;
	box-shadow:inset 0px 1px 3px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:11px 30px;
	text-decoration:none;
	text-shadow:0px -1px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.myButton:active {
	position:relative;
	top:1px;
}


