/* ------ Page Layout (DIVs) ------ */

body{
 margin: 0px;
}

#main_container
{
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	border: 0px #000000 solid;
}

#header
{
	width: 1002px;
	height: 125px;
}

#nav
{
	width: 1002px;
	height: 24px;
}

#bar1
{
	width: 1002px;
	height: 16px;
	background-color: #0071BC;
	margin-bottom: 1px;
}

#nav2
{
	width: 1002px;
	height: 94px;
}

#content
{
	width: 950px;
	padding-top: 8px;
	padding-bottom: 22px;
	padding-left: 30px;
	padding-right: 22px;
}

#bottom
{
	width: 1002px;
	height: 55px;
	background-image: url("../images/bottom.gif");
	background-repeat: repeat-x;
}