/* blue */
a:link, a:visited {
	color: #D12406;
}

a:hover {
	color: #768282;
}

#pillmenu a:hover {
  color: #D12406;
}

#pillmenu a#active_menu-nav {
  background: url(../images/mw_menu_active_bg.png) repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, .componentheading, table.moduletable th {
  color: #D12406;
}

/* white */
#page_bg {
	background: #000 ;
}

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

div#wrapper_r {
}

div#header {
	background: #fff;
	margin: 0;
	background: #fff;
	width: auto;
}

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

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




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

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

