/* blue */
#page_bg {
	background-image: url(../images/page-design/bkg.gif);
}
/* wrapper is the main content, below the header area.*/
div#wrapper {
	background-color: #FFFFFF;
}

div#wrapper_r {
	background: url(../images/page-design/tile-right.gif) 100% 0 repeat-y;
}
/*
div#wrapper {
		background: #f7f7f7 url(../images/blue/mw_shadow_l.png) 0 0 repeat-y;
}

div#wrapper_r {
	background: url(../images/blue/mw_shadow_r.png) 100% 0 repeat-y;
}
*/
div#header {
	background: url(../images/page-design/bkg-top-tile.jpg) 100% 0 repeat-x;
	width: 100%;
}

div#header_l {
}

div#header_r {
}
/* had to edit modules/mod_mainmenu/legacy.php (line 375) to get the bottom menu to wrap*/
div#footer {
	background: #FFFFFF url(../images/page-design/content-bkg.gif) repeat) repeat-y;
	padding-left: 155px;
	padding-right: 5px;
}
/*

div#footer_l {
	background: url(../images/blue/mw_footer_b_l.png) 0 0 no-repeat;
}

div#footer_r {
	background: url(../images/blue/mw_footer_b_r.png) 100% 0 no-repeat;
}
*/