#main { 
	width:951px; 
	margin:0 auto;
}
#header { 
	height:120px;
	border-bottom:4px solid #2b2b2b;
}
#header, 
#content, 
#footer { 
	font-size:0.75em;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

/*======== index.html ========*/
#page1 #content .col-1 { width:450px; margin-right:51px;}
#page1 #content .col-2 { width:450px; float:right}
#page1 #content .col-3 { width:951px; margin-right:51px;}

/*======= index-2.html =======*/
#page3 #content .col-1 { width:715px; margin-right:51px;}
#page3 #content .col-2 { width:185px;}

/*======= index-3.html =======*/
#page4 #content .col-1 { width:715px; margin-right:51px;}
#page4 #content .col-1 .col-1 { width:333px; margin-right:38px;}
#page4 #content .col-1 .col-2 { width:343px;}
#page4 #content .col-2 { width:185px;}

/*======= index-4.html =======*/
#page5 #content .col-1 { width:715px; margin-right:51px;}
#page5 #content .col-2 { width:185px;}
#page5 #content .col-3 { width:951px; margin-right:51px;}

/*======= index-5.html =======*/
#page6 #content .col-1 { width:715px; margin-right:51px;}
#page6 #content .col-1 .col-1 { width:320px; margin-right:52px;}
#page6 #content .col-1 .col-2 { width:343px;}
#page6 #content .col-2 { width:185px;}


/*=========================*/

#footer { 
	height:36px;
}
