/*--- CSS Document --------------------------------------------------------------------------
	File Name: structureStyles.css
	Date: 6-22-06
	Description: Positions all the floats of the web site so they display correctly. 
	Note: 
-------------------------------------------------------------------------------------------*/
div#page
{
	width: 780px;
	position:relative;
	margin: 10px auto 0px auto;
}

div#headerHome
{

	width: 744px;
	margin: 0px auto;
	height: 278px;
	background-image: url(../images/headerHome.jpg);
	background-repeat: no-repeat;
}

div#header
{
	width: 744px;
	margin: 0px auto;
	height: 91px;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
}


div#topNavigation
{	
	width: 744px;
	margin: 0px auto;
	text-align:right;
	color: #7b7b7b;
}

div#content
{
	width: 780px;
	margin: 0px auto;
	background-image:url(../images/contentBG.gif);
	background-repeat:repeat-y;
	padding: 5px 0px;
}

div#leftColumn
{
	float: left;
	width: 184px;
	margin: 0px;
}

div#rightColumn
{
	float: left;
	margin: 0px 5px 5px 5px;
	width: 560px;
	padding-left: 10px;
	padding-right: 10px;
}

div#footer
{
	width: 700px;
	margin: 0px auto 5px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	clear: both;
}
