/* white */
#page_bg {	
	
}

div#wrapper {
/*	background: #fff url(images2/white/left.png) 0 0 repeat-y; */
	
	width: auto;
	padding: 1px 8px;
	margin: 0 21px 0px 21px;
	background: #fff;
}


div#wrapper div {
}

div#wrapper_r {
/*	background: url(images2/white/right.png) 100% 0 repeat-y; */
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
}

div#header {
/*	background: url(images2/white/top.png) 0 0 repeat-x; */
	background: #fff url(images2/mw_content_t.png) 0 0 repeat-x;
}

div#header_l {
/*	background: url(images2/white/top-left.png) 0 0 no-repeat; */
	background: url(images2/mw_content_t_l.png) 0 0 no-repeat;
}

div#header_r {
/*	background: url(images2/white/top-right.png) 100% 0 no-repeat;  */
	background: url(images2/mw_content_t_r.png) 100% 0 no-repeat;
/*	background: url(images2/tmp_tl.png) 100% 0 no-repeat; */
	height: 10px;
	overflow: hidden;
}

div#footer {
/*	background: url(images2/white/bottom.png) 0 0 repeat-x; */
	background: url(images2/mw_content_b.png) 0 100% repeat-x;
	margin-top: -15px;
}

div#footer_l {
/*	background: url(images2/white/bottom-left.png) 0 0 no-repeat; */
	background: url(images2/mw_content_b_l.png) 0 100% no-repeat;
}

div#footer_r {
/*	background: url(images2/white/bottom-right.png) 100% 0 no-repeat; */
	background: url(images2/mw_content_b_r.png) 100% 100% no-repeat;
	height: 13px;
}



/*
#whitebox {
	margin: 0 21px 0px 21px;
	background: #fff;
	width: auto;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
	background: #fff url(images2/mw_content_t.png) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(images2/mw_content_t_l.png) 0 0 no-repeat;
}

#whitebox_tr {
	height: 10px;
	overflow: hidden;
	background: url(images2/mw_content_t_r.png) 100% 0 no-repeat;
}

#whitebox_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 1px 8px;
}

#whitebox_b {
	margin-top: -5px;
	background: url(images2/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(images2/mw_content_b_l.png) 0 100% no-repeat;
}

#whitebox_br {
	height: 13px;
	background: url(images2/mw_content_b_r.png) 100% 100% no-repeat;
}

*/