#main {width:100%; text-align:left;}

.min_width { /* min-width:990px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 990)? "990px" : "100%"); */ 
width:990px;
	margin:0px auto;}

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

.col_1, .col_2, .col_3, .col_box_1, .col_box_2{ float:left;}

#header, #content, #footer {width:100%}
.menu_main{
	width:100%;
	background:url(images/top_bg.gif) repeat-x 0 0;
	height:49px;
}


.width {width:100%}

/*======= index-1.html =======*/
#page2 .col_1{width:66%;}
#page2 .col_2{width:33%;}
/*=========================*/

/*======= index-2.html =======*/
#page3 .col_1{width:34%;}
#page3 .col_2{width:65%;}
/*=========================*/

/*======= index-3.html =======*/
#page4 .col_1{width:66%;}
#page4 .col_2{width:33%;}
/*=========================*/

/*======= index-4.html =======*/
#page5 .col_1{width:34%;}
#page5 .col_2{width:65%;}
/*=========================*/

