#main { 
	width:1024px; 
	margin:0 auto;
}
#header { 
	height:16px;
	position:relative;
	z-index:10;
}
#header, 
#content, 
#footer { 
	font-size:0.95em;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

/*======= index.html =======*/
#page1 #content .col-1 { width:523px; margin-right:38px;}
#page1 #content .col-2 { width:385px;}

/*======= index-1.html =======*/
#page2 #content .col-1 { width:523px; margin-right:38px;}
#page2 #content .col-2 { width:385px;}

/*======= index-2.html =======*/
#page3 #content .col-1 { width:523px; margin-right:38px;}
#page3 #content .col-2 { width:385px;}

/*======= index-3.html =======*/
#page4 #content .col-1 { width:523px; margin-right:38px;}
#page4 #content .col-2 { width:385px;}

/*======= index-4.html =======*/
#page5 #content .col-1 { width:588px; margin-right:38px;}
#page5 #content .col-2 { width:320px;}

/*======= index-5.html =======*/
#page6 #content .col-1 { width:523px; margin-right:38px;}
#page6 #content .col-2 { width:385px;}

/*======= index-6.html =======*/
#page7 #content .col-1 { width:588px; margin-right:38px;}
#page7 #content .col-2 { width:320px;}


/*=========================*/


#footer { 
	height:126px;
}