html{
	scrollbar-face-color: #6E4D00; 
	scrollbar-highlight-color: #6E4D00; 
	scrollbar-shadow-color: #6E4D00; 
	scrollbar-3dlight-color: #3A1505; 
	scrollbar-arrow-color: #FEE580; 
	scrollbar-track-color: #3A1505;
	scrollbar-darkshadow-color: #3A1505; 

	overflow: auto;


}


body {
	
 	margin: 0px;

	color: #FFF9E6;

 	margin-left: auto;
	margin-right: auto;



}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}



table {
	border:1px solid white;
	width: 840px;
	margin-left: auto;
	margin-right: auto;

}


#headerBar{
	position : absolute;
	width : 100%;
	height :91px;
	background-color:#210C09;
	top:0px;
	left:0px;
}


#headerDiv{
	position : absolute;
	width : 840px;
	height :93px;
	z-index: 4;

}

#header{
	position : absolute;
	width :840px;
	height :93px;
	z-index: 4;

}

#subMenuDiv{
	background-color: transperant;
	position:relative;
	top : 93px;
	width :840px;

	z-index:4;
 	margin-left: auto;
	margin-right: auto;

 	display:none;
}


#subMenu{
	background-color: transperant;
	position : absolute;
	right : 0px;
	top : 0px;
	width :400px;
	height :160px;
	z-index: 1;
	display:none;
}


#bodyFrm{

border:0px solid red;

	position : absolute;
	left : 0px;
	top : 0px;
	width :840px;
	height :500px;
	z-index: 5;

}



#bodyDiv{

border:0px solid yellow;

	position:relative;
	top : 93px;
	width :840px;
	height :500px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;

}
