/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-with: 740;
	background-color: #330033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #D8D471;
}
a:link {
	color: #ABA523;
	text-decoration: none;
}
a:visited {
	color: #663366;
	text-decoration: none;
}
a:hover {
	color: #827D32;
	text-decoration: underline;
}
a:active {
	color: #DFB81C;
	text-decoration: none;
}
#header {
	background-color: #D8B05F;
	text-align:center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 744px;
	height: 151px;
	z-index: 1;
}
#nav {
	position:absolute;
	top:151px;
	left:0px;
	width: 744px;
	height:25px;
	background-color: #666633;
	z-index: 3;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: normal;
	color: #D8D471;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	font-variant: small-caps;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	word-spacing: normal;
	letter-spacing: normal;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: circle;
	list-style-position: inside;
	letter-spacing: normal;
	word-spacing: normal;
}
