body
{
	background-color: #E7EBEF;
}


/* ------ Page Layout (DIVs) ------ */

#main_container
{
	width: 789px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}

#header
{
	width: 789px;
	height: 251px;
	background-image: url('../images/header.gif');
}

#content
{
	width: 780px;
	padding-left: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
}

#bottom
{
	width: 789px;
	height: 41px;
	background-image: url('../images/bottom.gif');
}

.content_left
{
	width: 244px;
	background-color: #5D5E57;
	padding-bottom: 20px;
}

.content_right
{
	width: 472px;
	background-position: 28px 5px;
	background-repeat: no-repeat;
	background-image: url('../images/heading.gif');
	line-height: 19px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 6px;
	padding-bottom: 40px;
}