#bodywrap {
	left:0px;
	margin: 0 auto;
	text-align: left;
	width:100%;
	height:370px;
	z-index:1;
	overflow:hidden;
}
#headerbar {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:14px;
	z-index:500;
}
#header {
	position:relative;
	left:0px;
	top:0px;
	margin: 0 auto;
	width:720px;
	height:14px;
	z-index:600;
	text-align: left;
}
#colorbar {
	position:absolute;
	left:0px;
	top:20px;
	width:100%;
	height:325px;
	z-index:2;
	background-color: #3B2B20;
}
#mainbody {
	position:relative;
	left:0px;
	top:0px;
	margin: 0 auto;
	width:720px;
	height:325px;
	z-index:3;
	background-color: #5F4A3A;	
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

#copyright {
	position:absolute;
	left:0px;
	top: 355px;
	width:100%;
	height:14px;
	text-align: center;
	font-size: 10px;
	color: #7E7C6F;
	z-index:3;
	overflow: hidden;
}

#yoverlay {
	position: absolute;
	top: 0px;
	left: 2px;
	height: 325px;
	width: 348px;
	z-index:1000;
}

#photomask {
	position: absolute;
	top: 0px;
	left: 170px;
	height: 325px;
	width: 550px;
	z-index:500;
}

#leftphoto {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 325px;
	width: 295px;
	z-index:400;
	filter: alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0; 
}

#rightphoto {
	position: absolute;
	top: 0px;
	left: 180px;
	height: 325px;
	width: 540px;
	z-index:600;
	filter: alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0; 
}

#pagecontent {
	position: absolute;
	top: 0px;
	left: 280px;
	width: 440px;
	height: 325px;
	z-index:800;
	filter: alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0; 
	
}

#pagetitle {
	position: absolute;
	top: 60px;
	left: 0px;
}

#pagetext {
	position: absolute;
	top: 0px;
	left: 130px;
	width: 280px;
	height: 265px;
	padding-right: 30px;
	padding-top: 60px;
	overflow: auto;
	text-align: left;
	scrollbar-arrow-color: #9E8F6D;
	scrollbar-face-color: #736347;
	scrollbar-highlight-color: #736347;
	scrollbar-track-color: #9E8F6D;
	scrollbar-3dlight-color: #9E8F6D;
	scrollbar-shadow-color: #9E8F6D;
	scrollbar-darkshadow-color: #736347;
}