#main {
	width:893px;
	margin:0 auto;
	position:relative;
}

#header {height:100px;}
#header, #content, #footer {
	font-size:0.75em;
}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#page1 #content .col-1 {width:252px; margin-right:28px;}
#page1 #content .col-2 { width:500px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {width:508px; margin-right:28px;}
#page2 #content .col-2 { width:352px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:252px; margin-right:28px;}
#page3 #content .col-2 { width:500px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:508px; margin-right:28px;}
#page4 #content .col-2 { width:352px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:508px; margin-right:28px;}
#page5 #content .col-1 .col-1 { width:224px; margin:0;}
#page5 #content .col-1 .col-2 { width:251px;}
#page5 #content .col-2 { width:352px;}


/*=========================*/


#footer {height:50px;}

