@charset "utf-8";
/* CSS Document */

/*  */
#page_bg {
	background: #7f98a3 url() top center repeat-y;
}

div#wrapper {
		background-color: #fff;
		/*border: 1px yellow solid;*/
}

div#wrapper_r {
	
}

div#header {
	
}

div#header_l {

}

div#header_r {
	background: transparent url(../media/top_bar.jpg) no-repeat;
}

div#content {
	background: #fff url(../media/right_bar.jpg) no-repeat center right;	

}

div#content_left {
	background: #fff url(../media/left_bar.jpg) no-repeat left bottom;	
}

div#content_center {
	background: #fff url(../media/center.jpg) no-repeat left top;	
}

div#footer {

}

div#footer_l {

}

div#footer_r {
	background: transparent url(../media/bottom_bar.jpg) no-repeat;

}