#main {
	width:980px;
	margin:0 auto;
	background-image:url(../graphics/main.jpg);
	background-repeat:no-repeat;
}

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

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

/*======= index.html =======*/
#page1 #content .col-1 {width:216px; margin-right:63px;}
#page1 #content .col-2 { width:545px;}
#page1 #content .col-2 .row-1 .col-1 { width:261px; margin-right:27px;}
#page1 #content .col-2 .row-2 .col-1 { width:269px; margin-right:6px;}
#page1 #content .col-2 .row-2 .col-2 { width:269px;}

/*======= index-1.html =======*/
#page2 #content .row-1 .col-1 {width:216px; margin-right:63px;}
#page2 #content .row-1 .col-2 { width:545px;}
#page2 #content .row-2 .col-1 { width:269px; margin-right:6px;}
#page2 #content .row-2 .col-2 { width:269px; margin-right:6px;}
#page2 #content .row-2 .col-3 { width:269px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:216px; margin-right:63px;}
#page3 #content .col-2 { width:545px;}
#page3 #content .col-2 .col-1 { width:269px; margin-right:6px;}
#page3 #content .col-2 .col-2 { width:269px;}
#page3 #content .col-2 .col-3 { width:269px; margin-right:6px;}
#page3 #content .col-2 .col-4 { width:269px;}

/*======= index-3.html =======*/
#page4 #content .row-1 .col-1 {width:216px; margin-right:63px;}
#page4 #content .row-1 .col-2 { width:545px;}
#page4 #content .row-2 .col-1 { width:269px; margin-right:6px;}
#page4 #content .row-2 .col-2 { width:269px; margin-right:6px;}
#page4 #content .row-2 .col-3 { width:269px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:216px; margin-right:63px;}
#page5 #content .col-2 { width:545px;}
#page5 #content .col-2 .row-2 .col-1 { width:281px; margin-right:0;}
#page5 #content .col-2 .row-2 .col-2 { width:258px;}


/*=========================*/
#footer {height:45px;}
.column{
	width:50%;
	float:left;
}
.column .box{text-align:center;padding-bottom:5px;}
.catrow{clear:both;width:100%;}
