.container_16
{
	/*background: #fff url(layout_base.png) repeat-y;*/
}




body {
	margin:0;
	padding:0;
	background-color:#eceeff;
}


#layout_header {
	padding:0;
	margin:0;
	height:118px;
	width:100%;
	background:url(../images/page/top_bg.png) repeat-x top left;
}

#top_bar_outer {
	height:32px;
	width:100%;
	margin:auto;
	overflow:hidden;
	text-align:left;
	background:url(../images/page/topbar_bg.png) repeat-x top left;
}
#top_bar {
	float:right;
	height:32px;
	padding-right:6px;
	background:url(../images/page/topbar_bar_left.png) repeat-x top left;
}
#top_bar_content {
	float:left;
	height:32px;
	padding-left:32px;
	padding-top:6px;
}
#top_bar_right {
	float:right;
	width:16px;
	height:32px;
	margin-right:0;
	background:url(../images/page/topbar_bar_right.png) no-repeat top right;
}
#top_bar_content a.top_bar_link_home, #top_bar_content a.top_bar_link_email, #top_bar_content a.top_bar_link_sitemap , #top_bar_content a.top_bar_link_rss{
	float:left;
	margin:0;
	padding:0;
	font-size:10px;
	line-height:16px;
	text-indent:16px;
	margin-right: 16px;
}
#top_bar_content a.top_bar_link_home { background:url(../images/page/icon_home.gif) no-repeat center left; }
#top_bar_content a.top_bar_link_email { background:url(../images/page/icon_email.gif) no-repeat center left; }
#top_bar_content a.top_bar_link_sitemap { background:url(../images/page/icon_sitemap.gif) no-repeat center left; }
#top_bar_content a.top_bar_link_rss { background:url(../images/page/icon_rss.png) no-repeat center left; }

#top_bar_content a:link    { color:#eee;text-decoration:none; }
#top_bar_content a:visited { color:#eee;text-decoration:none; }
#top_bar_content a:active  { color:#ddd;text-decoration:none; }
#top_bar_content a:hover   { color:#ccf;text-decoration:none; }



#logo_bar_outer {
	display:table;
	width:960px;
	height:50px;
	margin:auto;
	overflow:hidden;
	text-align:left;
}
#logo_bar_logo {
	float:left;
	padding-left:20px;
}
#logo_bar_other {
	float:right;
	margin-right:30px;
	width:500px;
	height:32px;
	text-align:right;
}













#menu_bar_outer {
	width:100%;
	height:36px;
	z-index: 10000;
	overflow:visible;
	background:url(../images/page/menu_navbar_bg.png) repeat-x top left;
}







#layout_content{
	background-color:#fff;
	padding-bottom:20px;
}










#layout_footer {
	margin:0;
	padding:0;
	/*bottom:0;*/
	height:55px;
	text-align:left;
	margin:auto;
	background:url(../images/page/bottombar_bg.png) repeat-x top left;
	background-color:#eceeff;
}
#footer_bar {
	float:left;
	margin-left:0;
	height:32px;
	background:url(../images/page/bottombar_bar_left.png) no-repeat top left;
}
#footer_bar_content {
	float:left;
	height:32px;
	padding:9px 0 0 22px;
	color:#fff;
}
#footer_bar_right {
	float:left;
	width:22px;
	height:32px;
	background:url(../images/page/bottombar_bar_right.png) no-repeat top right;
}
#footer_copy {
	float:right;padding-top:20px;
}
#footer_copy_logo {
	float:right;
	margin-top:5px;
	padding-right:10px;
	width:64px;
	height:19px;
	background:url(../images/site_logo_gray.gif) no-repeat top left;

}
#footer_copy_copy {
	float:right;
	padding:0 10px 0 10px;
	font:10px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;;
	border-left:1px solid #aaa;
}
#footer_bar_content a {
	font-size:10px;
	padding-left:16px;
	padding:0 6px 0 6px;
}
#footer_bar_content a:link    { color:#fff;text-decoration:none; }
#footer_bar_content a:visited { color:#fff;text-decoration:none; }
#footer_bar_content a:active  { color:#ddd;text-decoration:none; }
#footer_bar_content a:hover   { color:#ccf;text-decoration:none; }








