/* Reset */
html{color:#000;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit; color: #656565;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/* Clearfix*/
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.clearfix{display:inline-block;}html[xmlns] .clearfix{display:block;}* html .clearfix{height:1%;}

/* General Styling */
html, body {
	background-color:#bdc9bc;
}
#announce{
	font-weight:lighter;
	font-size:28px;
	letter-spacing:2px;
	line-height:30px;
	color:#000;
	font-family: Trebuchet MS;	
}
#announce2{
	font-weight:lighter;
	font-size:18px;
	letter-spacing:1px;
	line-height:24px;
	color:#000;	
	font-family: Trebuchet MS;
}
a:link{
	font-weight:lighter;
	font-size:16px;
	color:#6D7F56;
	text-align:left;
	text-decoration:none;
	font-family: Trebuchet MS;
}
a:hover{
	font-weight:lighter;
	font-size:16px;
	text-align:left;
	text-decoration:underline;
	color:#FFF;
	font-family: Trebuchet MS;
}
a:visited{
	font-weight:lighter;
	font-size:16px;
	text-align:left;
	text-decoration:underline;
	color:#FFF;
	font-family: Trebuchet MS;
}
#wrap{
	margin:100px 100px 0 100px;
	min-width:760px;
	max-width:1080px;
	position:relative;
}
#content{
	font:130% "Arial";
	color:#333;
	line-height:140%;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	font-family: Arial;
}
#content img {
	margin-bottom:40px;
}
#images {
	padding-top:0px;
	padding-bottom:50px;
	padding-left:480px;
	float:left;
}
#images ul {
	/* max-width:445px; */
}

#images li {
	list-style:none;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
#images a{
	display:block;
	position:relative;
	margin:0;
	list-style:none;  
}
#images img {
	border:1px solid #000;
	display:block;
}
#images a:hover img{
	border:1px solid #fff;
	display:block;*/
}

#button{
	margin-top:70px;
	background:#e4ede3;
	display:block;
	font-weight:normal;
	letter-spacing:2px;
	color:#333;
	text-align:center;
	text-decoration:none;
	padding:8px 8px;
	line-height:1.0em;
	width:92px;
	font-size:13px;
	float:left;
	margin-right:10px;
}
#button:hover {
	background:#FFF;
}
h4{
	color:#6D7F56;
	font-size:18px;
	font-weight:lighter;
	margin-bottom:5px;
}
#bio {
	font-family:"TrebuchetMS";
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	margin:25px 25px 25px 25px;
	width:600px;
	height:400px;
	overflow:auto;
}
#bio p {
	margin-bottom:10px;
}
#exhibitions {
	font-family:"Arial";
	font-size:12px;
	font-weight:normal;
	line-height:17px;
	margin:25px 25px 25px 25px;
	width:600px;
	height:400px;
	overflow:auto;
}
#exhibitions p {
	margin-bottom:10px;
}
#wrap #content #announce {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

