/* blue */

#page_bg {
	background: #FFF;
}
/*
div#wrapper {
		background: transparent url() repeat-y;
}

div#wrapper_r {
	background: url() 100% 0 repeat-y;
}

div#header {
	background: url() 0 0 repeat-x;
	
}

div#header_l {
	background: url() no-repeat;
}
*/
div#header_r {
	background: url(../media/content_header_bar.gif) 100% 0 no-repeat;
}
/*
div#footer {
	background: #f7f7f7 url() 0 100% repeat-x;
	border: 1px green solid;
}

div#footer_l {
	background: url() 0 0 no-repeat;
}

div#footer_r {
	background: url() 100% 0 no-repeat;
}*/