* {
	margin:0;
	padding:0;
	}
body {
cursor: default;
padding:0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	background-color: #F3F3EE;
}



#wrapper {
margin-left: auto; 
margin-right: auto;
}
#container {
margin-left: auto; 
margin-right: auto;
width: 770px;
background-color:#FFFFFF;
background-image: url(images/background.jpg);
background-repeat:repeat-y;
}
#content {
width: 770px;
background-color:#6B9D2D;
}
#header {
background-image:url(images/header.jpg);
background-repeat:no-repeat;
width: 755px;
height: 174px; }

#headerimage {
position: absolute;
left: 5%;
}

#leftcell {
width: 200px; 
text-align: left;
position: relative;
left: 15px;
float: left;
clear: none;
}

.floatright {
float: right;
padding: 20px;
}
#maincontent {
width: 550px;
float: left;
text-align: left;

}

#images {
text-align: center;
}

#footer {
line-height: 200%;
text-align: left;
}

a {font-weight: bold; color: #003300 }