html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	background-color: black;
}
img {
	border: 0px;
}

#index {
	width: 900px;
	height: 582px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -291px -450px;
	background: url(images/main_bg.jpg) no-repeat center;
}
	#index h1 {
		display: none;
	}
	#index ul {
		list-style-type: none;
		margin: 328px 0px 0px 130px;
		padding: 0px;
		font-family: "Times New Roman",Times,FreeSerif,serif;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 35px;
	}
	#index ul a {
		text-decoration: none;
		color: #ff8e32;
		
	}
	#index ul a:hover {
		font-weight: bold;
	}

	#index ul  li{
		height: 35px;
	}
	#index object {
		position: relative;
		top: 5px;
	}
	
#header {
	background: url(images/header.png) repeat-x top;
	height: 212px;
	color: #89704a;
	font-size: 13px;
}
	#header a {
		color: #89704a;
	}
	#header h2 {
		margin: 0px;
		padding: 50px 0px 10px 0px;
		font-size: 26px;
		font-family: "Times New Roman",Times,FreeSerif,serif;
	}
	#header h2 a {
		color: #b79b51;
		text-decoration: none;
	}
	#header p {
		margin: 0px;
	}
	#header address {
		margin: 0px; padding: 0px;
	}

#header_in, #main, #footer_in {
	width: 900px;
	position: relative;
	left: 50%;
	margin: 0px -450px;
}

	
#main {
		color: #816a2e;
}

		#main table, #main td, #main th {
			font-size: 12px;
		}

		#main p {
			text-align: justify;
		}
		#main a {
			color: #ac8d3d;
		}
		
		#main h1 {
			font-size: 18px;
			margin:0px;
			font-weight: bold;
			padding: 10px 0px;
		}
		#main h2 {
			font-size: 16px;
			margin:0px;
			font-weight: bold;
			padding: 10px 0px;
		}
		#main h3 {
			font-size: 16px;
			font-weight: normal;
			font-style: italic;
			margin: 6px 0px;
			padding: 0px;
		}
		#main h4 {
			font-size: 14px;
			font-weight: bold;
			margin: 6px 0px;
			padding: 0px;
		}
		#main h5 {
			font-size: 14px;
			font-weight: normal;
			font-style: italic;
			margin: 6px 0px;
			padding: 0px;
		}
		#main h6 {
			font-size: 13px;
			font-weight: bold;
			margin: 3px 0px;
			padding: 0px;
		}
		
		#main img {
			border: 8px solid #352615;
			margin: 10px;
		}


	#main fieldset{
		border: 0px none;
		padding: 0px;
		margin: 0px;
	}
	#main input, #main textarea {
		border: 1px solid #352615;
		background: black;
		color: #816a2e;
		font-family: Arial, sans-serif;
	}
	#main label {
		font-size: 13px;
	}
		
#leftmenu{
	float: left;
}
		
#main #menu {
	width: 200px;
	border-right: 1px solid #1e1711;
	padding: 0px;
	list-style-image: url(images/arr.png);
	font-size: 13px;
	margin: 20px 0px 20px 20px;
}
	
	#main #menu li {
		line-height: 26px;
	}
	
	#main #menu li a {
		color: #89704a;
		text-decoration: none;
	}
	#main #menu li a:hover {
		text-decoration: underline;
	}
	#main #menu ul {
		padding-left: 10px;
	}
	
#main #content {
	float: right; 
	width: 650px;
	padding-top: 10px;
}
	
#footer {
	background: url(images/footer.png) repeat-x top;
	clear: both;
	margin-top: 10px;
	padding-top: 90px;
	color: #51422c;
	font-size: 12px;
	height: 130px;
}
#footer a {
	color: #5c4d27;
}
#footer p {
	margin-top: 0px;
	position: absolute;
	bottom: 0px;
}
