body {
	background-image:url('../img/grass.jpg');
	background-repeat:repeat;	
	font-family:Arial, Helvetica, sans-serif;
}

#mainContainer {
	width:900px;
	background-color:#f5f5f5;
	margin-right:auto;
	margin-left:auto;
	margin-top:46px;
}

#headerLogo {
	background-color:#f5f5f5;
	padding-top:5px;
	padding-bottom:5px;
}

#mainImage {
	width:900px;
	height:355px;
	border-top:solid;
	border-top-width:5px;
	border-top-color:#b3995d;
	
	border-bottom:solid;
	border-bottom-width:5px;
	border-bottom-color:#b3995d;
}



#content {
	padding:20px;
	padding-top:0px;
	
	padding-right:150px;
	background-color:#fff;
	background:url("../img/ball.jpg") right top no-repeat;
		
}

#menu {
	padding:0px;
	margin:0px;	
	height:26px;
	margin-left:10px;
}

#menu li {
	background-image:url('../img/menubtn.png');
	background-repeat:no-repeat;
	display:block;
	list-style-type:none;
	float:left;
	width:131px;
	height:26px;
	text-align:center;
	line-height:190%;
	margin-left:10px;	
}

#menu li a {
	text-decoration:none;
	color: #115211;	
	font-weight:bold;	
}

#menu li a:hover {
	color: #387338;	
}

#menuContainer {
		
}

h1 {
	color: #b3995d;
}

p,h3,table {
	color: #115211;	
}

p {
	line-height:130%;
	font-weight:100;
	font-size:0.9em;	
}

#footer {
	background-color: #b3995d;
	text-align:center;
	color: #115211;
	font-size:0.8em;
	padding:10px;
}

a {
	color: #115211;
}

a:hover {
	color: #387338;
}

/*Table*/

table{
	width:70%;
	line-height:130%;
	font-size:90%;
	margin-bottom:20px;
}
td{min-width: 100px; text-align: center; white-space:nowrap;border-top:1px solid #bbb;}

/*Weather*/
#weather_cont {
	padding: 0px 10px 0px 10px;
	text-align: center;
}

#weather_cont p#city, #weather_cont #weather p {
	padding: 0px;
	margin: 0px;
}

#weather_cont p.error {
	color: red;
}

.weather {
	display: inline;
	float: left;
	width: 10%;
}

/*MAPS*/
#content #map{
	text-align:right;
	font-size:90%;
	text-align:center;
}
#content iframe{
	width:80%;
	height:300px;
}
