html {
	width: 100%;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Sans", "Helvetica Neue", Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #F5E9DD;
	background: #5b3b2e url("images/bumpers.png") center top repeat-y;
}

/* DIV Section */

#top {
	position: relative;
	top: 0px;
	width: 840px;
	height: 75px;
}

#logo {
  position: relative;
  top: 0px;
  left: 20px;
  width: 420px;
  height: 75px;
  background: #170db08;
  text-align: left;
}

.topnav {
	float: left;
	margin-top: 30px;
	margin-left: 0px;
	width: 800px;
	height: 30px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFCC;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	text-transform: lowercase;
	text-align: left;
}

.topnav ul, .topnav li {
	display: inline;
	margin: 0px 20px;
}

.topnav li {
}

.topnav a:active, .topnav a:visited, .topnav a:link {
	color: #dad4b2;
	text-decoration: none;
}

.topnav a:hover {
	color: #FFFF33;
	text-decoration: underline overline;
}

#header {
	float: left;
	width: 490px;
	height: 75px;
	background-color: #170d08;
}

.headertitle {
	float: left;
	margin-top: 20px;
	margin-left: 60px;
	font-family: "Lucida Sans", "Helvetica Neue", Verdana, sans-serif;
	font-size: 30px;
	color: #F5E9DD;
}

#rightwindow {
  position: relative;
  top: -100px;
  vertical-align: top;
	float: right;
	width: 350px;
	height: auto;
	background-color: #170d08;
}

.sideimage {
	float: left;
	margin-top: 28px;
	margin-left: 33px;
	width: 240px;
	height: 300px;
	text-align: center;
}

.rightlist {
	float: right;
	width: 240px;
	text-align: right;
	margin-right: 80px;
	margin-top: 4px;
}

.rightlist ul {
	text-align: right;
}

.rightlist li {
	margin: 1em 0;
	display: block;
	list-style: none;
	border-bottom: dotted thin #ffffff;
	padding-bottom: 6px;
}

.rightlist li a:active, .rightlist li a:link, .rightlist li a:visited {
	color: #ffffff;
	text-transform: lowercase;
	text-decoration: none;
}

.rightlist li a:hover {
	color: #FFFF33;
	text-decoration: none;
}

#mainindex {
	float: left;
	width: 490px;
	height: auto;
  background-color: #170d08;
}

#mainindex h1 {
	font-size: 14px;
	font-family: "Helvetica Neue Light", Helvetica, "Lucida Sans", Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	color: #FFFF66;
}

.maindiv {
	float: left;
	margin-top: 5px;
	margin-left: 50px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 10px;
	width: 400px;
	border-top: thin dotted #5e5a35;
	border-bottom: thin dotted #5e5a35;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
}

.maindiv a:active, .maindiv a:visited, .maindiv a:link {
	color: #FFFF66;
	text-decoration: none;
}

.maindiv a:hover {
	color: #dad4b2;
}

#footer {
	float: left; 
	width: 840px;
	height: 55px;
	background-color: #170d08;
}

/* SPAN Section */

.yellow {
	color: #FFFF66;
}