body {
	background-color: #ccc;
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #000;
	margin: 0;
}
#outer {
	width: 961px;
	background-color: #663300;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	margin-top: 0;
	margin-left: -480px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#header {
	width: 900px;
	float: left;
	top: 0;
	margin: 0;
	z-index: 5000;
}
#main {
	float: left;
	width: 865px;
	background-color: #fff;
	margin: -3px 0 30px 35px;
}
#nav {
	float: left;
	margin: -40px 10px 5px -19px;
	width: 200px;
	background-color: #d4455f;
	border: 3px double #333;
}
#nav h2 {
	color: #ffffcc;
	font-family: times new roman, serif;
	font-size: 14pt;
	font-weight: lighter;
}
#nav p {
	color: #ffffcc;
}
#nav ul, #nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul {
	background: transparent url(img/navarcade.jpg) top left no-repeat;
	height: 300px;
	width: 200px;
	text-align: left;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	height: 34px;
	width: 200px;
	line-height: 34px;
	color: #ffffcc;
	font-size: 18px;
	font-family: trebuchet, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
#nav li a:hover {
	color: #0000cc;
	background: transparent url(img/navarcade.jpg) top left no-repeat;
}
#nav a#menu1:hover {
	background-position: 0% -300px;
}
#nav a#menu2:hover {
	background-position: 0% -334px;
}
#nav a#menu3:hover {
	background-position: 0% -368px;
}
#nav a#menu4:hover {
	background-position: 0% -402px;
}
#nav a#menu5:hover {
	background-position: 0% -436px;
}
#nav a#menu6:hover {
	background-position: 0% -470px;
}
#nav a#menu7:hover {
	background-position: 0% -504px;
}
#nav a#menu8:hover {
	background-position: 0% -538px;
}
#nav a#menu9:hover {
	background-position: 0% -572px;
}
#footer {
	clear: both;
	width: 800px;
	border-top: 3px double #333;
	margin-top: 10px;
}
#footer p {
	font-family: times new roman;
	font-size: 12pt;
	margin: 5px 5px 5px 50px;
}
.leftimg {
	float: left;
	margin: 0 5px 2px 0;
	border: 3px double #333;
}
.main {
	margin: 5px 25px 0 220px;
}
.rightsmall {
	float: right;
	margin: 2px 0 2px 2px;
}
.rightimg {
	float: right;
	margin: 2px 2px 5px 8px;
	border: 3px double #333;
	padding: 2px;
}
.textright {
	float: right;
	width: 300px;
	margin: 3px 8px 3px 8px;
	border: 1px solid #333;
}
.textright ul {
	font-size: 12pt;
}
h1 {
	font-family: times new roman, serif;
	font-size: 16pt;
	color: #333;
	margin: 3px 5px 0 3px;
}
h2 {
	font-family: arial, sans-serif;
	font-size: 12pt;
	color: #000;
	margin: 3px 5px 0 3px;
}
h3 {
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #000;
	margin: 3px 5px 0 3px;
}
p {
	font: arial, sans-serif 10pt #000;
	margin: 3px 5px 0 10px;
}
ul {
	font-family: times new roman, serif;
	font-size: 14pt;
	color: #000;
	margin: 3px 5px 0 20px;
}