#main { 
	width:980px; 
	margin:0 auto;
	background:url(images/main-bg.png) no-repeat center top;
}
#header { 
	height:707px;
}
#header, 
#content, 
#footer { 
	font-size:0.814em;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

/*======= index.html =======*/
#page1 #content .col-1 { width:584px; margin-right:40px;}
#page1 #content .col-2 { width:292px;}

/*======= index-1.html =======*/
#page2 #content .col-1 { width:292px; margin-right:40px;}
#page2 #content .col-2 { width:584px;}

/*======= index-2.html =======*/
#page3 #content .row-1 .col-1 { width:424px; margin-right:60px;}
#page3 #content .row-1 .col-2 { width:424px;}
#page3 #content .row-2 .col-1 { width:584px; margin-right:40px;}
#page3 #content .row-2 .col-1 .col-1 { width:252px; margin-right:45px;}
#page3 #content .row-2 .col-1 .col-2 { width:252px;}
#page3 #content .row-2 .col-2 { width:292px;}

/*======= index-3.html =======*/
#page4 #content .col-1 { width:584px; margin-right:40px;}
#page4 #content .col-2 { width:292px;}

/*======= index-4.html =======*/
#page5 #content .col-1 { width:584px; margin-right:40px;}
#page5 #content .col-1 .col-1 { width:281px; margin-right:0;}
#page5 #content .col-1 .col-2 { width:248px;}
#page5 #content .col-2 { width:292px;}


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


#footer { 
	height:42px;
}