/* Page Template */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#wrapper {
	background-image:url(../img/wrapperbg.png);
	background-repeat:repeat-y;
	width:765px;
	margin:auto;
	text-align:center;
	padding:0 5px 0 5px;
}
#header {
	width:765px;
}


#footer {
	clear:both;
	width:755px;
	text-align:center;
	background-color:#336699;
	color:#FFFFFF;
	padding:5px;
	font-size:11px;
}

/* Nav bar */

ul {  /* required to keep the menu aligned */
margin: 0;
padding: 0;
}
/*hide from macie5.2\*/
* html #nav ul, * html #subnav ul{
	padding-left:6px; 
}
/*cease hiding*/


/* Text Formatting */
.customtext ul {
	padding: 0 0 0 2em;
	line-height:1.1em;
}
/* Image Formatting */
img {
	border:0px;
	vertical-align:middle;
}

.imgborder {
	border:solid 1px black;
	background-color:white;
	padding:1px;
}

/* More Info Form */
form {
	margin:0;
}

html{
	padding: 20px;
	margin: 0;
}

ul{
	list-style-type: none;
	padding-left: 0px;    
	margin: 0; 
}

li{
	padding-bottom: 6px;
}

a {
	color: #000;
}

#pageheader{
	width: 955px;
	height: 200px;
	border-bottom: 5px solid #000;
}

#content{
	width: 955px;
	padding-top: 38px;
}

#nav{
	position:absolute;
	width: 170px;
}


#subnav{ 
	position:absolute;
	left:250px;
}

#artistnav{ 
	position:absolute;
	width:150px;
}


#leftcol{
	float:left;
	width: 240px;
}
#content {
height: 600px;
}

#rightcol{
	position:absolute;
	left: 240px;
	width:600px;
	padding-left: 30px;
}

#rightexhibcol{
	float:right;
/*	left: 240px;*/
	width:630px;
	padding-left: 30px;
	margin-right: 50px;
}

#rightartcol{
	position:absolute;
	left: 600px;
	width:350px;
	padding-left: 30px;
}

#rightarttxt{
	position:absolute;
	left: 240px;
	width:350px;
	padding-left: 30px;
}
.exhibimg{
	float:left;
	padding-right: 17px;
	padding-bottom: 10px;
}

.nav{
	margin: 0px;
}

.nav a:link, .nav a:hover, .nav a:visited{
	text-decoration:none;
}

.textgap {padding-bottom: 8px;
}

.subnavhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #000;
}

.x_bluehead, .x_bluehead a, .x_bluehead a:link, .x_bluehead a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #B1B1B1;
	text-decoration: none;
}

.x_bluehead a:hover {color:#A3A3A3; text-decoration: underline;}

.x_greyhead, .x_greyhead a, .x_greyhead a:link, .x_greyhead a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #B0B0B0;
	text-decoration: none;
}

.x_greyhead a:hover {color:#B0B0B0; text-decoration: underline;}


.x_blackhead, .x_blackhead a, .x_blackhead a:link, .x_blackhead a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color: #000;
	text-decoration: none;
}

.x_blackhead a:hover {color:#A3A3A3; text-decoration: underline;}


.x_blueLinks, .x_blueLinks a, .x_blueLinks a:link, .x_blueLinks a:visited {color:#B1B1B1; text-decoration: none;}
.x_blueLinks a:hover {color:#A3A3A3; text-decoration: underline;}

.x_blackLinks, .x_blackLinks a, .x_blackLinks a:link, .x_blackLinks a:visited {color:#000; text-decoration: none;}
.x_blackLinkson {color:#000; text-decoration: none;}
.x_blackLinks a:hover, .x_blackLinkson a {color:#A3A3A3; text-decoration: underline;}

.x_textheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
.greydash {
	background-image: url(../../img/nav/greydash.gif);
	background-repeat:repeat-y
}
hr {
	border-top-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.x_hr { border:0px;height:0px;border-top:1px solid #B3B3B3;margin:5px 0 10px 0;}
* html .x_hr { margin:-3px 0 0 0; }
