.col-1, .col-2, .col-3, .col-4{ float:left}
/*======= width =======*/
.main{margin:0 auto; text-align:left; width:980px; }

/*======= header =======*/
#header {
	height:190px;
	background:url(images/top.gif) no-repeat top center
}

/*======= index.html =======*/
#page1 #content .col-1{ width:339px; margin-right:42px}
#page1 #content .col-2{ width:417px}
#page1 #content .col-1b{
	width:330px;
	float: left;
	margin: 0px;
}
#page1 #content .col-2b{
	width:425px;
	float: left;
	margin-left: 20px;
}
/*======= index-1.html =======*/
#page2 #content .col-1{ width:389px; margin-right:58px}
#page2 #content .col-2{ width:351px}
/*======= index-2.html =======*/
#page3 #content .col-1{ width:334px; margin-right:62px}
#page3 #content .col-2{ width:402px}
/*======= index-3.html =======*/
#page4 #content .col-1{ width:375px; margin-right:35px}
#page4 #content .col-2{ width:375px}
/*======= index-4.html =======*/
#page5 #content .col-1{ width:795px}
#page5 #content .col-2{ width:334px}
#page5 #content .col-3{ width:180px}
#page5 #content .col-4{ width:211px}
/*======= index-5.html =======*/
#page6 #content .col-1{
	width:395px
}
#page6 #content .col-2{
	width:403px;
	float: right;
}
#page6 #content .col-3{
	width:795px;
	padding-top: 875px;
}

/*======= before-after =======*/
#pageB4 #content .col-1{ width:795px}
/*======= footer =======*/
#footer { height:133px; background:url(images/bot.gif) no-repeat top }
