@charset "macintosh";
body {
	background-color: #000000;
	color:#919191;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:1.7em;
	margin:0px;
	padding:0px;
}

#container {
	width:970px;
}

#nav {
	float:left;
	width: 210px;
	text-align:right;
	line-height:1.5em;
}

a {
	color:#919191;
}

h1 {
	padding:0px;
	margin:0px;
	color:#bba825;
	display:inline;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
}

h2 {
	color:#FFFFFF;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	padding:0px;
	margin:0px;
	line-height:2em;
}

h3 {
	color:#a93c3c;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	line-height:1.4em;
	display:inline;
}

strong {
	
	text-transform:uppercase;
	color:#20852e;
	font-size:11px;
}

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

#nav a:hover {
	color:#FFFFFF;
}


#maincontent {
	float:right;
	width:705px;
	text-align:left;
	padding-top:30px;
}

