 #wrapper {
	display: block;
	position: relative;
	background-color: none;
	width: 810px;
	min-width: 810px;
	margin-left: auto;
	margin-right: auto;
}

body {
	background: url(images/background.jpg);
}

a {
	text-decoration: none;
}

a:link {
	color: #363636;
}

a:visited {
	color: #363636;
}
	
a:hover {
	text-decoration: underline;
}

a:active {
	color: #363636;
}

#top {
	width: 810px;
	height: 120px;
	background-color: black;
}

#tagline {
	position: absolute;
	top: 45px;
	left: 500px;
}

#toplinks {
	float: left;	
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	font-weight: bold;	
	width: 810px;
	height: 25px;
	color: white;
	background-color: #660000;
}

#nav {
	float: left;
	list-style: none;
	line-height: 25px;
	background: white;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#nav ul {
	float: left;
	list-style: none;
	background: white;
	padding: 0px;
	margin: 0px;
}

#nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding-left: 40px;
}

#nav li {
	float: left;
	padding: 0px;
	width: 202px;
	background-color: #660000;	
}

#nav li.right {
	float: left;
	padding: 0px;
	width: 204px;
	background-color: #660000;	
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 202px;
	font-weight: normal;
	margin: 0;	
}

#nav li.right ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 204px;
	font-weight: normal;
	margin: 0;	
}

#nav li li {	
	width: 202px;
}

#nav li.right li {	
	width: 204px;
}

#nav li ul a {
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #330000;
}

#sidelinks {
	display: inline;	
	float: left;
	margin: 0px;
	padding: 5px;
	width: 174px;
	height: 234px;
	background-color: #1C1C1C;
}

table.sidelinks {
	border-collapse: collapse;
}

table.sidelinks a, table.sidelinks a:visited {
	color: white;
}

table.sidelinks a:hover {
	color: #A4A4A4;
	text-decoration: none;
}	
	
table.sidelinks td.one {
	width: 174px;
	padding: 0px;
	font-family: Verdana;
	font-size: 90%;
	font-weight: bold;
	color: black;
	text-align: left;
	border-bottom: 1px solid #666666;
	background-color: none;
}

#mainheadline {
	display: inline;
	float: left;
	width: 438px;
	height: 244px;
	background-color: white;
}

#sideheadline {
	display: inline;
	float: left;
	width: 188px;
	height: 244px;
	background-color: white;
}

#bottom {
	float: left;
	width: 810px;
	height: 148px;
	background-color: white;
}

#footer {
	float: left;
	width: 810px;
	height: 40px;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	line-height: 14pt;
	text-align: center;
	color: white;
	background-color: black;
}

