.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
body {
	background-color: #FFF0AA;
	width: 900px;
	float: none;
	padding: 0px;
	margin: auto;
}
.Style-Font {
	font-family: Georgia;
	font-size: 14px;
	font-style: normal;
}

.Menu 

{
	font-family: Georgia;
	font-size: 15px;
	font-style: normal;
	border: thin none;
	font-weight: bold;
	background-color: #dee79c;
	text-align: left;

}

a {color:#000000}	
a:hover {color:#E8110F} 

a {
	text-decoration: none;
}
h1 {
	font-family: Georgia;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	background-color: #dee79c;
	text-align: left;
}
h2 {
	font-family: Georgia;
	font-size: 14px;
    font-style: normal;
	font-weight: normal;	
	text-align: left;
    
}
h3 {
	font-family: Georgia;
	font-size: 14px;
    font-style: normal;
	font-weight: bold;	
	text-align: center;
    background-color: #dee79c;
}
test {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

