body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}
#content{
	width: 980px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#header {
	font-variant: normal;
	float: none;
	clear: both;
	background-image: url(images/header.jpg);
	width:inherit;
	height: 200px;
}
#navigation{
	text-align:center;
	padding:10px 0px;
	font-weight: bold;
	font-style: oblique;
}

#navigation ul {padding:0px; margin:0px}

#navigation ul li {
	list-style-type: none;
	display: inline;
	letter-spacing: 4pt;
	width: 700px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#navigation ul li a {
	color: #900;
	text-decoration: none;
	padding:2px 4px;
	background-color: #FC9;
}
#navigation ul li a:hover {
	background-color: #FF9;
}
#footer{
	text-align:center;
	clear:both;
	background-color: #CCC;
}
#content #navigation ol {
	font-size: 16px;
	white-space: normal;
	display: block;
	padding: 0px;
	list-style-type: upper-roman;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #page ol li {
	list-style-type: upper-roman;
	padding: 4px;
}
