body {
	margin:0px;
}

#container {
	width:656px;
	margin:0 auto 0 auto;
}

#head {
	position:absolute;
	background:url(../img/head.jpg) no-repeat;
	width:656px;
	height:230px;
	top:0px;
	z-index:5;
	text-align:right;
}

#menu {
	position:absolute;
	top:0px;
	margin:195px 0 0 20px;
	z-index:9999;
}

#content {
	top:0px;
	background:white;
	border-left:3px solid #7ba55b;
	border-right:3px solid #7ba55b;
	margin-top:230px;
	width:575px;
	padding:10px 25px 10px 50px;
}

#footer {
	background:url(../img/footer.jpg) no-repeat top left;
	width:606px;
	height:18px;
	padding:0px 25px;
	margin-bottom:50px;
}
