#main {
	width:879px;
	margin:0 auto;
	position:relative;
	background-color: #FFFFFF;
}

#header {height:383px;}
#header, #content, #footer { font-size:0.75em;}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#page1 #content .col-1 {
	width:850 px;
	margin-right:57px;
}
#page1 #content .col-2 { width:419px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {width:681px;}
#page2 #content .col-2 { width:113px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:351px; margin-right:57px;}
#page3 #content .col-2 { width:419px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:351px; margin-right:57px;}
#page4 #content .col-2 {
	width:900px;
}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:351px; margin-right:57px;}
#page5 #content .col-2 { width:419px;}


/*=========================*/


#footer {height:105px;}

