@charset "UTF-8";
/* CSS Document */

*{margin:0;padding:0;
font-family:trebuchet ms, ariel, helvetica;
}

tr{text-align:center; margin-bottom:20px;}
td{width:300px;}

a img{
border:none;
margin:auto;
padding:4px;
border:1px solid #ccc;
margin-bottom:0;
}

a:hover img{
border:1px solid #000;
}


.image{
text-align:center;
margin-bottom:0;
}
.title{
clear:left;
text-align:center;
color:#333;
font-size:14px;
}

.description{
	clear:both;
	color:#999;
	font-size:12px;
	text-align:left;
}

.description a{
	font-size:12px;
}

.description a:hover{
	text-decoration:none;
}

#artist-spotlight{
	margin-bottom:30px;
}

span.artist-spotlight{
	font-family: "Century Gothic", Corbel, Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666;
}

p.desciption{
color:#666; 
font-size:12px;
font-family: "Century Gothic", Corbel, Futura, Verdana, Arial, Helvetica, sans-serif;
line-height:20px;

}

h2.painting-title{
color:#999999; 
font-size:66px; 
font-weight:normal; 
font-family: "Century Gothic", Corbel, Futura, Verdana, Arial, Helvetica, sans-serif;
}


h2.painting-artist{
color:#ccc; 
font-size:40px; 
margin-top:-20px; 
padding-left:40px;
font-family:"Century Gothic", Corbel, Futura, Verdana, Arial, Helvetica, sans-serif; 
font-weight:normal;
}

#painting-detail img{border:1px solid #999; padding:4px; background:#fff; margin-left:0px; margin-right:0px; display:block; width:500px;}

