/* blue */
/* This is the main BG of the page */
#page_bg {
        background: url(../images/body_bg.png);
}

/* Main Content Top Header */
div#header {
	background: url(../images/header1.png) no-repeat;
}


/*
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;
}
*/


/* Content Footer */
div#footer {
	background: url(../images/content_bottom.png) no-repeat;
        margin-left: -1px;
}