/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DCC890;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #DCC890;
}

a {
	font-weight: normal;	
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER STUFF ************/

#header {
	width: 800px;
	height: 129px;
	margin: 0px auto;
	padding: 0px 0px;
	background-image: url(header_bg.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #FF0000;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 800px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background-color: #000000;
	height: 32px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: #DCC890;
}

#menu a:hover {
	color: #FF0000
}
#menu li a#selected, #menu li a#selected:hover
{
	color: #FF0000;
	font-weight: normal;
} 

/************* CONTENT ************/

#content {
	width: 800px;
	margin: 0px auto;
	padding: 14px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 15pt;
}

#left {
	float: left;
	width: 500px;
	background-color: #000000;
	border: 1px;
	height: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 25px;
}

#right {
	float: right;
	width: 220px;
	padding: 10px;
	color: #FFFFFF;
	line-height: normal;
	height: auto;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 800px;
	margin: 0px auto;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #FFFFFF;
}
