* {
	margin: 0px;
	padding: 0px;
}
html, body {
	font-family: "Times New Roman", Times, serif;
	background: #1f0200;
}
p {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #c4a16f;
}
a {
	color: #ddaf6e;
	text-decoration: none;
}
h1, h2, h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
	color: #c4a16f;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
ul {
	margin: 5px 0 0 30px;
}
ol {
	margin: 5px 0 0 30px;
}
li {
	font-size:12px;
}
blockquote {
	margin-left: 30px;
}
input, textarea {
	border: solid 1px #c4a16f;
	background: #7e6c58;
}
#main {
	width: 940px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -470px;
}
#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}
#header {
	position: relative;
	width: 940px;
	height: 85px;
}
#logo {
	height: 65px;
	width: 264px;
	border: none;
	position: absolute;
	bottom: 10px;
	left: 0px;
}
#nav {
	position: absolute;
	right: 15px;
	bottom: 0px;
}
#nav p {
	font-size: 16px;
	color: #524a3d;
}
#nav a {
	text-decoration: none;
	margin-left: 20px;
	color: #524a3d;
}
.nav_selected {
	color: #524a3d !important;
}
#subnav {
	position: absolute;
	top: 65px;
	right: 20px;
}
#subnav p {
	color: #7e6c58;
	font-size: 17px;
}
#subnav a {
	text-decoration: none;
	margin-left: 20px;
	color: #7e6c58;
}
.subnav_selected {
	color: #ddaf6e !important;
}
#content {
	position: relative;
	width: 940px;
	min-height: 530px;
	height: 530px;
	padding: 0px;
	background-color: #000000;
}
#sub_content {
	position: absolute;
	top: 90px;
	left: 50px;
	width: 840px;
}
#content2 {
	position: relative;
	width: 940px;
	min-height: 840px;
	height: 840px;
	padding: 0px;
	background-color: #000000;
}
#sub_content2 {
	position: absolute;
	top: 90px;
	left: 50px;
	width: 840px;
}
#sub_content p {
	color: #c4a16f !important;
}
#homepage_logo {
	position: absolute;
	right: 95px;
	top: 175px;
	width: 341px;
	height: 83px;
}
#homepage_nav_box {
	position: absolute;
	right: 105px;
	bottom: 200px;
	height: 47px;
	width: 285px;
}
.homepage_nav_link {
	border: none;
	float: left;
	margin-right: 35px;
}
#homepage_sculpture {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#sculptures_page_nav_box {
	position: absolute;
	bottom: 100px;
}
.sculpture_link_box {
	width: 200px;
	margin: 0px 50px 0px 50px;
}
.sculpture_link_box a {
	color: #ddaf6e;
}
.sculpture_category_link {
	border: none;
	margin: 5px 0px 0px 56px;
}
#page_identifier_sculptures {
	background-image: url('/images/page-identifier-sculptures.png');
	position: absolute;
	top: 10px;
	right: 15px;
	width: 210px;
	height: 86px;
}
#page_identifier_bio {
	background-image: url('/images/page-identifier-bio.png');
	position: absolute;
	top: 10px;
	right: 15px;
	width: 210px;
	height: 86px;
}
#page_identifier_contact {
	background-image: url('/images/page-identifier-contact.png');
	position: absolute;
	top: 10px;
	right: 15px;
	width: 210px;
	height: 86px;
}
.sculpture_thumb_table {

}
.sculpture_thumb_table td {
	width: 115px;
	padding: 0px 20px 0px 20px;
}
.sculpture_thumb_table p {
	text-align: center;
	margin-top: 5px;
	font-size: 18px;
}
.sculpture_thumb_table img {
	border: none;
}
#indv_thumb_box {
	position: absolute;
	right: 0px;
	bottom: 50px;
	width: 410px;
	height: 360px;
}
#indv_thumb_box h2 {
	text-align: left;
	padding: 0px 0px 0px 15px;
	font-size: 30px;
	font-weight: normal;
}
#indv_thumb_box img {
	border: none;
	margin: 10px;
}
#indv_next_prev_box {
	width: 156px;
	height: 35px;
	position: absolute;
	right: 117px;
	bottom: 20px;
}
#indv_next_prev_box img {
	border: none;
}
#large_image_box {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 475px;
}
#large_image_box p {
	font-size: 14px;
	margin-top: 15px;
	color: #524a3d !important;
}
#footer {
	clear: both;
	height: 30px;
	width: 940px;
	overflow: hidden;
}
.footer_nav {
	margin: 10px 0px 0px 5px;
	word-spacing: 10px;
	color: #3a3329;
	font-size: 12px;
}
.footer_nav a {
	color: #3a3329;
}
.copyright {
	margin: 10px 0px 0px 5px;
	color: #3a3329;
	font-size: 12px;
}
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearboth {
	clear:both;
}
