html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2em;
	color: #000000;
	margin: 0;
	background: #FECB8A;
}
div#outerArea {
width: 100%;

}
div#container {
width: 80%;
margin: 0 auto;

}
div#imageArea {
text-align: center;
margin: 6px;

}
a:link {
	color: #801118;
}
a:visited {
	color: #801118;
}
a:hover {
	color: #801118;
	text-decoration: none;
}

a:active {
	color: #801118;
}
#outerArea #container #imageArea img {
	text-align: center;
	margin: 6px;
}
p{
width: 100%;
margin: 12px 6px 6px 6px;
text-align: left;
}
div#menuArea{
width: 100%;
text-align: center;
}
div#infoArea{
text-align: center;
}

