* { padding: 0; margin: 0; }

body {
	color: #FFF;
	background: #1F1F1F;

/*	font-family: "Trebuchet MS","Bitstream Vera Sans",Arial,Verdana,Helvetica,sans-serif; */
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;

}



div.scrollbar
	{
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#ffcc00;
	scrollbar-face-color:#ffcc00;
	scrollbar-highlight-color:#ffcc00;
	scrollbar-shadow-color:#ffcc00;
	color: #000;
	background-color: #ffcc00;
	width: 650px;
	height: 280px;
	padding: 10px;
	overflow: auto;
	}



a:link , a:active , a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #e7ad47;
}


#wrapper {
	margin: auto;
	width: 840px;
	min-height: 600px;
	position: relative;
	background: #383838;
	text-align: left;
/*
	margin-top: 25px;
	margin-bottom: 25px;
*/

}
#header {
	background: #292929;
	width: 838px;
	height: 48px;

	border:1px solid #373737;
	border-bottom:1px solid #939393;
	position: relative;

}

#header-text {
	position: absolute;
	bottom: 4px;
	left: 59px;

	text-transform: uppercase;
	font-family: "Trebuchet MS","Bitstream Vera Sans",Arial,Verdana,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#header-name {
}
#header-role {
	padding-left: 5px;
	color: #e7ad47;
}

#mainmenu {
	padding-top: 5px;
	padding-left: 60px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	height:25px;
}

h1,h2,h3,h4 {
	font-family: "Trebuchet MS","Bitstream Vera Sans",Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 130%;
}
h1 {
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom:15px;
	padding-top:20px;
}
h2 {
	font-size: 16px;
	padding-bottom:10px;
	padding-top:15px;
	color: #E7AD47;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 18px;
}

span.nav-item {
	margin-right: 20px;
}

a.nav-item-link-selected {
	text-decoration: underline;
	color: #DDD;
/* 	font-weight: bold; */
}

.nav a:link , .nav a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	font-size:14px;
	}



#content {
	position: relative;


	width: 840px;
}
#content2 {
	width: 840px;
/*	height: 450px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
*/
}
#content2b {
	margin: 5px 20px 10px 20px;
	padding-bottom: 5px;
}

#content2b p {
	line-height: 1.4em;
	padding: 2px 0 4px 0;
}

#content2b a:link , #content2b a:active , #content2b a:visited {
	text-decoration: none;
	color: #e7ad47;
}
#content2b a:hover {
	color: #FFF;
}



#footer {
/*
	position: absolute;
	bottom: 0;
	left: 0;
*/
	width: 840px;
	height: 30px;
	padding: 0;
	margin: 0;

	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#footer a , #footer a:visited {
	color: #777;
}
#footer a:hover {
	color: #e7ad47;
}

#footer hr {
	width: 820px;
	padding: 0;
	margin: 0 10px;
	height: 0;
	border: 0;
	border-top:1px solid #939393;
	line-height: 1%;
}

#footer-line {
	width: 820px;
	margin: 0 10px 5px;
	height: 1px;
	border-top:1px solid #939393;
}
#footer-1 {
	float: left;
	padding-left: 10px;
	width: 400px;
	text-align: left;

}
#footer-2 {
	float: right;
	padding-right: 10px;
	width: 400px;
	text-align: right;
}



.align-right {
	text-align: right;
}

.image-details {
	color: #CCC;

}
.image-title {
/* 	font-weight: bold; */
	font-size: 13px;
	color: #FFF;
}



#exhibitions_table {
	margin-top: 10px;
}

#exhibitions_table td ,
#exhibitions_table th {
	padding: 2px 15px 2px 10px;
}
#exhibitions_table th {
	padding-top: 12px;
	color: #e7ad47;
}
#exhibitions_table th h2 {
	color: #FFF;
}


#publications_table {
	margin-top: 10px;
	margin-bottom: 20px;
}

#publications_table td ,
#publications_table th {
	padding: 2px 5px 2px 10px;
}
#publications_table th {
	padding-top: 12px;
	font-size: 14px;
	font-weight: bold;
}
#publications_table td p {
	margin-right: 15px;
	margin-top: 5px;
}

#publications_slideshow_container {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 300px;


}




#drawings_table img.drawing {
	border:1px solid #ABABAB;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

#image_slideshow_container {
	margin-top: 35px;
 	height: 430px;
}

#image_slideshow {
	list-style-type: none;
}

#image_slideshow img {
	margin-bottom: 5px;
}


#contact_page_table {
	margin-top: 25px;
}

#contact_page_image {
	margin-top: 5px;
	margin-bottom: 25px;

}

#contact_email_details {
	border:1px solid #ABABAB;
	padding: 12px 20px;
	color: #E7AD47;
	line-height: 1.5em;
}
#contact_email_details a , #contact_email_details a:visited {
	color: #FFF;
/* 	font-weight: bold; */
}
#contact_email_details a:hover {
	color: #FFF;
}

#contact_page_text_1 {
	padding-left: 20px;
	padding-right: 10px;
	line-height: 1.4em;
}
#contact_page_hr {
	padding: 0;
	margin: 15px 0;
	height: 0;
	border: 0;
	border-top:1px solid #939393;
	width: 75%;
}
#contact_page_text_2 {
	font-size: 13px;
/* 	margin-top: 45px; */
	font-style: italic;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 1.2em;
}
#contact_page_text_3 {
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 10px;
	text-align: right;
	line-height: 1.4em;
}

#contact_page_text_4 {
	margin-top: 5px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	line-height: 1.4em;
}
#contact_page_text_4 h2 {
	font-weight: normal;
	padding: 10px 0 15px 0;
}
#contact_page_table_2 td , #contact_page_table_2 th {
	padding: 5px 30px 0 0;
}

#contact_page_text_5 {
	margin-top: 25px;
	padding-bottom: 20px;
/* 	font-weight: bold; */
	line-height: 1.5em;
}

#recent_work_table {
	margin-top: 30px;
}

.float_right {
	float: right;
	margin: 0 0 5px 10px;
}
.float_left {
	float: left;
	margin: 0 10px 5px 0;
}

#biography-inner-table td {
	vertical-align: top;
	padding: 0 15px 10px 0;

}

#biography-outer-table {

}




