#main {
	width:980px;
	margin:0 auto;
	position:relative;
	background-color: #fff;
}

#header {
	height:auto;
}
#header, #content, #footer {
	font-size:0.75em;
}

.col-1, .col-2, .col-3, .col-4 {
	float:left;
	width: 650px;
	text-align: left;
}

#header .col-1 { width:197px; margin-right:45px;}
#header .col-2 { width:197px; margin-right:43px;}
#header .col-3 { width:201px; margin-right:39px;}
#header .col-4 { width:199px;}

/*======= index.html =======*/
#page1 #content .col-1 {
	width:261px;
	margin-right:25px;
}
#page1 #content .col-2 {
	width:328px;
	margin-right:25px;
}
#page1 #content .col-3 { width:286px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {width:261px; margin-right:58px;}
#page2 #content .col-2 { width:281px; margin-right:53px;}
#page2 #content .col-3 { width:286px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:595px; margin-right:58px;}
#page3 #content .col-1 .col-1 { width:258px; margin-right:57px;}
#page3 #content .col-1 .col-2 { width:258px;}
#page3 #content .col-2 { width:286px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:261px; margin-right:58px;}
#page4 #content .col-2 { width:281px; margin-right:53px;}
#page4 #content .col-3 { width:286px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:261px; margin-right:58px;}
#page5 #content .col-2 { width:281px; margin-right:53px;}
#page5 #content .col-3 { width:286px;}


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


#footer {height:145px;}
