#frame {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header
{
	float: left;
	width: 800px;;
	height: 95px;
	background-color: #FFFFFF;

}

#body {
	float: left;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;

}

#body p {
	margin-top: 5px;
	margin-bottom: 0px;
}

#bodytop {
	float: left;
	width: 800px;
	height: 15px;
	background-color: #0761AB;
}

#banner {
	float: left;
	width: 800px;
	height: 340px;
	background-color: #BFD2F6;
}

#bottomlinks {
	float: left;
	width: 800px;
	background-color: #BFD2F6;
}

#leftlink {
	float: left;
	width: 251px;
	padding: 8px;
	background-color: #BFD2F6;
}

#centerlink {
	float: left;
	width: 250px;
	padding: 8px;
	background-color: #FFDDA0;
}

#rightlink {
	float: left;
	width: 251px;
	padding: 8px;
	background-color: #BFD2F6;
}

#crosslinks {
	float: left;
	clear: both;
	width: 800px;
	background-color: #BFD2F6;
}

#bodybot {
	float: left;
	clear: both;
	width: 800px;
	height: 15px;
	background-color: #0761AB;
}

#footer {
	float: left;
	width: 800px;
	height: 125px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
}
#footer p {
	margin-bottom: 10px;
}
