html,body {
	height:auto;
}

body {
	font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	background: #679000;
	padding: 0px;
	margin: 20px 20px 20px 20px;
	text-align:center;
	height:95%;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #000;
	}

a:hover {
    text-decoration: none;
    color: #c00;
}

p, h1, h4 {
	margin: 20px 10px 10px 10px;
	}

h1 {
	font-size: 20px;
	padding-top: 10px;
	color: #679000;
	}
	
h4 {
	font-size: 14px;	
	color: #000;	
	}

#main {
	border-top: 1px solid #000;	
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #fff;
	width: 750px;
	margin:0px auto;
	text-align:left;
	height:90%;
	}

#main #top {
	border-bottom: 1px solid #000;
	float: top;
	background: #fff url(../images/logo.jpg) no-repeat top right;
	padding-top: 0px;
	margin: 0px;
	height: 150px;
    }

#main #menu {
	vertical-align:bottom;
	}
	
ul#navigation {
	padding: 0;
	margin: 0;
	color: #fff;
	float: left;
	width: 100%;
	}
	
ul#navigation li { 
	display: inline; 
	}

ul#navigation li#link a {
	padding: .25em 1em;
	color: #fff;
	background-color: #679000;
	text-decoration: none;
	float: left;	
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	font-weight:bold;
	}
	
ul#navigation li#current a {
	padding: .25em 1em;
	color: #000;
	background-color: #99cc00;
	text-decoration: none;
	float: left;	
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	font-weight:bold;
	}
	
ul#navigation li a:hover {
	color: #000;
	background-color: #99cc00;
	} 
		
#main #content {
	background-color:#fff;
	}
	
#footer {
	float:bottom;
	background: #fff;
	padding-top: 2px;
	margin: 0px;
	text-align:right;
	font-style:italic;
	font-size:10px;
	border-bottom: 1px solid #000;	
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
	width: 750px;
	margin:0px auto;
    }