
/*****************************************************************/
#body_container {
	width:650px;
	margin: 0px auto 0px;
}

#main_container {
	background-image: url(../images/template/content_bg.gif);
	background-repeat:repeat-y;
	display:table;
	width:650px;
}

/*---------- header panel --------------*/

#header {
	width:650px;
	height:113px;
}



/*---------- left panel ---------*/

#left_container {
	width:155px;
	display:none;
	float:left;
}


