html,body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: times, serif, verdana;
	background-color: #CDB97C;
	color: #1E2832;
}

#txtDefault {
	margin-left: 5px;
	text-align: Left;
	font-size: 2em;
	font-family: times, serif, verdana;
	color: #1E2832;
}
#sculpture {
	margin-left: 5px;
	text-align: Left;
	font-size: 1em;
	font-family: times, serif, verdana;
	color: #1E2832;
}

#biography {
	margin-left: 5px;
	text-align: Left;
	font-family: times, serif, verdana;
	color: #1E2832;
}

#pagewidth {
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-style:normal;
	color: #1E2832;
}

#header {
	position: relative;
	height: 150px;
	background-color: #1E2832;
	width: 100%;
}

#headerleft {
	position: relative;
	height: 150px;
	width: 175px;
	float: left;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
}

#headerright {
	text-align: center;
	position: absolute;
	border: 4px solid #1E2832;
	border-right: 8px solid #1E2832;
	height: 124px;
	background-color: #CDB97C;
	width: 805px;
	top: 0px;
	right: 0px;
	padding-top: 20px;
}

#leftcol {
	width: 18%;
	float: left;
	position: relative;
	background-color: #1E2832;
	max-height: 100%;
}

#maincol {
	background-color: #6B7984;
	border: 4px solid #1E2832;
	border-right: 8px solid #1E2832;
	float: right;
	display: inline;
	position: relative;
	width: 805px;
	float: right;
}

#sculptures {
	background-color: #6B7984;
	text-align: center;
}

#mainsurround {
	position: absolute;
	padding-left: 5px;
}

#stepsurround {
	font-size: 80%;
}

#step {
	width: 55px;
	position: absolute;
	border: 0px solid;
	background-color: #1E2832;
	text-align: center;
}

#footer {
	font-size: 70%;
	height: 25px;
	text-align: center;
	color: #FFFFFF;
	background-color: #1E2832;
	clear: both;
}

h1 {
	text-align: center;
	color: #1E2832;
}

img {
	border: 0;
}

a {
	border: 0;
	text-decoration: none;
	color: #C9B471;
}


a:visited {
	text-decoration: none;
	color: #C9B471;
}

a:active {
	color: #C9B471;
}

a:hover {
	text-decoration: none;
	color: #851C11;
}

a.biolink {
	text-decoration: none;
	color: #851C11;
}
a.biolink:visited{
	text-decoration: none;
	color: #851C11;
}

.clearfix {
	background-color: #1E2832;
	display: inline-block;
}

.menubutton {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 25px 0px;
	background-color: #1E2832;
	font-size: 28px;
	font-weight: normal;
}

.menubutton:visited {
	text-decoration: none;
}

.menubutton:hover {
	text-decoration: none;
	background-color: #1E2832;
}

.menubutton:active {
	color: black;
}
#menubuttonsurround{
	text-align:center;
	margin: 0px 0px 15px 0px;
	width:690px;
	background-color: #6B7984;	
	}
	#menubuttonleft{
	position:absolute;
	left:65px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	width:228px;
	top: 78px;
	}
	#menubuttonright{
	position:absolute;
	right:65px;
	text-align:center;
	margin: 0px;
	width:228px;
	padding: 0px;
	top: 78px;
	}
.menubuttonsculpture {
font-size: 22px;
font-weight: normal;
	}

.menubuttonsculpture:visited {
	text-decoration: none;
}

.menubuttonsculpture:hover {
	text-decoration: none;
}

.menubuttonsculpture:active {
	color: black;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */ /*printer styles*/
@media print { /*hide the left column when printing*/
	#leftcol {
		display: none;
	}
	#twocols,#maincol {
		width: 100%;
		float: none;
	}
}