#container
{
	width:860px;
	height:100%;
	margin: 0px auto;
    text-align: left;
	top:-30px;
	position:relative;
}
body 
{
    margin: 50px 0px;
    padding: 0px;
	background-color: #5C5C5C;
	background:url(/images/gradient_bg.gif) repeat-x;
}
p, h1,h2,h3
{
	color:black;
	word-wrap: break-word;
}
#header
{
	height:205px;
	width:100%;
	background-image:url(/images/header_banner1.jpg);
}
.clearer
{ 
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0; 
	margin: 0;
	padding: 0;
	border: 0;
}

#maincontent
{
	width:100%;
	height:auto;
	background-color:white;
}
#content
{
	width:90%;
}
#footer
{
	width:100%;
	height:100px;
	float:right;
}

#nav
{
background-color:#FFFFFF;
text-align:center;
width:100%;
}
#nav a
{
color:#666666;
text-decoration:none;
}