#site_center {
	text-align:center;
	padding:0 18px 0 18px;
}
#main {
	margin:0 auto;
	width:744px;
	text-align:left;
	background-color: #D0993E;
}

.min_width {min-width:780px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 780)? "780px" : "100%");}

/*You can modify the width of the website by changing "width" parameter with #main. The minimum value is 744px.*/

#header, #wrapper_header, #menu, #content, #footer, .width {
	width:100%;
	background-color: #D0993E;
}


.col_1, .col_2, .col_3, .col_box_1, .col_box_2{
	float:left;
	background-color: #D0993E;
}


/*======= index.html =======*/
#page1 #content .col_1{
	width:65%;
	background-color: d0993e;
}
#page1 #content .col_2{
	width:35%;
}
/*=========================*/


/*======= index-1.html =======*/
#page2 #content .col_1{width:43%;}
#page2 #content .col_2{width:56%;}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .col_1{
	width:auto;
}
#page3 #content .col_2{width:40%;}
/*=========================*/


/*======= index-4.html =======*/
#page5 #content .col_1{
	width:50%;
	font-size: 1.5em;
}
#page5 #content .col_2{
	width:50%;
}
/*=========================*/


/*======= index-5.html =======*/
#page6 #content .col_1{width:63%;}
#page6 #content .col_2{width:36%;}
/*=========================*/

/*======= index-6.html =======*/
#page7 #content .col_1{
	width:50%;
}
#page7 #content .col_2{
	width:48%;
}
/*=========================*/
