/* ------ Page Layout (DIVs) ------ */

#main_container
{
	width: 791px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 790px;
	height: 179px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
}

#banner
{
	width: 791px;
	height: 205px;
	margin-top: 14px;
	margin-bottom: 14px;
}

#content-container
{
	width: 787px;
	border: 1px solid #DEDADE;
	background-color: #FFFFFF;
}

#content
{
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 2px;
	padding-bottom: 16px;
	line-height: 19px;
	background-image: url("../images/tab.gif");
	background-position: top left;
	background-repeat: no-repeat;	
}

#logos
{
	text-align: right;
	padding-bottom: 6px;
	margin-top: 0px;
}

#copyright
{
	background-color: #000000;
	height: 21px;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	padding-left: 23px;
	padding-top: 6px;
}
