#main {width:980px; margin:0 auto;}

#header {
	height:345px;
}
#header, #content, #footer {
	font-size:12px;
}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#page1 #content .row-1 .col-1 {width:289px; margin-right:1px;}
#page1 #content .row-1 .col-2 {width:289px; margin-right:1px;}
#page1 #content .row-1 .col-3 {width:289px;}
#page1 #content .row-2 .col-1 {
	width:289px;
	margin-right:1px;
	float: right;
}
#page1 #content .row-2 .col-2 {
	width:569px;
}

/*======= index-1.html =======*/
#page2 #content .row-1 .col-1 {width:289px; margin-right:1px;}
#page2 #content .row-1 .col-2 {width:289px; margin-right:1px;}
#page2 #content .row-1 .col-3 {width:289px;}
#page2 #content .row-2 .col-1 {width:579px; margin-right:1px;}
#page2 #content .row-2 .col-2 {width:289px;}

/*======= index-2.html =======*/
#page3 #content .row-1 .col-1 {width:289px; margin-right:1px;}
#page3 #content .row-1 .col-2 {width:289px; margin-right:1px;}
#page3 #content .row-1 .col-3 {width:289px;}


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


#footer { padding:25px 0 30px 56px;}
