/* blue */
#page_bg {
background: url(../images/sg_page_bg.jpg) 0 0 repeat-x;
}

div#wrapperall {
		width: 820px;
		margin:0 auto;
		background-color: #fffffa;
			/*css3 Features*/
			
		text-shadow: 2px 2px 5px #ccc;
		border: 5px solid transparent;
		
		border-radius: 30px 30px 20px 20px;
		-moz-border-radius: 30px 30px 30px 30px;
		-webkit-border-radius: 20px 20px 20px 20px;
		/*behavior: url(border-radius.htc);*/
		
		box-shadow: #000 0 0 20px;
		-moz-box-shadow: #000 0 0 20px;
		-webkit-box-shadow: #000 0 0 20px;
		
	
		/*background: -moz-linear-gradient(center top , #eee, #feeddd) repeat scroll 0 0 transparent;
		/*background: -webkit-gradient (linear, left top, left bottom, from(#eee), to(#feeddd));
		background: linear-gradient(center top , #eee, #feeddd) repeat scroll 0 0 transparent;

  		filter: progid:DXImageTransform.Microsoft.gradient
 		(startColorstr=#eee, endColorstr=#feeddd);

  		-ms-filter: "progid:DXImageTransform.Microsoft.gradient
  		(startColorstr=#eee, endColorstr=#feeddd)";*/
}

div#wrapper {
		
}

div#wrapper_r {
	/*background: url(../images/blue/mw_shadow_r.png) 100% 0 repeat-y;*/
}

div#header {
background:url("../images/blue/sg_header.png") no-repeat scroll 0 0 transparent;
height:190px;
margin:10px auto 0;
margin-bottom: 20px;
width:800px;
-moz-border-radius:20px 20px 10px 10px;
-webkit-border-radius: 20px 20px 10px 10px;
border-radius: 20px 20px 10px 10px;
/*behavior: url(border-radius.htc);*/
-moz-box-shadow: #000 0 5px 10px;
-webkit-box-shadow: #000 0 5px 10px;
box-shadow: #000 0 5px 10px;

	
}

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

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

div#footer {
	background-color: #fffff2;
	border:0 solid #ccc;
	margin:0 auto 10px;
	width:800px;
	border-radius:10px 10px 20px 20px;
	-moz-border-radius:10px 10px 20px 20px;
	-webkit-border-radius:10px 10px 20px 20px;
	/*behavior: url(border-radius.htc);*/
	
	box-shadow:3px 3px 10px #cccccc;
	-moz-box-shadow:3px 3px 10px #cccccc;
	-webkit-box-shadow:3px 3px 10px #cccccc;
}

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