#main {
	margin:0 auto;
	width:720px;
	text-align:left;
	float: none;
}

#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. The minimum value is 720px.*/

.col_1, .col_2, .col_3, .col_box_1, .col_box_2{
	float:left;
}


/*======= index.html =======*/
#page1 #content .col_1{
	width:30%;
}
#page1 #content .col_2{
	width:69%;
}
/*=========================*/

/*======= index-1.html =======*/
#page2 #content .col_1{width:67%;}
#page2 #content .col_2{width:32%;}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .col_1{
	width:25%;
	padding-left: 1px;
	padding-right: 0px;
}
#page3 #content .col_2{
	width:65%;
}
/*=========================*/

/*======= index-3.html =======*/
#page4 #content .col_1{width:59%;}
#page4 #content .col_2{width:39%;}
/*=========================*/

/*======= index-4.html =======*/
#page5 #content .col_1{width:40%;}
#page5 #content .col_2{
	width:30%;
}
#page5 #content .col_3{
	width:30%;
}
/*=========================*/
#page6 #content .col_2 {
	width: 58%;

}
#page6 #content .col_1 {
	width:39%;
}
#page6 #content .col_3 {
	width:28%;
}
#page7 #content .col_1 {
	width:35%;
}
#page7 #content .col_2 {
	width:62%;
	padding-left: 10px;
}
#page8 #content .col_1 {
	width:26%;
	padding-right: 5px;
}
#page8 #content .col_2 {
	width:59%;
	padding-left: 10px;
}
#page9 #content .col_1 {
	width:50%;
	padding-right: 5px;
	float: left;
}
#page9 #content .col_2 {
	width:35%;
	padding-left: 25px;
	float: left;
}

