body {
	margin: 0;
	padding: 0;
	background: #000 url(/images/bg.gif) repeat-x fixed;
	font-size: 78%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	text-align: center;
}
p {
	font-size: 14px;
	line-height: 1.5em;
	margin: .8em 0 0 0;
	color: #fff;
}

td {
	font-size: 12px;
	line-height: 1.2em;
	margin: .8em 0 0 0;
	color: #fff;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.25em 0em 0em 0em;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #6699cc; 
}
h1 {
	font-size: 1.1em;
}
h2 {
	font-size: 1.2em;
	color: #E1B612;
	font-weight: lighter;
}
h3 {
	font-size: 1.15em;
	color: #E1B612;
}
h4 {
	font-size: 1.05em;
}
a {
	text-decoration: none;
}
a:link {
	color: #E1B612;
	text-decoration:none;
}
a:visited {
	color: #E1B612;
	text-decoration:underline;
}
a:hover, a:active {
	color: #E1B612;
	text-decoration:underline;
}
input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
.small {
	font-size: 0.9em;
	color: #999;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	background-color: #000;
	text-align: left;
}
#header {
	padding: 0 0 0 0;
	background-color: #EFF5FF;
	background: url(/images/logo.gif) no-repeat center left;
	height:210px;
	border-bottom: 0px;
	font-size:15px;
	line-height:16px;
	font-weight:900;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #6699cc; 
	width:775px;
}

	#header a {
	  vertical-align: middle;
		text-decoration: none;
		font-size:12px;
		color: #E1B612;
	}
	
  #header a:hover, a:active {
	color: #E1B612;
	text-decoration:underline;
}
	#header li {
	  list-style-position: inside;
		list-style-image: url(/images/bullet.gif);
	  border-top: 2px solid #000;;
	  border-bottom: 2px solid #000;;
		color: #E1B612;
	  background-color: #323232;
	  vertical-align: middle;
		azimuth line-height:38px;
	}
	
#menu {
	float: right;
	width: 240px;
	font-size: 1.05em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 190px;
}	
#content {
	float: center;
	padding: 0 10px;
	width: 800px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 800px;
	border-bottom: 6px solid #323232;
} 
html>body #content {
	width: 600px;
}
* html #content {
	overflow: hidden;
	/* So IE won't break things */
}

#footer {
	width: 800px;
	clear: both;
	float: right;
	font-size: 0.9em;
	text-align: left;
	background-color: #000;
}

	#footer a {
		text-decoration: none;
		font-size:9px;
		color: #fff;
		font-weight:bold;
	}
	
	#footer a:hover, a:active {
	text-decoration:underline;	
	}
	
	#footer p {
		font-size:9px;
		color: #fff;
	}