/* blue */
#page_bg {
	background: #7c943c;
}

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

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

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

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

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

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

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

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