/* blue */
body {
	background: #0D6dab;
	background-image: url(../img/blue/bg.gif);
	background-repeat: repeat;
}

div#wrapper {
	background: #f7f7f7 url(../img/blue/shadow_l.gif) 0 0 repeat-y;
}

div#wrapper_r {
	background: url(../img/blue/shadow_r.gif) 100% 0 repeat-y;
}

div#header {
	background: url(../img/blue/header_t.gif) 0 0 repeat-x;
}

div#header_l {
	background: url(../img/blue/header_tl.gif) 0 0 no-repeat;
}

div#header_r {
	height: 65px;
	background: url(../img/blue/header_tr.gif) 100% 0 no-repeat;
}

div#footer {
	background: url(../img/blue/shadow_b.gif) 0 0 repeat-x;
}

div#footer_l {
	background: url(../img/blue/shadow_bl.gif) 0 0 no-repeat;
}

div#footer_r {
	height: 52px;
	background: url(../img/blue/shadow_br.gif) 100% 0 no-repeat;
}


