@charset "utf-8";

body {
	text-align:center;
}

#main_header {
	height:118px;
	position:relative;
}

#left_column {
	position:relative;
	float:left;
	width:202px;
	
	z-index:2;
}

#content_column{
	position:relative;
	float:left;
	width:726px;
	/*margin:0px 0px 0px 194px;  0 left_column_widht 0 right column_width */
	
	z-index:1;
}