body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #97d758;
	height: 100%;
	text-align: center;	
}
#container{
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	margin: 0px auto;	
	background-color:#FFFFFF;	
	height: 400px;
}
#border{
	position: absolute;
	top: 70px;
	left: 0px;
	width: 900px;
	height: 223px;
	background-color:#ffffff;
}
#menu{
	position: absolute;
	top: 50px;
	left: 110px;
	width: 790px;
	height: 20px;
}
.content {
	position: absolute;
	top: 293px;
	left: 0px;
	width: 900px;	
	min-height: 200px;		
	text-align: left;
	background: url(content.png) repeat-y top right;	
}
#logo{
	position: absolute;
	top: 300px;
	left: 0px;
	width: 220px;
	height: 57px;
	background-image:url(savannahlogo.jpg);
	z-index: 100;
}
#left{
	margin-top: 72px;
	margin-left: 15px;
	text-align: left;
	width: 200px;
	color: #FFFFFF; 
}
#content{
	margin-left: 40px;
   text-align: left;
	width: 580px;
	border-bottom-color:#99FF99;
}
#footer {
	text-align: left;
	margin-left: 0px;
	width: 640px;
	padding: 20px 0px 10px 260px;
	background:url(footer.gif) repeat-x bottom left;
	font-size:10px;
}
