#main {width:100%; text-align:left; margin:0 auto 14px auto;}
#main {width:100%; margin:0 auto; text-align:center; min-width:780px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 780)? "780px" : "100%");}

#main_width {
	width:100%;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}

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

.main_inner { padding:0 15px 0 15px;}

#header {
	height:480px;
}
#header, #content {
	font-size:0.8125em;
	min-width: 1100px;
}

.col_1, .col_2, .col_3, .column1, .column2, .column3 {
	float:left;
}

/*======= index.html =======*/
#page1 #content .row_2 .col_1 {
	width:40%;
}
#page1 #content .row_2 .col_2 { width:34%;}
#page1 #content .row_2 .col_3 {
	width:60%;
}

#page1 #content .wrapper {
	background:url(images/line1.gif) 53% top repeat-y;
	width:100%;
}
#page1 #content .row_3 .column1 { width:55%;}
#page1 #content .row_3 .column2 { width:45%;}

/*======= index-1.html =======*/
#page2 #content .row_1 .col_1 {width:68%;}
#page2 #content .row_1 .col_2 { width:32%;}
#page2 #content .row_2 .col_1 {width:68%;}
#page2 #content .row_2 .col_2 { width:32%;}

/*======= index-2.html =======*/
#page3 #content .row_1 .col_1 {width:32%;}
#page3 #content .row_1 .col_2 { width:68%;}
#page3 #content .row_2 .col_1 {width:32%;}
#page3 #content .row_2 .col_2 { width:68%;}

/*======= index-3.html =======*/
#page4 #content .row_1 .col_1 {width:68%;}
#page4 #content .row_1 .col_2 { width:32%;}
#page4 #content .row_2 .col_1 {width:68%;}
#page4 #content .row_2 .col_2 { width:32%;}

#page4 #content .row_2 .col_1 .column1 { width:57%;}
#page4 #content .row_2 .col_1 .column2 { width:43%;}

/*======= index-4.html =======*/
#page5 #content .row_1 .col_1 {width:32%;}
#page5 #content .row_1 .col_2 { width:68%;}
#page5 #content .row_2 .col_1 {width:32%;}
#page5 #content .row_2 .col_2 { width:68%;}

#page5 #content .row_1 .col_2 .column1 { width:52%;}
#page5 #content .row_1 .col_2 .column2 { width:48%;}

/*======= index-5.html =======*/
#page6 #content .row_2 .col_1 {width:34%;}
#page6 #content .row_2 .col_2 { width:66%;}
#page6 #content .row_3 .col_1 {width:34%;}
#page6 #content .row_3 .col_2 { width:66%;}

#page6 #content .row_1 .column1 { width:209px;}
#page6 #content .row_1 .column2 { margin-left:209px; float:none;}
#page6 #content .row_2 .column1 { width:56%;}
#page6 #content .row_2 .column2 { width:44%;}
#page6 #content .wrapper {
}
#page6 #content .row_3 .column1 { width:197px;}
#page6 #content .row_3 .column2 { width:218px;}

/*=========================*/


#footer {height:57px; font-size:.75em;}
