#main { 
	width:980px; 
	margin:0 auto;
}
#header { 
	height:38px;
	position:relative;
}
#header, 
#content, 
#footer { 
	font-size:0.626em;
	text-transform:uppercase;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

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

/*======= index-1.html =======*/
#page2 #content .col-1 { width:602px; margin-right:38px;}
#page2 #content .col-2 { width:340px;}

/*======= index-2.html =======*/
#page3 #content .col-1 { width:602px; margin-right:38px;}
#page3 #content .col-2 { width:340px;}

/*======= index-3.html =======*/
#page4 #content .col-1 { width:602px; margin-right:38px;}
#page4 #content .col-2 { width:340px;}

/*======= index-4.html =======*/
#page5 #content .col-1 { width:602px; margin-right:38px;}
#page5 #content .col-2 { width:340px;}

/*======= index-5.html =======*/
#page6 #content .col-1 { width:602px; margin-right:38px;}
#page6 #content .col-2 { width:340px;}


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


#footer { 
	height:87px;
	border-top:2px solid #858585;
}