body {
	margin: 0 0;
}

#container {
	position:relative;
	margin: 0 auto;
	width: 842px;
	width: 850px;
	background: #eee;
	background: #fff url(/img/nb_bodybg.png) repeat-y 50% 0;
}

#header h1 {display:none;}

#header {
	margin: 0 auto;
	width:842px;
	height:182px;
	background: #fff url(/img/logo.jpg) no-repeat 50% 0;
}

#header_nav {
	position:absolute;
	top:156px;
	height:20px;
	width: 842px;
	margin:0 auto;
	left:4px;
	background: #0f0546;
}

#content_wrapper {
	margin: 0 auto;
	width:842px;
	clear:both;
}

#leftbar, #rightbar, #content {
	position:relative;
	float:left;
}

#regioselect {
	position:relative;
	float:left;
	width:490px;
	left:175px;
	top:5px;
}

#content {
	width:490px;
	left:175px;
	top:5px;
}

#leftbar {
	width:170px;
}

#rightbar {
	width:170px;
	float:right;
	clear:right;
} 

#leftbar {
	left:-490px;
}

#inline_footer {
	margin:0 auto;
	clear:both;
	width:832px;
	text-align:right;
	display:none;
}

#shadow_bottom {
	margin:0 auto;
	clear:both;
	height:31px;
	width:850px;
	background: #fff url(/img/nb_shadowbottom.png) repeat-y 50% 0;
}

#shadow_bottom p {
	margin:0 auto;
	margin-bottom:10px;
	width:832px;
	background: #eee;
}

#footer {
	margin:0 auto;
	width:850px;
	text-align:right;
}

#footer p {
	margin:0 auto;
	padding:0;
	width:842px;
}