@charset "utf-8";

/* global settings */ 
body {
padding-top:10px;
	margin : 0;
	padding-bottom:0;
	background-image:url(images/bg2.png);
	background-repeat:repeat-x
	background-color:#CC6633;
	color : #cc6633;

}


 p {
	font-family: Arial;
	font-size: 11px;
	font-weight: 300;
	text-align: left;
	color: #666666;
	padding-left: 12px;
	padding-top: 0px;
}

 h1 {
	font-family: Geneva;
	font-size: 10pt;
	text-align: left;
	padding:0;
	margin:0;
	font-weight: 600;
	color: #1f1f1f;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	padding:0;
	margin:0;
	font-weight: lighter;
	color: #666666;
	vertical-align: bottom;
}
 
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	padding:0;
	margin:0;
	font-weight: bold;
	color: #333333;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	padding:0;
	margin:0;
	font-weight: bold;
	color: #333333;
	text-align:center;
}

 a:link {
	color: #bc7e41;
	font-weight: 600;
	text-decoration: none;
}
 a:visited {
	color: #3a252c;
	font-weight: 600;
	text-decoration: none;
}
 a:hover {
	color: #3a252c;
	font-weight: 600;
	text-decoration: underline;
}
 a:active {
	color: #3a252c;
	font-weight: 600;
	text-decoration: none;
}



/* Page Container*/
#container {
	margin: 0px auto;
	padding: 0px;
	width: 722px;
	margin-top: 0;
	margin-bottom: 0;
	min-height:100%;
    position:relative;
	height:100;
	border: 1 px solid;
	border-color:#333333;

}

/* text feild and button*/
.textfield_effect{
border-width: 1px;
border-style: solid;
border-color:#666666;
background:#FFFFFF;
font-family: Arial;
	font-size: 11px;
	font-weight: 300;
	text-align: left;
	color:#CC6600;
}


/* Navigation Settings*/

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	width: 722px;
	background-color: black;
	background-image: url(images/nav-background-black.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFF
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFF;
	border-left:1px solid;
	border-right:1px solid;
	border:#333333;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
}

.solidblockmenu li a:visited{
color: CC6600;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color:#CC6600;
	background: transparent url(images/nav-background-blue.jpg) center center repeat-x;
}


/* Banner*/

#header{
	width: 722px;
	background-image:url(images/logo.png);
	background-position:right;
	background-repeat: no-repeat;
	height: 70px;
	margin: 0px auto;
	}	

#rotator
{
  background: url(images/banners/rotator.php) no-repeat center top;
  width: 722px;
  height: 190px;
  border-top-width: 0px;
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	border:#333333;
}


#artistbanner{
	background-image:url(images/banner_represented.jpg);
	width: 722px;
	background-repeat: no-repeat;
	height: 190px;
	border-top-width: 0px;
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	border:#333333;
	}
#exhibitbanner{
	background-image:url(images/banner_exhibit.jpg);
	width: 722px;
	background-repeat: no-repeat;
	height: 190px;
	border-top-width: 0px;
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	border:#333333;
	}
	
	#contactbanner{
	background-image:url(images/banner_contact.jpg);
	width: 722px;
	background-repeat: no-repeat;
	height: 190px;
	border-top-width: 0px;
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	border:#333333;
	}
	
	#directionsbanner{
	background-image:url(images/banner_directions.jpg);
	width: 722px;
	background-repeat: no-repeat;
	height: 190px;
	border-top-width: 0px;
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	border:#333333;
	}
	
	#pastbanner{
	background-image:url(images/banner_past.jpg);
	width: 722px;
	background-repeat: no-repeat;
	height: 190px;
	border-top-width: 0px;
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	border:#333333;
	}


/* Main-Content */
#front-left {
	float: left;
	width: 331px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-right-color: #CCC;
	height: 1050px;
 }
 
 #front-right {
	float: left;
	width: 330px;
	padding: 15px;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: 1050px;
 }
 
 #bottom {
	
	padding:0;
	margin:0px auto;
	background-color: #FFFFFF;
	text-align: center;
	}
/* Main-Content */

 #exhibitgallery {
	margin:0px auto;
	text-align: center;	
 	}
	
/* Image Captions */

img.double-border {
	border: 5px solid #ddd;
	padding: 5px; /*Inner border size*/
	background: #fff; /*Inner border color*/
}