/*******************************************************************************
   Content
*******************************************************************************/
div#header {
	width: 801px;
	height: 131px;
	background: url(../images/bkgrd/header_bkgrd.jpg) top left no-repeat;
	}
	
div#footer {
	width: 801px;
	height: 159px;
	background: url(../images/bkgrd/footer_bkgrd.jpg) top left no-repeat;
	padding-top: 26px;
	}

div#footer2 {
	width: 801px;
	height: 159px;
	background: url(../images/bkgrd/footer_bkgrd2.jpg) top left no-repeat;
	padding-top: 26px;
	}

div#footer3 {
	width: 801px;
	height: 159px;
	background: url(../images/bkgrd/footer_bkgrd.jpg) top left no-repeat;
	padding-top: 26px;
	}
	
div#content {
	width: 745px;
	min-height: 372px;
	background: url(../images/bkgrd/content_bkgrd.jpg) top left no-repeat #C9BD92;
	line-height: 1.46em;
	padding: 28px 28px 10px 28px;
	}
	
/* IE6 min-height fix */
* html div#content {
	height: 372px;
	}
	
div#content_pic {
	float: left;
	width: 166px;
	}

div#content_bio,
div#content_contact {
	float: left;
	width: 231px;
	padding-left: 23px;
	padding-right: 35px;
	}

div#content_exhibits,
div#content_sale {
	float: left;
	width: 290px;
	}
	
/*******************************************************************************
   Content
*******************************************************************************/
#content,
#content * {
	font-family: Georgia, sans-serif;
	color: #313533;
	}

#content h1 {
	color: #313533;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 0.0em;
	font-variant: small-caps;
	}

#content h2 {
	color: #313533;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0.6em;
	padding-bottom: 0.3em;
	}

#content h3 {
	color: #313533;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	}

#content h4 {
	color: #313533;
	font-size: 1.0em;
	font-weight: bold;
	}

#content p {
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	}

#content p.center {
	text-align: center;
	}

#content p.indent {
	margin-left: 1.75em;
	}

#content a {
	color: #313533;
	}

#content ul {
	margin-left: 1.75em;
	padding-bottom: 0.5em;
	}

#content ul.indent_list {
	list-style: none;
	margin-left: 2.75em;
	}

#content ol {
	margin-left: 2.0em;
	padding-bottom: 0.5em;
	}

#content hr {
	border: 0;
	color: #0E4C72;
	background-color: #0E4C72;
	height: 2px;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#content table#exhibits_table tr td.left_col {
	padding-right: 10px;
	width: 55px;
	}
