#header_wrap
{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
}
	#pos_header
	{
		display:block;
		width:960px;
		margin:auto;
		float:none;
		position:relative;
}

.banner-decor {
	position:absolute;
	top:0px;
}
#decor-left {
	left:0px;
}
#decor-right {
	right:0px;
}
#body_container
{
	width:100%;
	/*background-image:url('/images/side_left.png'),url('/images/side_right.png');*/
	background-position: left 96px, right 96px;
	background-repeat:no-repeat;
}
#body_wrap
{
	clear:both;
	width:960px;
	margin:auto;
	position:relative;
	z-index:1;
}
#body_wrap > div
{
	float:left;
	padding:10px;
	box-shadow:0px 0px 8px #000;
}
	#top_nav
	{
		float:left;
		width:100%;
	}
	#top_panel
	{
		float:left;
		width:100%;
		padding-bottom:8px;
	}

	#body_l
	{
		float:left;
		width:180px;
	}
		#left_nav, #left_panel
		{
			float:left;
			clear:both;
			width:100%;
		}

	#body_r
	{
		float:left;
		width:180px;
	}
		#right_nav, #right_panel
		{
			float:left;
			clear:both;
			width:100%;
		}

	#content
	{
		float:left;
		width:560px; /* 960 - 180 - 10 - 180 - 10 - 20*/
		margin-left:10px;
		margin-right:10px;
	}

	#content_l
	{
		float:left;
		width:750px; /* 960 - 180 - 10 - 20*/
		margin-right:10px;
	}

	#content_r
	{
		float:left;
		width:750px; /* 960 - 180 - 10 - 20*/
		margin-left:10px;
	}

	#content_full
	{
		float:left;
		width:940px; /* 960 - 20 */
	}

#footer_wrap
{
	width:960px;
	margin:auto;
	position:relative;
}
	#bottom_nav
	{
		float:left;
		width:100%;
	}
	#bottom_panel
	{
		float:left;
		width:100%;
	}

