body
{
	background-image: url(images/bg_fill.jpg);
	background-repeat: repeat;
	margin: 0px;
}


#container {
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
	width: 771px;
	margin: auto;
}

#header
{
	margin: auto;
	text-align: center;
	width: 771px;
}

#navBar
{
	float: left;
	height: 105px;
	background-image: url(images/bg_nav.gif);
	background-repeat:repeat-x;
	background-color: #840705;
	width: 766px;
	margin-left: 2px;
}
#navbar img
{
	border: 0px;
}

#navBar ul
{
	margin-top: 0px;
	list-style: none;
	padding: 0px;
	float:left;	
}

#navBar li
{
	float: left;
	line-height: 105px;
}

#navBar li a
{
	float:left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
	padding-left: 5px;
	padding-right: 10px;
	/*margin: 40px 15px 30px 0px;*/
}

#mainContent
{
	width: 700px;
	margin: auto;
	text-align: left;
}

#footer
{
	background-image: url(images/bg_footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 245px;
	border-bottom: 2px solid #7D1D1F;
	padding-top: 60px;
}

#navFoot
{
	float: left;
	width: 250px;
	text-align: center;
}

#navFoot ul
{
	list-style: none;
	float:left;	
}

#navFoot li
{
}

#navFoot li a
{
	color: #7D1D1F;
	text-decoration: none;
	font-size: 1em;
}
#navFoot li a:hover
{
	color: #7D1D1F;
	text-decoration: underline;
	font-size: 1em;
}

#helpFoot
{
	float: right;
	text-align: center;
	color: #7D1D1F;
	width: 250px;
}
