/* blue */


div#wrapper {
	background: #f7f7f7;

	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	border-radius: 10px 10px 10px 10px;
}

div#header {
	/*
		background: url(../images/blue/mw_header_t.png) 0 0 repeat-x;
	*/
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 27px;

	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;

	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;

	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	border-radius: 10px 10px 4px 4px;


	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.00, #888),
		color-stop(0.10, #111),
		color-stop(0.95, #444),
		color-stop(0.97, #444),
		color-stop(1.00, #222)
	);

	background-image: -moz-linear-gradient(
		top,
		#888 0%,
		#111 10%,
		#444 95%,
		#444 97%,
		#222 100%
	);

	background-image: -o-linear-gradient(
		top,
		#888 0%,
		#111 10%,
		#444 95%,
		#444 97%,
		#222 100%
	);
	background-image: -ms-linear-gradient(
		top,
		#888 0%,
		#111 10%,
		#444 95%,
		#444 97%,
		#222 100%
	);


	background-image: linear-gradient(
		top,
		#888 0%,
		#111 10%,
		#444 95%,
		#444 97%,
		#222 100%
	);

	position: relative;
	top: 10px;

	box-shadow: 0px 0px 7px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.5);
}


#page_bg {
	/*
	background: #eee;
	background: #0C3A6D;
	background: #146;
	*/
	background: #646060;
}

/*

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

div#header {
	background: url(../images/blue/mw_header_t.png) 0 0 repeat-x;
}

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: #f7f7f7 url(../images/blue/mw_footer_b.png) 0 100% repeat-x;
}

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

*/

.jwrapper{
	text-align: center;
}
