/* red */
#page_bg {
	background: #640b0f;
}

div#wrapper {
   background-color: #f7f7f7; /* url(mw_shadow_l.png) 0 0 repeat-y; */
   border: 1px solid #CECECE;
   -moz-border-radius: 15px; /* firefox */
   -webkit-border-radius: 15px; /* Safari and Chrome */
   border-radius: 15px 15px 15px 15px; /* for some reason you have to declare all corners in ie*/
}

div#wrapper_r {
	background: url(../images/red/mw_shadow_r.png) 100% 0 repeat-y;
}

div#header {
   background:url(../images/new_header1.jpg) no-repeat; height:140px; width: 1040px;
   /* background: url(mw_header_t_copy.png) 0 0 repeat-x; */
   border: 1px solid #CECECE;
   border-bottom: none;
   -moz-border-radius: 15px 15px 0 0; /* firefox */
   -webkit-border-radius: 15px 15px 0 0; /* Safari and Chrome */
   border-radius: 15px 15px 0 0; /* IE 9 */
   margin: 5px;
   padding: 0;
}

div#header_l {
	background: url(../images/red/mw_header_t_l.png) 0 0 no-repeat;
}

div#header_r {
	background: url(../images/red/mw_header_t_r.png) 100% 0 no-repeat;
}

div#footer {
   /* background: #f7f7f7 url(mw_footer_b.png) 0 100% repeat-x; */
   border-top: 1px solid #CECECE;
   text-align: center;
   padding-top: 20px;
}

div#footer_l {
	background: url(../images/red/mw_footer_b_l.png) 0 0 no-repeat;
}

div#footer_r {
	background: url(../images/red/mw_footer_b_r.png) 100% 0 no-repeat;
}
