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

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

/*======= index.html =======*/
#page1 #content .col-1{
	width:595px;
	margin-right:15px
}
#page1 #content .col-2{
	width:288px
}
#page1 #content .col-1 .col-1{ width:190px; margin-right:10px}
#page1 #content .col-1 .col-2{ width:190px}
/*======= index-1.html =======*/
#page2 #content .col-1{ width:590px; margin-right:20px}
#page2 #content .col-2{ width:290px}
/*======= index-2.html =======*/
#page3 #content .col-1{ width:590px; margin-right:20px}
#page3 #content .col-2{ width:290px}
/*======= index-3.html =======*/
#page4 #content .col-1{ width:590px; margin-right:20px}
#page4 #content .col-2{ width:290px}
#page4 #content .col-1 .col-1{ width:190px; margin-right:10px}
#page4 #content .col-1 .col-2{ width:190px}
/*======= index-4.html =======*/
#page5 #content .col-1{ width:590px; margin-right:20px}
#page5 #content .col-2{ width:290px}
#page5 #content .col-1 .col-1{
	width:180px;
	margin-right:30px
}
#page5 #content .col-1 .col-2{
	width:180px
}
#page5 #content .col-1 .col-3{ width:299px; margin-right:0}
#page5 #content .col-1 .col-4{ width:286px}

/*======= footer =======*/
#footer { height:308px; }
#footer .col-1{
	width:160px
}
#footer .col-2{
	width:260px;
	text-align:right
}

