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: #FF656B;
}

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

#header
{
	margin: 0 auto;
	width: 800px;
	height: 150px;
}

#header h1
{
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 300%;
	color: #FFFFFF;
	letter-spacing: -2px;
	font-weight: normal;
	padding-top: 55px;
}

#menu
{
	margin: 0 auto;
	width: 800px;
	height: 34px;
}

#contentcontainer
{
	width: auto;
	background: #FFF;
}

#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-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C0;
}

#content h4
{
	margin: 10px 0 10px 0;
	padding: 0px;
	font-size: 140%;
	letter-spacing: -1px;
	color: #555;
	font-weight: normal;
}

#footercontainer
{
	width: auto;
	height: 50px;
	background: #666 url('../images/footer-background.jpg') repeat-x;
	margin-top: 10px
}

#footer
{
	margin: 0 auto;
	width: 800px;
	height: 32px;
	padding-top: 18px;
	font-size: 90%;
	letter-spacing: -1px;
	color: #FFF;
}

#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: #FFF;
}
