body
{
	margin: 0px;
	padding: 0px;
	background: #26527C url("images/back.gif") top left repeat-x;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
#main
{
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 801px;
}
#header
{
	width: 801px;
	height: 204px;
	float: left;
}
	#header_top
	{
		width: 801px;
		height: 29px;
		background: url("images/header_top.gif") top left no-repeat;
		float: left;
	}
	#header_middle
	{
		width: 801px;
		height: 61px;
		float: left;
	}
		#header_middle img
		{
			border: 0px;
			float: left;
		}
	#header_bottom
	{
		width: 801px;
		height: 114px;
		float: left;
	}
		#header_bottom img
		{
			border: 0px;
			float: left;
		}
#content
{
	width: 801px;
	background: url("images/content_back.gif") top left repeat-y;
	float: left;
}
#content_left
{
	width: 201px;
	float: left;
}
	#left_menu
	{
		width: 201px;
		float: left;
	}
	#left_menu img
	{
		border: 0px;
		float: left;
	}
	#left_menu_bottom
	{
		width: 181px;
		height: 54px;
		padding: 60px 0px 20px 20px;
		background: url("images/menu_bottom.gif") top left no-repeat;
		float: left;
	}
	#left_menu_bottom h1
	{
		color: #BEAF8F;
		font-size: 14px;
		padding: 0px;
		margin: 0px;
	}
#content_right
{
	width: 583px;
	padding: 90px 7px 10px 10px;
	float: left;
	color: #DDDDDD;
	/*min-height: 300px;*/
	background: url("images/content_right_top.gif") top left no-repeat;
}
	#content_right h1
	{
		color: #BEAF8F;
		font-size: 16px;
	}
	#content_right_inner
	{
		padding-right: 5px;
	}
.box
{
	width: 280px;
	margin: 10px 0px 10px 0px;
	padding-right: 10px;
	font-size: 11px;
	float: left;
}
#news_scroller
{
	width: 563px;
	height: 25px;
	padding-top: 7px;
	padding-left: 18px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	color: #BEAF8F;
}
#footer
{
	width: 801px;
	text-align: center;
	background: url("images/content_back.gif") top left repeat-y;
	padding-bottom: 15px;
	font-size: 11px;
	color: #7B96AF;
	float: left;
}