#main { 
	width:955px; 
	margin:0 auto;
}
#header {
	height:186px;
	position:relative;
	background-color: #FFF;
}
#header, 
#content, 
#footer {
	font-size:0.75em;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

/*======= index.html =======*/
#page1 #content { padding:330px 0 11px 0;}
#page1 #content .col-1 { width:280px; margin-right:36px;}
#page1 #content .col-2 { width:358px; margin-right:27px;}
#page1 #content .col-3 { width:254px;}

/*======= index-1.html =======*/
#page2 #content .col-1 { width:288px; margin-right:56px;}
#page2 #content .col-2 {
	width:550px;
	margin-right:27px;
}
#page2 #content .col-3 { width:250px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {
	width:500px;
	margin-right:auto;
	margin-left: 0px;
}
#page3 #content .col-2 { width:308px;}

/*======= index-3.html =======*/
#page4 #content .col-1 { width:288px; margin-right:56px;}
#page4 #content .col-2 { width:611px;}

/*======= index-4.html =======*/
#page5 #content .col-1 { width:288px; margin-right:56px;}
#page5 #content .col-2 { width:308px; margin-right:27px;}
#page5 #content .col-3 { width:250px;}


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


#footer { 
	height:95px;
	border-top:1px solid #4a4a48;
}
.ctrtable {
	width: 955px;
	margin-right: auto;
	text-align: center;
	margin-left: auto;
}

