#main { 
	width:980px; 
	margin:0 auto;
}
#header { 
	height:564px;
}
#header, 
#content, 
#footer { 
	font-size:0.75em;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

/*======= index.html =======*/
#page1 #content .row-2 .col-1 { width:592px; margin-right:42px;}
#page1 #content .row-2 .col-2 { width:286px;}

/*======= index-1.html =======*/
#page2 #content .row-2 .col-1 { width:592px; margin-right:42px;}
#page2 #content .row-2 .col-2 { width:286px;}

/*======= index-2.html =======*/
#page3 #content .row-2 .col-1 { width:592px; margin-right:42px;}
#page3 #content .row-2 .col-1 .col-1 { width:267px; margin-right:58px;}
#page3 #content .row-2 .col-1 .col-2 { width:267px;}
#page3 #content .row-2 .col-2 { width:286px;}

/*======= index-3.html =======*/
#page4 #content .row-2 .col-1 { width:592px; margin-right:42px;}
#page4 #content .row-2 .col-1 .col-1 { width:199px; margin-right:0;}
#page4 #content .row-2 .col-1 .col-2 { width:175px; margin-right:32px;}
#page4 #content .row-2 .col-1 .col-3 { width:185px;}
#page4 #content .row-2 .col-2 { width:286px;}


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


#footer { 
	height:59px;
	background-color:#f8f9fa;
}
