body {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size: 0.75em; 
	font-family: Lucida Grande, Arial, sans-serif;
	background-color: #292929;
	height: 100%;
	min-height: 100%;
}

#container {
	height: 100%;
	overflow: hidden;
	width: 900px;
	position: relative;
	margin: 0px auto;
	background: #000000;
}

#logo {
  float: left;
  width: 350px;
  height: 120px;  
}

#headergraphic {
  width: 900px;
  height: 240px;
}

div#pages {
	float: right;
	height: 120px;
	width: 550px;
	margin: 0px auto 0px;
}

div#pages ul, div#footer ul {
	padding: 0px 0px 0px;
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;	
}

div#pages ul li {
	float: right;
}

div#footer ul li {
	float: left;
}

div#pages ul li a {
	display: block;
	text-decoration: none;
	border-left: 0px dotted #333;
	padding: 5px 10px 5px 10px;
	color: #999999;
	font-size: 1.1em;
}

div#footer ul li a {
	display: block;
	text-decoration: none;
	border-left: 0px dotted #333;
	padding: 5px 20px 5px 0px;
	color: #999999;
}

div#pages ul li a:hover, div#footer ul li a:hover {
	color: #f1c534;
	text-decoration: underline;
}

a, a:visited {
	color: #eebe2c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	color: #f1c534;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
}

th {
	color: #958759;
}

a img { 
	border: none;
}

hr {
  border:0;
  border-top: 1px solid #292929;
  height: 0;
  background: #292929;
}

#content {
	text-align: justify;
	padding: 10px;
	margin: 8px;
}

#footer {
	font-size: 0.8em;
	margin-top: 10px;
	width: 900px;
	height: 50px;
}