h1 {font-family:  Arial, Tahoma, sans-serif; color: #c5d359; font-size: 110%; font-weight: bold;}
h2 {font-family:  Arial, Tahoma, sans-serif; font-size: 100%; color: #90c859; font-style:italic;}
td {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color:#CCC;}
th {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; font-weight: bold; color:#FFF;}
p {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color:#ffffcc; font-weight: normal;}
a {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color: #cccc99; font-weight: bold; text-decoration: none;}
a:hover {color: #c5d359;}
ul, li {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color:#ffffcc;}

img {border: 0;}

body {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 90%;
 	background: #000 url(/images/background.jpg) top center no-repeat;
 	text-align: center;
	padding:0;
	margin:0;
}

#container { 
	height:100%;
	min-height:100%;
 	width: 1000px;
 	margin-right:auto;
 	margin-left:auto;
	text-align:left;
	margin:auto;
	position:relative;
}
html>body #outer{height:auto;} 

#header {
 	width: 1000px;
 	background: url(/images/header.jpg) center left no-repeat;
	height: 180px;
 	margin: 0px;
}

.topnav {
	height: 30px;
 	background: url(/images/topnav.jpg) bottom center repeat-x;
	text-align: right !important;
}
.topnav ul {
	float: right;
	display: inline;
}

.logo {
	z-index:200;
	float: left;
	margin-top: -30px;
}

#content { 
	top: 180px;
}

.contentfull {
	top: 20px;
	padding: 10px;
	text-align: left;
}
.contenfull h1 {
	margin-top: 10px;
}

.section {
 	float: left;
	width: 300px;
	height: 400px;
	margin: 5px;
	padding: 10px;
	background: url(images/gradient2.png) bottom repeat-x;">
	border: 1px solid #000;
	text-align: left;
}

.float {
 	float: left;
}

#footer { 
 	height: 30px;
 	background: url(/images/mainnav.jpg) top center repeat-x;
 	text-align: center;
 	clear: left;
	bottom: 0;
	padding: 10px;
}

#nav
{
	position: absolute;
 	background: url(/images/mainnav.jpg) top center repeat-x;
 	height: 30px;
 	width: 1000px;
	text-align: left;
	top: 150px;
}

#nav a:hover
{
	text-decoration: none;
	color: #FFCC00;
}

ul {
	list-style: none;
	padding: 0;
	margin: 5px;
}

#navlist a {
	font-weight: bold;
	color: white;
}

#navlist a {
	text-decoration: none;
}

#navlist li li a {
	display: block;
	font-weight: normal;
	color: white;
	padding: 0 10px;
}

#navlist li li a:hover {
	color: #FFCC00;
}

li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	padding-top:2px;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border-bottom: solid 5px #333;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}


