#main { 
	width:998px; 
	margin:0 auto;
}
#header {
	height:550px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header, 
#content, 
#footer {
	font-size:.8em;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

/*======= index.html =======*/
#page1 #content .col-1 {
	width:600px;
	margin-right:40px;
}
#page1 #content .col-2 {
	width:250px;
	margin-right:20px;
	float: right;
}
#page1 #content .col-3 {
	width:600px;
	margin-right: 20px;
}

/*======= index-1.html =======*/
#page2 #content .col-1 { width:210px; margin-right:53px;}
#page2 #content .col-2 { width:436px; margin-right:45px;}
#page2 #content .col-2 .col-1 { width:210px; margin-right:16px;}
#page2 #content .col-2 .col-2 { width:210px; margin-right:0;}
#page2 #content .col-3 { width:210px;}

/*======= index-2.html =======*/
#page3 #content .col-1 { width:441px; margin-right:50px;}
#page3 #content .col-2 { width:205px; margin-right:45px;}
#page3 #content .col-3 { width:210px;}

/*======= index-3.html =======*/
#page4 #content .col-1 { width:210px; margin-right:53px;}
#page4 #content .col-2 { width:214px; margin-right:55px;}
#page4 #content .col-3 { width:421px;}

/*======= index-4.html =======*/
#page5 #content .col-1 { width:210px; margin-right:53px;}
#page5 #content .col-2 { width:436px; margin-right:45px;}
#page5 #content .col-3 { width:210px;}

/*======= index-5.html =======*/
#page6 #content .col-1 { width:441px; margin-right:50px;}
#page6 #content .col-2 { width:210px; margin-right:40px;}
#page6 #content .col-3 { width:210px;}

/*======= index-6.html =======*/
#page7 #content .col-1 { width:210px; margin-right:53px;}
#page7 #content .col-2 { width:214px; margin-right:55px;}
#page7 #content .col-3 { width:421px;}


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


#footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

