
body { line-height: 1.5; background: #FFF; margin:1.5em 0; }

body {
color: #797979;
font-family: Verdana, Arial;
font-size: 75%;
}

a {
color: #082C05;
text-decoration: none;
}

a:hover {
color: #354158;
}


#wrapper {
width: 800px;
margin: auto;
padding-top: 50px;
padding-bottom: 50px;
}

#logo {
	background-image: url('../images/banner.jpg');
	height: 42px;
	padding-bottom: 0px;
	border-bottom: 1px solid #797979;
	margin-bottom: 0px;
}


#nav {
font-size: 11px;
padding-bottom: 1px;
margin-bottom: 1px;
color: #000;
text-align: left;
border-bottom: 1px solid #797979;
}

#nav h5
{
color: #000;
float: right;
text-align:right;
font-size: 11px;
padding: 0;
margin: 0;
font-weight: normal;
}

#content {
	width: 800px;
	height: 350px;
	margin-top: 1px;
	margin-bottom: 1px;
	background: #fff;
	overflow:auto;
}

#footer {

font-size: 11px;
padding-top: 1px;
margin-top: 2px;
border-top: 1px solid #797979;
clear: both;
color: #607293;
}



	
