@CHARSET "ISO-8859-1";
html,body {
width:				100%;
margin:				0px;
padding:			0px;
font-family:		Arial;
font-size:			16px;
background-color:	#fff;
background-repeat: repeat-x;
}

A.header:link {text-decoration: none; color: #fff;}
A.header:visited {text-decoration: none; color: #fff;}
A.header:active {text-decoration: none;color: #fff;}
A.header:hover {text-decoration: none; color: #BBBBBB;}

A:link {text-decoration: underline; color: #000;}
A:visited {text-decoration: underline; color: #000;}
A:active {text-decoration: underline;color: #000;}
A:hover {text-decoration: underline; color: #BBBBBB;}

#mainContainer
{
	width:	100%;
}

#Header
{
	width:	100%;
	height:	147px;
	background-color: rgb(185,0,0);
}

#Logo
{
	float:	left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 35px;
	margin-left:	10px;
}

#navBar
{
	float:	left;
	margin-left:	40px;
	color:	#fff;
	margin-top:	40px;
}

#advNav
{
	float:	left;
	margin-left:	-192px;
	color:	#fff;
	margin-top:	70px;
}

#Contact
{
	float:	right;
	color: #fff;
	margin-right:	10px;
	margin-top:	30px;
	font-size:12px;
}

#belowHeader
{
	width:	100%;
	height:	20px;
#	background-color:	#000;
	background-image: 	url(../images/layout/belowBG.png);
	background-repeat: repeat-x;
}

#Content
{
	width:			95%;
	margin-left:	10px;
	margin-top:		30px;
}

#Footer
{
	height:	50px;
	background-color:	#000;
}
