/*body,td,th {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
	font-size:12px;
}*/

.normal {
	font-size:12px;
	font-weight:normal;
	}
	
.style2 {
	color: #ffffff;
	font-size:120%;
	font-family: arialblack,sans-serif;
	}
	
.style2_color {
	color: #cc3333;
	font-size:120%;
	font-family: arialblack,sans-serif;
	}

.style3 {
	color: #ffffff;
	font-size:150%;
	text-align:center;
	}

.white {
		color: #4c554e;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 200%;
		font-weight:lighter;
		}
		
.sold {
		color: #FF0000;
		font-weight:normal;
		}
		
.unbold {
		font-weight:normal;
		font-size:80%;
		}
		
.showdate {
		font-weight:normal;
		color:#FFFFFF;
		text-decoration:underline;
		}		
		
	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#mainNav{
	margin: 10px 0 10px 10px;
	padding: 0;
}

#mainNav a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#mainNav a:hover{
	color: #FFFF99;
}

#index{
	margin: 0;
	padding-left: 130px;
	padding-top: 50px;
}

#subNav{
	margin: 50px 10px 0 10px;
	padding: 0;
	float: left;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#ffffff;
}

#subNav a{
	font-family:"Times New Roman", Times, serif;
	font-size:80%;
	font-style:italic;
	color:#fe7145;
}

#picture{
	width: 840px;
	background-color: #000000;
	padding: 0;
	margin: 0 10px 0 10px;
}

#artist{
	background-color: #91a292;  /* light green */
	border: 2px solid #000000;
	width: 600px;
	margin: 30px 0 0 10px;
	padding: 1em;
}

#masthead{
	background-image: url(../../images/WebHeader-Sliver.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

#caption{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	}

#caption-right{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	}



.inline-left{
	margin-right: 10px;
	border: 2px solid black;
	}

.inline-right{
	margin-left: 10px;
	margin-top: 10px;
	border: 2px solid black;
	}
	
.imagetitle{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:bold;
	font-size: 18px;
	text-align:center;
	margin-top: 20px;
}

.imagedesc{
	font-family: Arial, Helvetica, sans-serif;
	color: #5b615a;
	font-size: small;
	text-align:center;
	margin-top: -15px;
}

.noblankline{
	margin-top:-15px;
	}

.floatright
{
float: right;
margin: 10px 0 10px 10px;
clear: right;
}