A:link {font:  Verdana; text-decoration: none; font-weight:bold; color: #444; font-size:10pt;}
A:visited {font:  Verdana; text-decoration: none; font-weight:bold; color: #444; font-size:10pt;}
A:active {font:  Verdana; text-decoration: none; font-weight:bold; color: #333; font-size:10pt;}
A:hover {font:  Verdana; text-decoration: none; font-weight:bold; color: #333; font-size:10pt;}

.nav A:link {text-decoration: none; font-weight:bold; color: #666; font-size:12pt; margin-top: 8px;}
.nav A:visited {text-decoration: none; font-weight:bold; color: #666; font-size:12pt; margin-top: 8px;}
.nav A:active {text-decoration: none; font-weight:bold; color: #666; font-size:12pt; margin-top: 8px;}
.nav A:hover {text-decoration: none; font-weight:bold; color: #333; font-size:12pt; margin-top: 8px;}


body{

	font-family: arial;
	color: #000;
	margin: 0;
	font-size: 10pt;
	background-image: url('images/BG.jpg')
}

#container{
   
	border: 1px black solid;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	
	background-color: white;
	background-repeat: repeat;

}

#header{
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
	margin-top: 0px;
	width: 1000px;
	height: 179px;
	
	
}

#nav{
	
	margin-top:0px;
	height: 35px;
	background-image: url('images/nav.gif');

}
#body{
	
	background-image: url('images/harvest.jpg');
	background-repeat: no-repeat;
	margin-top: 0px;
	width: 1000px;
	
}

#content{
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 980px;
	
}

#footer{

	text-align: center;
	margin-top: 0px;
	background-image: url('images/footer.gif');
	height: 100px;
}
	
	img.floatLeft { 
    float: left; 
    margin: 0px; 
	
}