#main {
	width:100%;
	text-align:left;
	min-width:800px;

width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 800)? "800px" : "100%");}

#header {
	height:331px;
}
#header, #content, #footer {
	font-size:1em;
	line-height: 1.5em;
}

.col_1, .col_2, .col_3, .col_4, .col_5, .column1, .column2, .column3, .column4 { float:left;}

/*======= index.php =======*/
#page1 #content .col_1 {
	width:50%;
}
#page1 #content .col_2 { width:40%;}

/*======= index-1.php =======*/
#page2 #content .col_1 {width:66%;}
#page2 #content .col_2 { width:34%;}

/*======= index-2.php =======*/
#page3 #content .col_1 {width:37%;}
#page3 #content .col_2 { width:63%;}

/*======= index-3.php =======*/
#page4 #content .col_1 {width:40%;}
#page4 #content .col_2 { width:60%;}

/*======= index-4.php =======*/
#page5 #content .col_1 {
	width:69%;
}
#page5 #content .col_2 {
	width:31%;
}
/*=========================*/


#footer {
	height:209px;
}
#footer .aligncenter span {
	font-size: 12px;
	color: #df1500;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 25px;
}
