.site_center {
	text-align: center;
}
.main {
	width: 766px;
	margin: 0 auto;
	text-align: left;
}
.min_width {
	width: 100%;
	min-width: 766px;
}
/*======= header =======*/
#header {
	height: 230px;
	width: 100%;
}
/*======= footer =======*/
#footer {
	height: 77px;
	width: 100%;
}
/*======= content =======*/
#content {
	width: 100%;
}
.col_1, .col_2, .col_3, .col1, .col2, .col3, .col {
	float: left;
}
/*======= index.html =======*/
/*======= index-1.html =======*/
#page2 #content .col1 {
	width: 51%;
}
#page2 #content .col2 {
	width: 48%;
}
/*======= index-2.html =======*/
#page3 #content .col1 {
	width: 58%;
}
#page3 #content .col2 {
	width: 41%;
}
/*======= index-4.html =======*/
#page5 #content .col1 {
	width: 42%;
}
#page5 #content .col2 {
	width: 57%;
}

