body {
 	margin: 0px;
	background-color: #F5F2EB; 
	scrollbar-face-color: #eeae2f;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FEF4B6;
	scrollbar-3dlight-color: #FACD68;
	scrollbar-arrow-color:  #973B05;
	scrollbar-track-color: #F5F2EB;
	scrollbar-darkshadow-color: #FACD68; 
}

h1 {
	font-family: Arial;
	font-size: 20pt;
	color: #eeae2f;
}

h2 {
	font-family: Arial;
	font-size: 13pt;
	color: #eeae2f;
}

img {
	border: 0px;
}

textarea, input {
	font-family: Arial;
	font-size: 10pt;
	border: 1px solid #EEAE2F;
}

#container {
	width: 850px;
}

#header {
	float: left;
	width:850px;
	height:152px;
	background-image: url('../images/header.jpg');
	text-align: left;
}

	.header_nav {
		font-family: arial;
		font-size: 9pt;
		color: #FFFFFF;
	 	text-decoration: none;
	}
	
	a.header_nav {
		font-family: arial;
		font-size: 9pt;
		color: #eeae2f;
	 	text-decoration: none;
	}

#menu {
	float: left;
	width:183px;
	height:219px;
 	border: 1px solid #c68400;
}

	.menu_item_top {
	 	float: left;
		width: 183px;
 		border-top: 0px;
	 	background-image: url('../images/menu.jpg');
		cursor: hand;
		text-align: left;
	}
	
	.menu_item {
	 	float: left;
		width: 183px;
 		border-top: 1px solid #c68400;
	 	background-image: url('../images/menu.jpg');
		cursor: hand;
		text-align: left;
	}
	
	.menu_item_bottom {
	 	float: left;
		width: 183px;
 		border-top: 1px solid #c68400;
	 	background-image: url('../images/menu.jpg');
		cursor: hand;
		text-align: left;
	}
	
	a.menu_text {
		display: block;
	 	font-family: Arial;
	 	font-size: 11pt;
	 	color: #000000;
	 	text-decoration: none;
	}
			
	table.menu {
		position:absolute;
		visibility: hidden;
	 	z-index: 90;
	 	margin-top: -31px;
	 	margin-left: 183px;
	 	width: 183px;
 		border: 1px solid #c68400;
	}

#content {
	float: right;
	width:665px;
	height:484px;
	background-image: url('../images/content.jpg');
}

#content_text {
	float: right;
	width:665px;
	height:484px;
	overflow-x: hidden;
	overflow-y: auto;
}


#menu-bottom {
	float: left;
	width:185px;
	height:263px;
	background-image: url('../images/menu_bottom.jpg');
}

#footer {
	float: left;
	width:850px;
	height:76px;
	background-image: url('../images/footer.jpg');
}

