/* blue */
#page_bg {
	background: #B1B1B3 url(../images/bg_square.jpg);
	margin: 0;
	padding: 0;
}

div#wrapper {
		background: #C6D3E2 url(../images/left_shadow.jpg) 0 0 repeat-y;
		min-height: 785px;
		max-height: 100%;
		
		padding-bottom: 0px;
		
		margin-bottom: 0px;
		width: 1030px;
}

div#wrapper_r {
	background: url(../images/right_shadow.jpg) 100% 0 repeat-y;
	
	max-height: 100%;
	margin-bottom: 0px;
	min-height: 785px;
	/*background: url(../images/whitespace_bg.jpg) repeat-x;*/
	/*background: #FFFFFF 100% 0 repeat-y;*/
	vertical-align: bottom;
	
	
}

div#header {
	background: url(../images/header.jpg) 0 0 no-repeat;
	padding: 0;
	margin: 0;
}

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

div#header_r {
	/*--background: url(../images/header.jpg) 100% 0 no-repeat;*/
}

div#footer {
	/*--background: url(../images/blue/mw_footer_b.png) 0 0 no-repeat;*/
}

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;*/
}