body
{
	margin: 0;
	padding: 0;
	background: #660000;
	color: #FF9900;
	font-family: TrebuchetMS;
	font-size: 80%;
}

a
{
	text-decoration: none;
	color: #FF9900;
}

}

img
{
	border: 0;
}

#container
{
	margin: 0 auto;
	width: 1050px;
}

#image
{
	width: auto; 
	height: 150px;
	background: #000000;
}

#image h1
{
	margin: 0;
	padding: 40px 20px 0 0;
	color: #000000;
	text-align: right;
	letter-spacing: -4px;
	font-size: 350%;
	font-weight: normal;
}

#image h2
{
	margin: -8px 0 0 0;
	padding: 0px 17px 0 0;
	color: #EAEFDA;
	text-align: right;
	letter-spacing: 1px;
	font-size: 175%;
	font-weight: normal;
}

#header
{
	width: auto;
	height: 50px;
	background: #330000;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#menu
{
	float: right;
	width: 1050px;
	height: 50px;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 125%;
	color: #FF990;
}

#menu ul
{
	margin: 15px 0 0 0;
	padding: 0 20px 0 0;
}

#menu li
{
	display: inline;
	padding: 0 0 0 15px;
}

#menu .active
{
	text-decoration: none;
	color: #FF9900;
}

#content
{
	width: auto;
	height: auto;
	background: #660000;
	padding: 40px;
	line-height: 160%;
}

#content h2
{
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	font-size: 140%;
	letter-spacing: -1px;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom: 1px solid #D3DEAD; 
}

#content p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#content img
{
	float: right;
	border: 1px solid #CCC;
	padding: 5px;
	margin: 0 0 0 15px;
}

#footer
{
	width: auto;
	height: 35px;
	background: #330000;
	border-top: 3px solid #EEF1E2;
	color: #B6C879;
}

#footerleft
{
	float: left;
	width: 60%; // change this percentage to fit any text in either footer div - the below will auto change (width: auto)
	text-align: left;
	padding: 1% 2%;
}

#footerleft a
{
	text-decoration: none;
	color: #FF9900;
	margin: 0 5px;
}

#footerleft #nomarginleft
{
	margin: 0 10px 0 0;
	letter-spacing: -1px;
}

#footerright
{
	float: right;
	width: auto;
	text-align: right;
	padding: 1% 2%;
}


#footer p
{
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #FF9900;
}

#footer a
{
	text-decoration: none;
	color: #FF9900;
}

#footer a:hover
{
	text-decoration: underline;
	color: #FFFF00;
}