body {
	background-color: #FFFFFF;
	margin-top:20px;
}

#container {
	position:relative;
	width: 850px;
	margin: auto;
	padding: 0px;
	border: 4px solid #ffffff;
	background-color: #ffffff;
}

#header {
	position:relative;
	width: 850px;
	background-color: #ffffff;
	text-align: center;
}

#menu {
	position:relative;
	background-color: #006699;
	width: 850px;
	z-index:100;
}

#content {
	position:relative;
	width: 800px;
	background-repeat: no-repeat;
	background-position:right bottom;
	text-align:left;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	z-index:1;
}

#footer {
	position:relative;
	width: 850px;
	background-color: #006699;
	padding-top:5px;
	padding-bottom:5px;
	font-size:9px;
	color: #ffffff;
	text-align: center;
}

#footer a {
	color: #97ccf9;
	text-decoration: none;
	font-weight: bold;	
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}
#content ul li {list-style:square;}
#content ol li {list-style:lower-roman;}