body{
	margin:0;padding:0;
	font-family:arial;
	font-size:0.9em;
}
#header{
	height:127px;
	background:url(images/3.jpg);
	position:relative;
	z-index:0;
}
	#header #menu{
		position:absolute;
		left:0;top:0;
		height:127px;width:437px;
		background: url(images/lp.jpg);
		font-size:11px;
		z-index:100;
	}
		#header #menu a{
			display:block;
			color:black;
			text-decoration:none;
			padding: 2px 10px;
		}
		#header #menu a:hover{
			color:#F00000;
			background-color:#c7e5bf;
		}
		#header #menu ul{
			position:absolute;
			bottom:0;left:0;margin:0;padding:0;
		}
				#header #menu ul li{
					margin:0;padding:0;
					float:left;
					list-style:none;
				}
		#header #menu ul#main_menu{
			bottom:18px;
			font-weight:bold;
		}
		#header #main_menu a{
			display:block;
			color:black;
			text-decoration:none;
			padding: 5px 10px;
		}
		#header #main_menu a:hover{
			background-color:#f7b61c;
		}
		#header #menu ul{
			position:absolute;
			bottom:0;left:0;margin:0;padding:0;
		}
		#header #menu ul li{
			margin:0;padding:0;
			float:left;
			list-style:none;
		}
	#header h1{
		position:absolute;
		bottom:0;right:0;
		margin:0 20px 0 0;padding:0;
		font-size:18px;
		z-index:300;
	}
	#header #search_form{
		position:absolute;
		top:0;right:0;
		height:127px;
		background:transparent url(images/4.jpg) no-repeat top right;
		z-index:100;
		
	}
		#header #search_form form{
			padding:30px 10px;
		}
#content{
	padding:15px;
}
	#content table#maintable td{
		border-right: 1px dotted #638c54;
		padding:10px;
	}
	#content a{
		font-size:0.9em;
		color:blue;
	}
	#content a:hover{
		color:#F00000;
	}
	#content h3{
		border-bottom: #638c54 1px solid;
		font-size:1em;
		padding:3px;
	}
	#content h3 a{
		color:black;
		text-decoration:none;
	}
	#content input, #content textarea{
		width:80%;
	}

#footer {
	font-size: 1em;
	background-color: #c7e5bf;
}