body
{

	margin: 0;
	padding: 0;
	background-color:#2a2a2a;
	background-image:url('../images/background.jpg');
	background-position:top;
	background-repeat:repeat-x;
	font-size: 85%;
	font-family: arial, verdana, tahoma, times new roman;
	color: #838B8B; 
}

img
{
	border: 2px;
	
}

a
{
	text-decoration: none;
	color: #80AA00;
}

a:hover
{
	text-decoration: underline;
	color: #000;
}

#header
{
	margin: 0 auto;
	width: 800px;
	height: 150px;
}

#header h1
{
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 300%;
	color:#2a2a2a;
	letter-spacing: -4px;
	font-weight: normal;
	padding-top: 55px;
}

#menu
{
	margin: 0 auto;
	width: 800px;
	height: 20px;
}

#contentcontainer
{
	width: auto;
	background:#2a2a2a;
}

#content
{
	margin: 0 auto;
	width: 800px;
	font-size: 90%;
	
	
}

#content p
{
	margin: 10px 0 0 0;
	padding: 0 20px;
	line-height: 150%;
}

#content h1, h2, h3
{
	margin: 10px 0 10px 0;
	padding: 0px;
	font-size: 185%;
	letter-spacing: -1px;
	color: #555;
	font-weight: normal;
	border-bottom: 1px solid #9C0;
}

#footercontainer
{
	width: auto;
	height: 75px;
	background: #666 url('../images/footer-background.jpg') repeat-x;
	margin-top: 10px;
}

#footer
{
	margin: 0 auto;
	width: 800px;
	height: 80px;
	padding-top: 18px;
	font-size: 90%;
	letter-spacing: -1px;
	color:#2a2a2a;
}

#footerleft
{
	float: left;
	width: 400px;
	height: 32px;
	letter-spacing: 0px;
}

#footerright
{
	float: right;
	width: 400px;
	height: 32px;
	text-align: right;
}

#footer a
{
	text-decoration: none;
	color: #E4FF95;
}

#footer a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

#Layer1 {
	position:absolute;
	width:217px;
	height:561px;
	z-index:1;
	left: 40px;
	top: 236px;
	border:2px;
	border-color:#2a2a2a;
		
}
