body{
	background: #857167;
	font: 1.5em "Informal Roman", "Arial Unicode MS", cursive;
}
a:link, a:visited{
	color: #D1CDCC;
	text-decoration: none;
}
a:hover{
	color: #150401;
	text-decoration: none;
}
#header{
	height: 200px;
	background: url(images/banner.gif) no-repeat;
}

#boxone{
	width: 795px;
	border-right: solid 2px #150401;
	padding-right: 10px;
}
#boxtwo{
	width: 795px;
	border-right: solid 2px #150401;
	padding: 10px;
	background: url(images/museum_bg.gif) no-repeat fixed 150px 200px ;
	/*height: 700px;
	opacity: 0.4;
	filter:alpha(opacity=40);
	z-index: -10;*/
}
#nav{
	width: 200px;
	margin-left: 800px;
	top: 220px;
	position: absolute;
}
#nav ul{
	list-style: none;
	margin-left: 1em;
	padding: 0;
}
#nav li{
	font-family: "Kunstler Script", Arial, cursive;
	font-size: 2em;
	color: #D1CDCC;
	margin-bottom: 0.3em;
	font-stretch: wider;
}
#nav a:link, #nav a:visited{
	color: #D1CDCC;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover{
	color: #150401;
	text-decoration: none;
	font-weight: bold;
}
.leftfloat{
	float: left;
	padding-right: 2em;
}
.topspace{
	padding-top: 1em;
}
.reducetopmarg{
	margin-top: -10px;
}
.rightfloat{
	float: right;
	padding-left: 2em;
}
.opac{
	opacity: 0.4;
	filter:alpha(opacity=40);
}
.datatable{
	border: solid 1px #150401;
}
.boxthree{
	width: 700px;
	text-align: center;
}