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

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

div#wrapper_r {
	background: url(../images/blue/mw_shadow_r.png) right  repeat-y;
	margin:0px;
}

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 {
	background: url(../images/blue/mw_header_t_r.png) 100% 0 no-repeat;
}

div#footer {
	background: url(../images/blue/mw_footer_b.png) 0 0 repeat-x;
	height:120px;
}

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

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

#footer_inner {
	background:url(../images/footer.jpg) 13px top no-repeat;
	height:120px;
}
