/*You can modify the width of the website by changing "width" parameter with .main The minimum value is 766px.*/
.main { width:100%;}
.min_width {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 766)? "766px" : "100%"); min-width:766px;}
#header {height:552px;}
#header .column { width:56%;}
#header .column_1 { width:43%;}
#footer { height:61px;}

.column, .column_1 { float:left;}

/*---page---*/
#page .content .column{ width:43%;}
#page .content .column_1{ width:56%;}
/*---// page---*/

/*---page_1---*/
#page_1 .content .column{ width:50%;}
#page_1 .content .column_1{ width:49%;}
/*---// page_1---*/

/*---page_2---*/
#page_2 .content .column{ width:54%;}
#page_2 .content .column_1{ width:45%;}
/*---// page_2---*/

/*---page_3---*/
#page_3 .content .column{ width:50%;}
#page_3 .content .column_1{ width:49%;}
/*---// page_3---*/

/*---page_4---*/
#page_4 .content .column{ width:43%;}
#page_4 .content .column_1{ width:56%;}
/*---// page_4---*/

/*---page_5---*/
#page_5 .content .column{ width:100%;}
/*---// page_5---*/