html,body {
	margin:0px;
	padding:0px;
	height:100%;
}
html *{
	font-family:verdana;
	font-size:13px;
	color:#564737;
}
body {
	background-image:url(../images/centertop.png);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#bcb09a;
	text-align:center;
}
* html #container {
	height: 100%;
}
img {
	display:block;
	border:none;
}
a:focus, a:hover, a:active {
	outline:none;
}
#container{
	position:relative;
	background-image:url(../images/centerback.png);
	background-repeat:repeat-y;
	background-position:top left;
	min-height:100%;
	width:778px;
	margin: 0 auto;
	text-align:left;
	z-index:0;
}
#title{
	position:absolute;
	top:15px;
	left:0px;
	height:79px;
	width:758px;
	z-index:2;
}
#header{
	background-image:url(../images/headerback.png);
	position:absolute;
	top:0px;
	left:10px;
	height:162px;
	width:758px;
	vertical-align:bottom;
	z-index:5;
}
#contenttop{
	position:absolute;
	top:140px;
	left:0px;
	z-index:1;
}
#contentbottom{
	position:absolute;
	top:0px;
	left:0px;
}
#menuback{
	position:absolute;
	bottom:0px;
	left:0px;
	width:758px;
	height:222px;
}
#headerback{
	position:absolute;
	bottom:110px;
	left:185px;
	width:573px;
	height:50px;	
}
#contenttable{
	padding-bottom:37px;
}
#menu{
	position:absolute;
	top:94px;
	left:0px;
	z-index:3;
}
#menu a{
	float:left;
	margin:0px;
	margin-left:20px;
	padding:0px;
}
.submenu{
	position:absolute;
	z-index:500;
	display:none;
	visibility:hidden;
	width:126px;
}
.menuitem{
	display:block;
	background-image:none;
	height:24px;
	width:253px;
}
.menuover{
	display:block;
	background-image:url(../images/40.png);
	height:24px;
	width:253px;
}
.submenuitem{
	display:block;
	background-image:none;
	height:21px;
	width:126px;
	background-color:#777946;
}
.submenuover{	
	display:block;
	background-image:none;
	height:21px;
	width:126px;
	background-color:#50531c;
}
#content{
	position:relative;
	margin-left:12px;
	margin-right:30px;
	width:736px;
	z-index:3;
}
#footer{
	background-image:url(../images/footerback.png);
	background-position:bottom center;
	background-repeat:repeat-x;
	position:absolute;
	bottom:0px;
	left:10px;
	width:758px;
	height:49px;
	z-index:4;
}
#footer span{
	position:absolute;
	bottom:0px;
	left:265px;
	color:#b0b0b0;
	text-align:left;
	line-height:27px;
	margin-left:20px;
	font-size:10px;
}
#photo{
	position:absolute;
	top:142px;
	left:12px;
	z-index:6;
}
#mainarea{
	float:right;
	width:528px;
}
#sidebar{
	width:186px;
	padding-top:249px;
}
.sideitem{
	margin:10px;
}
.hidden {
	display:none;
	visibility:hidden;
}
hr {
	height:1px;
	border:0;
	background-color:#b9be84;
	color:#b9be84;
}