/* blue */
#page_bg {
	background: #333333;
}

div#wrapper {
		/*background: #f7f7f7 url(../images/blue/mw_shadow_l.png) 0 0 repeat-y;*/
		background-image:url(../images/body_backgr.jpg);
		background-repeat:no-repeat;
		background-position:center top;
		min-height: 600px;
}
div#out_wrapper{
		background-image:url(../images/body_extra_backgr.jpg);
		background-repeat:repeat-x;
		width: 100%;
		background-color: #00395a;
}

div#wrapper_r {
	background-color: #FFF;
	/*background: url(../images/blue/mw_shadow_r.png) 100% 0 repeat-y;*/
}

div#header {
	/*background: url(../images/blue/mw_header_t.png) 0 0 repeat-x;*/
}

div#header_l {
	/*background: url(../images/blue/mw_header_t_l.png) 0 0 no-repeat;*/
}

div#header_r {
}
div#footer_l {
	text-align:center;
}

div#footer_r {
	text-align:center;
}
div#footer {
	background-color: #333333;
	background-image:url(../images/footer_page_background.png);
	background-repeat:repeat-x;
}

