/* blue */
#page_bg {
	background: #0c3a6d fixed;
}

div#wrapper {
		background: #f7f7f7 url(./images/mw_shadow_l.png) repeat-y;
}

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

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

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

div#header_r { background: url(./images/mw_header_t_r.png) no-repeat 100% 0; }

div#footer {
	background: #f7f7f7 url(./images/mw_footer_b.png) repeat-x 0 100%;
}

div#footer_l {
	background: url(./images/mw_footer_b_l.png) no-repeat;
}

div#footer_r {
	background: url(./images/mw_footer_b_r.png) no-repeat 100% 0;
}