#main {
	width:980px;
	margin:0 auto;
}

#header {
	height:567px;
	background:url(images/header-bg.jpg) no-repeat left bottom;
}
#header, #content, #footer { font-size:0.75em;}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#page1 #content .col-1 {
	width:302px;
	margin-right:15px;
}
#page1 #content .col-2 {width:302px; margin-right:15px;}
#page1 #content .col-3 {
	width:302px;
}

/*======= index-1.html =======*/
#page2 #content .col-1 {width:302px; margin-right:15px;}
#page2 #content .col-2 {width:302px; margin-right:15px;}
#page2 #content .col-3 {width:302px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:302px; margin-right:15px;}
#page3 #content .col-2 {width:302px; margin-right:15px;}
#page3 #content .col-3 {width:302px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:302px; margin-right:15px;}
#page4 #content .col-2 {width:302px; margin-right:15px;}
#page4 #content .col-3 {
	width:302px;
	height: 350px;
}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:618px; margin-right:15px;}
#page5 #content .col-2 {width:302px;}
#page5 #content .col-1 .col-1 {
	width:100%;
	margin:0;
	vertical-align: middle;
	text-align: center;
}
#page5 #content .col-1 .col-2 { width:228px;}

/*======= index-5.html =======*/
#page6 #content .col-1 {width:302px; margin-right:15px;}
#page6 #content .col-2 {width:302px; margin-right:15px;}
#page6 #content .col-3 {width:302px;}



/*=========================*/


#footer {height:63px;}
