Ôªøbody
{
	margin: 0;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
}
#container
{
	border: thin solid #000000;
	background-color: #FFFFFF;
	width: 80%;
	height: auto;
	margin-top: 5px;
	margin-right: 10%;
	margin-left: 10%;
}
#header
{
	background-color: #800000;
	width: 100%;
	text-align: center;
}
#logo
{
	float:left;
}
.slogan
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #FFCC00;
}
#nav1
{
	background-color: #FFFFCC;
	text-align: center;
	width: 100%;
	height: auto;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #800000;
}
#menu
{
	margin: 0;
	padding: 0;
}
#menu li
{
	list-style: none;
	float: left;
	margin: 0;
	width: 20%;
	white-space: nowrap;
	font-size: 15px;
	line-height: 17px;
	border: 1px solid #800000;
}
#menu a
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: Black;
}
#menu a:hover
{
	text-decoration: underline;
}
#content
{
	margin: 5px;
}
#content h1
{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
}

