body {
	background-color: #04461F;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	margin: 30px 0 30px 0;
}

img {
 border:0px;
}

div#container {
	width:770px;
	margin: 0 auto;
	text-align:left;
	background-image:url(../images/background.jpg);
	position:relative;
}

div#header {
	padding:15px 0;
	height:155px;
	width:833px;
}
div#header #topleft {
	background-image:url(../images/weather.gif);
	position:absolute;
	left:32px;
	top:35px;
	width:194px;
	height:113px;
}
div#header #topleft img {
	margin:5px 0 0 9px;
}
div#header #logo {
	position:absolute;
	left:247px;
	top:15px;
}
div#header #topright {
	text-align:center;
	position:absolute;
	left:591px;
	top:40px;
	width:162px;
	height:123px;
}

div#navbar {
	background-image:url(../images/navbar.gif);
	background-repeat:no-repeat;
	text-align:center;
	word-spacing:30px;
	width:761px;
	height:28px;
	margin-left:5px;
	padding:2px 0 0 0;
}

div#navbar a {
	color:#FFFFFF;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	word-spacing:normal;
	margin:0;
	padding:0;
}

div#navbar a:hover {
	text-decoration:underline;
}

div#mainbody {
	width:770px;
	min-height:500px;
	margin:15px;
}

div#mainbody h1 {
	font-size:24px;
	line-height:24px;
}

div#mainbody p {
	font-size:16px;
	line-height:18px;
}

div#footer {
	height:60px;
	width:770px;
	color:#04461F;
	font-weight:bold;	
	text-align: center;
	margin:0 0 15px 0;
}

.footertext {
	font-size:14px;
	line-height:12px;
	text-transform:uppercase;
	margin:5px 0;
}
.copyright {
	font-size:14px;
	line-height:12px;
	margin:2px 0;

}
#eho {
	position:absolute;
	left:0;
	bottom:10px;
	height:48px;
	width:55px;

}