#main {
	width:1003px;
	position:relative;
	background-color: #DEDACF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

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

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

/*======= index.html =======*/
#page1 #content .col-1 {width:465px; margin-right:12px;}
#page1 #content .col-2 {
	width:481px;
}
#page1 #content .col-lft {width:120px;margin-right:10px;}
#page1 #content .col-right {
	width:822px;
}
#page1 #content .col-1 .col-1 { width:114px; margin-right:44px;}
#page1 #content .col-1 .col-2 { width:109px; margin-right:32px;}
#page1 #content .col-1 .col-3 { width:108px;}
#page1 #content .col-2 .col-1 { width:114px; margin-right:44px;}
#page1 #content .col-2 .col-2 { width:129px; margin-right:22px;}
#page1 #content .col-2 .col-3 { width:128px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {width:465px; margin-right:12px;}
#page2 #content .col-2 { width:481px;}
#page2 #content .col-1 .col-1 { width:114px; margin-right:44px;}
#page2 #content .col-1 .col-2 { width:109px; margin-right:32px;}
#page2 #content .col-1 .col-3 { width:108px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:465px; margin-right:12px;}
#page3 #content .col-2 { width:481px;}
#page3 #content .col-2 .col-1 { width:120px; margin-right:36px;}
#page3 #content .col-2 .col-2 { width:129px; margin-right:20px;}
#page3 #content .col-2 .col-3 { width:120px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:465px; margin-right:12px;}
#page4 #content .col-2 { width:481px;}
#page4 #content .col-1 .col-1 { width:114px; margin-right:32px;}
#page4 #content .col-1 .col-2 { width:119px; margin-right:20px;}
#page4 #content .col-1 .col-3 { width:132px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:465px; margin-right:12px;}
#page5 #content .col-2 { width:481px;}
#page5 #content .col-2 .col-1 { width:120px; margin-right:36px;}
#page5 #content .col-2 .col-2 { width:129px; margin-right:20px;}
#page5 #content .col-2 .col-3 { width:120px;}

/*======= index-5.html =======*/
#page6 #content .col-1 {width:465px; margin-right:12px;}
#page6 #content .col-2 { width:481px;}
#page6 #content .col-1 .col-1 { width:211px; margin-right:0;}
#page6 #content .col-1 .col-2 { width:209px;}


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


#footer {
	height:57px;
	position:relative;
	margin-top:-18px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

