/* blue */
#page_bg {
	background: #0C3A6D;
	background-image: url(http://rails.charterbusamerica.com/images/bckgrnd.jpg);
}

div#wrapper {
	  width: 768px;
		background: #f7f7f7 0 0 repeat-y;
}

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

div#header {
	height: 120px;
	width: 900px;
	background: url(http://rails.charterbusamerica.com/images/head.jpg) 0 0 no-repeat;
}

div#header_l {
	background: 0 0 no-repeat;
}

div#header_r {
	background:  100% 0 no-repeat;
}

div#footer {
	background: #f7f7f7 0 100% repeat-x;
}

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

div#footer_r {
	background: 100% 0 no-repeat;
}