#main {
	width:980px;
	margin:0 auto;
	height: 100%;
}

#header {
	height:200px;
	background:url(images/header-bg2.jpg) no-repeat left top;
}
#header, #content, #footer { font-size:0.75em;}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#page1 #content .col-1 {width:460px; margin-right:55px;}
#page1 #content .col-2 { width:326px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {
	width:800px;
	margin-right:10px;
}
#page2 #content .col-2 { width:326px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {
	width:576px;
	margin-right:67px;
}
#page3 #content .col-2 {
	width:236px;
}
#page3 #content .col-2 .col-1 { width:187px; margin-right:44px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:460px; margin-right:55px;}
#page4 #content .col-2 { width:326px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:460px; margin-right:55px;}
#page5 #content .col-2 { width:326px;}
#page5 #content .col-1 .col-1 { width:209px; margin-right:11px;}
#page5 #content .col-1 .col-2 { width:229px;}



/*======= index-5.html =======*/
#page6 #content .col-1 {
	width:460px;
	margin-right:55px;
}
#page6 #content .col-2 { width:436px;}
#page6 #content .col-2 .col-1 { width:136px; margin-right:25px;}
#page6 #content .col-2 .col-2 { width:141px; margin-right:29px;}


/*=========================*/


#footer { padding:15px 0 30px 88px;}

