body {
	margin: 0;
	padding: 0;
	background-image:url(media/background.gif);
	color: #000;
	}
div.container {
	position: relative; 
	margin: 150px 0px;
	padding: 0;
	background: #fff;
	width: 100%;
	height: 206px;
	text-align: left;
	border-top: 35px solid #7AB800;
	/*border-bottom: 2px solid #746C61;*/
}
div.left {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 160px;
	z-index: 10;
}

div.top {
	position: absolute;
	top: 0;
	
	height: 160px;
	width: 100%;
	background: #F9F6E4 url(media/img_top.jpg) no-repeat top right;
}

div.top div {
	position:relative; 
	background-color: #F9F6E4; 
	layer-background-color: #F9F6E4;
}

div.top img {

}

div.main {
	position: absolute;
	top: 98px;

	width: 100%;
	height: 62px;
}
div.main img {

}

div.nav {
	position: absolute;
	top: 160px;
	left: 0;
	width: 100%;
	height: 40px;
	background: #fff;
	text-align: center;
	border-top: 4px solid #746C61;
}
p.footer {
	text-align: center;
	font: 10px Verdana, sans-serif; 
	color: #000000;
}
.footer a, .footer a:link, .footer a:visited {
	text-decoration: underline;
	color: #000000;
}
.footer a:hover, .footer a:active {
	text-decoration: none;
	color: #000000;
}

