body, html {
	height: 100%;

}

body {
	background-color:#ffffff;
	min-width:750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:16px;

}

#outer {
	width: 750px;
	margin: auto;
}

#topbar {
float:left;
display:inline;
height:5px;
width:750px;
}

#header {
float:left;
display:inline;
height:71px;
width:750px;
}
#logo {
float:left;
display:inline;
height:71px;
width:241px;
}
#nav {
float:right;
display:inline;
height:26px;
width:319px;
margin-left:190px;
margin-top:45px;
}

#image {
float:left;
display:inline;
height:278px;
width:750px;
}

#content {
float:left;
display:inline;
	min-height:200px;
	height:auto !important;
	height:200px;
width:750px;
margin-bottom:7px;
}

#footer {
float:left;
display:inline;
height:18px;
width:750px;
background-image:url(images/topbar.jpg);
background-repeat:no-repeat;
color:#2c5313;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

#footer a, #footer a:visited {
color:#2c5313;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
}

a, a:visited {
color:#2c5313;
text-decoration:none;
}

 a:visited {
color:#2c5313;
text-decoration:underline;
}





