body
{
	background: #002f41 url(../images/background-fill.jpg) bottom center repeat-x;
	margin: 0;
	padding: 0;
}

/* ------ Page Layout (DIVs) ------ */

#main_container
{
	margin-left: auto;
	margin-right: auto;
	background: url(../images/background.jpg) bottom center no-repeat;
	min-height: 889px;
}

*html #main_container
{
	height: 889px;
}

#inner_container
{
	margin-left: auto;
	margin-right: auto;
	width: 779px;
	background:#FFF;
}

#header
{
	height: 107px;
	overflow: hidden;
	background: url(../images/topbg.gif) 2px 0px repeat-x;
}

#nav
{
	float:left;
	width: 779px;
	background: #002f41 url(../images/navbg.gif) top left repeat-x;
	padding-bottom: 2px;
}
*html #nav
{
	height: 29px;
}

#banner
{
	clear:both;
}

#divider
{
	height: 20px;
	background: url(../images/bg-language.gif) repeat-y #cccccc;
}

#language
{
	float:left;
	height: 16px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding: 4px 0 0 12px;
}

#content-frame
{
	min-height: 513px;
	background: url(../images/sidebar.gif) repeat-y;
}

*html #content-frame
{
	height: 513px;
}

#sidebar-left
{
	padding: 15px 15px 25px 15px;
	width: 159px;
	float:left;
	color: #3c618e;
}

#content
{
	float:left;
	width: 356px;
	padding: 15px 25px 25px 20px;
}

#sidebar-right
{
	padding: 15px 0 0 0;
	width: 189px;
	float:left;
}

#footer
{
	color: #bfdad7;
	padding: 8px 10px 0px 10px;
	height: 22px;
	background: #3d5761;
	font-family: Tahoma, Arial;
	font-size: 11px;
	clear:both;
}
#footer a
{
	text-decoration: none;
	color: #bfdad7;
}