body{
	margin: 0px;
	padding: 0px;
	background: #738182 url(images/background.gif) repeat-x top center;
	color: #FFFEDE;
	font-family: Times New Roman, Times, serif;
}
h1, h2, p{
	margin: 15px;
	line-height: 150%;
}
h1, h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0035; /* crimson */
}
h1{
	font-size: 16pt;
	font-weight: normal;
	text-transform: uppercase;
}
h2{
	font-size: 12pt;
	font-weight: bold;
}
a{
	color: #CC0035; /* crimson */
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
hr{
	margin: 0px 15px;
	background: #000000;
	border-bottom: 2px dotted #FFFEDE;
}
img{
	display: block;
	border: 0px;
}
#page{
	margin: 0px auto;
	padding: 1px 0px;
	width: 770px;
	background: #000000;
	color: #C2BFA9;
}
#header{
	width: 100%;
	height: 250px;
}
.hdr_home{ background: #C2BFA9 url(images/hdr_home.jpg) no-repeat top; }
.hdr_gallery{ background: #C2BFA9 url(images/hdr_gallery.jpg) no-repeat top; }
.hdr_artistbio{ background: #C2BFA9 url(images/hdr_artistbio.jpg) no-repeat top; }
.hdr_exhibitions{ background: #C2BFA9 url(images/hdr_exhibitions.jpg) no-repeat top; }
.hdr_archive{ background: #C2BFA9 url(images/hdr_archive.jpg) no-repeat top; }
#logo{
	display: inline;
	margin: 130px 30px 20px 30px;
}
#nav_gallery{ background: #C2BFA9 url(images/navbg_gallery.jpg) no-repeat top left; }
#nav_artistbio{ background: #C2BFA9 url(images/navbg_artistbio.jpg) no-repeat top left; }
#nav_exhibitions{ background: #C2BFA9 url(images/navbg_exhibitions.jpg) no-repeat top left; }
#nav_archive{ background: #C2BFA9 url(images/navbg_archive.jpg) no-repeat top left; }
#navigation{
	margin-top: 24px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-transform: lowercase;
}
#navigation a{
	display: block;
	padding: 12px 0px 12px 80px;
	color: #000000;
}
#navigation a:hover{
	text-decoration: none;
	color: #666666;
}
.btn_gallery{ background: url(images/btnbg_gallery.gif) no-repeat 30px center; }
.btn_bio{ background: url(images/btnbg_bio.gif) no-repeat 30px center; }
.btn_exhibitions{ background: url(images/btnbg_exhibitions.gif) no-repeat 30px center; }
.btn_archive{ background: url(images/btnbg_archive.gif) no-repeat 30px center; }
.btn_home{ background: url(images/btnbg_home.gif) no-repeat 30px center; }
.content{
	padding: 15px;
}
.gallery p{
	margin: 0px;
	margin-bottom: 10px;
}
.gallery_header{
	margin: 0px 0px 0px 30px;
	padding: 3px 6px;
	background: #738182;
	color: #000000;
}
.gallery img{
	margin-bottom: 5px;
}
.secondphoto{
	margin-top: 10px;
}
.gallery, .caption{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #738182;
}
/*.exhibitions{
	padding: 15px;
}*/
#footer{
	width: 100%;
	border-top: 1px solid #312F28;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #738182;
}
#footer p{
	margin: 15px 30px;
}
#footer a{
	color: #797569;
}
#footer_email p{
	text-align: right;
}
#footer_email a{
	text-align: right;
	color: #CC0035; /* crimson */
}