#main { 
	width:1000px; 
	margin:0 auto;
}
#header { 
	height:159px;
	position:relative;
}
#header, 
#content, 
#footer { 
	font-size:0.814em;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

/*======= index.html =======*/
body#page1 { background-image:url(images/body-bg1.jpg);}

/*======= index-1.html =======*/
#page2 #content .col-1 { width:251px;}
#page2 #content .col-2 { width:228px;}

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

/*======= index-3.html =======*/
#page4 #content .col-1 { width:220px;}
#page4 #content .col-2 { width:272px;}

/*======= index-4.html =======*/
#page5 #content .row-1 .col-1 { width:220px;}
#page5 #content .row-1 .col-2 { width:259px;}
#page5 #content .row-2 .col-1 { width:224px; margin-right:32px;}
#page5 #content .row-2 .col-2 { width:224px;}

/*======= index-5.html =======*/
#page6 #content .col-1 { width:251px;}
#page6 #content .col-2 { width:240px;}

/*======= index-6.html =======*/
#page7 #content .row-1 .col-1 { width:220px;}
#page7 #content .row-1 .col-2 { width:259px;}
#page7 #content .row-2 .col-1 { width:253px;}
#page7 #content .row-2 .col-2 { width:223px;}


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


#footer { 
	height:81px;
}