body {	margin: 0;
	padding: 0;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #061C37;
	background: #EEEFE4;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	}
*
{
margin: 0 auto 0 auto;
text-align:left;
}

#map_canvas {	width:880px;
		height:600px;
		background-color:#FFF;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:5px;
		}

#container {
	display: block; 
	height:auto;
	position: relative; 
	width: 940px;
	}

#container p.formula {
	font: 20px Arial, Helvetica, sans-serif;
	text-align:left;
	color:#3A6028;
	}

#mainpic h1 {
	position:absolute;
	text-align:right;
	color:#F8FDEE;
	font-size:30px;
	color:#FFF;	
	left:60px;
	top:20px;
	}
	
#mainpic h2 {
	position:absolute;
	text-align:right;
	color:#E1E7F7;	
	left:60px;
	top:50px;
	}

#mainpic {
	background-image:url(images/main.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:205px;	
	}

.off
{
color:#3A6028;
	
}

#menu {
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
	width:940px;
	height:69px;
	float:left;
	clear:both;
	}

#menu ul {
	list-style: none;
	padding: 0px;
	margin-left:auto;
	width:900px;
	}

#menu li {
	list-style: none;
	padding: 0px;	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 90px;
	height: 40px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 0px;
	font-size: 15px;
	}

#menu a:hover{
	color:#BEE399;
	}

html, body {
text-align: center;
}

