#main {
	width:980px;
	margin:0 auto;
	color: #8D8D8D;
	text-align: left;
}
#header {
	height:38px;
	position:relative;
	background-color: #ffcd21;
}
#header, 
#content, 
#footer {
	font-size:0.7em;
	text-transform:none;
}
.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;
}
