#main {width:100%; margin:0 auto; text-align:center; min-width:1003px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1003)? "1003px" : "100%");}

/*----!!!-----*/
#main_width { width:100%; margin:0 auto; text-align:left;}
/*----!!!-----*/
div.mainwraper
{
	width:1003px;
	height:auto;
	margin:auto;
}
/*You can modify the width of the website by changing "width" parameter with #main_width. The minimum value is 1003px.*/

#header {height:371px;}
#header, #content, #footer { font-size:0.69em;}

.col_1, .col_2, .col_3, .column1, .column2, .column3 { float:left;}

/*======= index.html =======*/
#page1 #content .col_1 {width:280px; padding:0 0 0 30px;}
#page1 #content .col_2 { width:340px;}
#page1 #content .col_3 { width:29%;}

#page1 #content .col_2 .column1 { width:85px; float:left;}
#page1 #content .col_2 .column2 { width:230px;float:left;}



#footer {height:50px;}