@charset "utf-8";
#container { 
	width: 845px;
	margin: 0 auto; 
	text-align: left; 
}
.artists_main{	
	height: 500px;
	background-image:url(images/SAN_logo_home_light.gif);
	background-repeat:no-repeat;
	background-position: center;
} 
.artists_main ul {	
	width: 845px;
	padding: 220px 0 0 390px;
}

.artists_main ul li{
	display: inline;
	padding: 0 100px 0 0px;	
	
}
.artists_main ul li a{
	text-decoration: none;
	font-size: 24px;
	font-weight: 100;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
.artists_main ul li a:hover{
	color: #000;
		
}
.artists_main ul li a:visited{
	color: #069;	
}

.artists_main2 {	
	width: 845px;
	padding: 0px 0 0 330px;
}
.artists_main2 p{
	color: #39C;
	font-size: 14px;
	font-weight: 100;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}
.artists_main2 p a{
	color: #6692B0;
	font-size: 14px;
	font-weight: 100;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}
.current_title {
	width: 845px;
	padding: 50px 0 20px 300px;
}
.current_exhibit {
	width: 845px;
	padding: 0px 0 0 300px;
}
.current_exhibit img{
	float: left;
	padding: 0px 20px 0 0px;
}
.contact {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5A5A5A;
}

a:link, a:visited {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b7494;
	text-decoration: none;
}
a:hover, a:active {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A3355;
	text-decoration: none;
}
#space {
	text-align: center;
	height: 29px;
	width: 10px;
}
.heading {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.leftnav {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
}
.exhibit_h1 {
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 1px;
}
.nobold {
	font-weight:normal;
}
.exhibit_h2 {
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 1px;
}
.exhibit_h3 {
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #000000;
	text-align: center;
	margin: 1px;
}
.exhibit_h4 {
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 1px;
}
p {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
.current {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.exhibit_img {
	border: 1px solid #898989;
}
.leftnavleft {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
.black {
	color: #000000;
}
.name {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
/*.normal, li {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}*/
h1 {
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 1px;
}
h2 {
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 1px;
}
h3 {
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	
}
.redtext {
	color: #EE2034;
}
.greentext {
	color: #8CC542;
}
.bluetext {
	color: #09C;
}

/* Artist Pages*/
#main {
	float:left;
	width: 470px;
	
}
#thumbs {
	float:right;
	width: 360px;
	margin-top: ;
}
#thumbs p{
	padding-top: 3px;
}
#thumbs table{
	margin-top: -22px ;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
