#site_center {
}
#main, #footer_main {
	width:766px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 0,9;
}

#header, #content, #footer {width:100%}

.min_width {min-width:766px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 766)? "766px" : "100%");}

/*You can modify the width of the website by changing "width" parameter with #main, #footer. The minimum value is 766px.*/

.col_1, .col_2, .col_box_1, .col_box_2{ float:left;}


/*======= index.html =======*/
#page1 #content .col_1{
	width:40%;
}
#page1 #content .col_2{width:49%;}
/*=========================*/

/*======= index-1.html =======*/
#page2 #content .col_1{
	width:40%;
}
#page2 #content .col_2{
	width:60%;
}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .col_1{
	width:99%;
}
#page3 #content .col_2{width:33%;}
/*=========================*/

/*======= index-3.html =======*/
#page4 #content .col_1{
	width:99%;
}
#page4 #content .col_2{width:60%;}
/*=========================*/

/*======= index-4.html =======*/
#page5 #content .col_1{
	width:99%;
}
#page5 #content .col_2{width:33%;}
/*=========================*/

/*======= index-5.html =======*/
#page6 #content .col_1{
	width:99%;
}
#page6 #content .col_2{width:60%;}
/*=========================*/

/*======= index-6.html =======*/
#page7 #content .col_1{
	width:99%;
	font-size: 0,9;
}
#page7 #content .col_2{
	width:49%;
}
/*=========================*/

