body
{
	background-color: #000000;
}

/* ------ Page Layout (DIVs) ------ */

#main_container
{
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align:left;
}

#header
{
	background: url('../images/header_fill.gif') repeat-x;
	height: 128px;
}

#header2
{
	background: url('../images/header.gif') no-repeat;
	width: 768px;
	height: 128px;
}

#title
{
	height: 74px;
	background: url('../images/title_fill.gif') repeat-x;
}

#title2
{
	width: 768px;
	height: 74px;
	background: url('../images/title_bg.gif') left top no-repeat;
}

.left
{
	width: 141px;
	background: #a7a9ac url('../images/nav_fill.gif') repeat-y;
}

.center
{
	width: 172px;
	border-right: 1px solid #8e9093;
	background: #e6e7e8 0px 244px no-repeat;
	padding-bottom: 56px;
}

.right
{
	background: #FFFFFF url('../images/content_bg.gif') top left no-repeat;
	padding: 27px 20px 40px 20px;
}