body
{
	margin: 0;
	padding: 0;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	font-size: 85%;
	font-family: arial, verdana, tahoma, times new roman;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #80AA00;
}

a:hover
{
	text-decoration: underline;
	color: #000;
}

#header
{
	margin: 0 auto;
	width: 800px;
	height: 20px;
}

#header h1
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 300%;
	color: #E4E4E4;
	letter-spacing: -4px;
	font-weight: normal;
	padding-top: 0px;
}

#menu
{
	margin: 0 auto;
	width: 800px;
	height: 34px;
}

#contentcontainer
{
	width: auto;
	background: white;
}

#content
{
	margin: 0 auto;
	width: 600px;
	font-size: 90%;
	
}

#content p
{
	margin: 0px 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;
}

#content h4
{
	margin: 0px 0 10px 0;
	padding: 0 20px;
	font-size: 85%;
	letter-spacing: -1px;
	color: #555;
	font-weight: normal;
}

#footercontainer
{
	margin: 80px 0 80px 0;
	width: auto;
	height: 50px;
	margin-top: 10px
}

#footer
{
	margin: 10px 0 0 0;
	width: 800px;
	height: 32px;
	padding-top: 18px;
	font-size: 90%;
	letter-spacing: -1px;
	color: #FFF;
}

#footerleft
{
	margin: 10px 0 0 0;
	width: 600px;
	text-align: left;
	padding: 0 20px;
}



#footerleft p
{margin: 20px 0 10px 0;
	padding: 10px;
	font-size: 110%;
	color: #A0A0A0;
	font-weight: normal;
	
}



#footer a
{
	text-decoration: none;
	color: #717171;
}



