#main { 
	width:940px; 
	margin:0 auto;
}
#header { 
	height:132px;
	border-bottom:1px solid #e8e8e8;
	position:relative;
}
#header, 
#content, 
#footer { 
	font-size:0.875em;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

/*======= index.html =======*/
#page1 #content .col-1 { width:653px; margin-right:20px;}
#page1 #content .col-2 { width:258px;}

/*======= index-1.html =======*/
#page2 #content .col-1 { width:653px; margin-right:20px;}
#page2 #content .col-1 .col-1 { width:296px; margin-right:20px;}
#page2 #content .col-1 .col-2 { width:296px;}
#page2 #content .col-2 { width:258px;}

/*======= index-2.html =======*/
#page3 #content .col-1 { width:653px; margin-right:20px;}
#page3 #content .col-1 .col-1 { width:296px; margin-right:20px;}
#page3 #content .col-1 .col-2 { width:296px;}
#page3 #content .col-2 { width:258px;}

/*======= index-3.html =======*/
#page4 #content .col-1 { width:653px; margin-right:20px;}
#page4 #content .col-1 .col-1 { width:296px; margin-right:20px;}
#page4 #content .col-1 .col-2 { width:296px;}
#page4 #content .col-2 { width:258px;}

/*======= index-4.html =======*/
#page5 #content .col-1 { width:653px; margin-right:20px;}
#page5 #content .col-1 .col-1 { width:296px; margin-right:20px;}
#page5 #content .col-1 .col-2 { width:296px;}
#page5 #content .col-2 { width:258px;}


/*=========================*/


#footer { 
	height:82px;
}