#main {
	width:980px;
	margin:0 auto;
	background-color: #FFF;
}

#header {height:514px; overflow:hidden; font-size:.69em;}
#header.small { height:450px; overflow:hidden;}
#content {
	font-size:0.75em;
}

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

/*======= index.html =======*/
#page1 #content .col-1 { width:290px; margin-right:13px;}
#page1 #content .col-2 { width:290px; margin-right:13px;}
#page1 #content .col-3 { width:290px;}
#page1 #content .extra-box .col-1 {
	width:290px;
	margin-right:13px;
}
#page1 #content .extra-box .col-2 {
	width:290px;
	margin-right:13px;
}
#page1 #content .extra-box .col-3 {
	width:290px;
}

/*======= index-1.html =======*/
#page2 #content .col-1 { width:290px; margin-right:13px;}
#page2 #content .col-2 {
	width:594px;
	text-align: left;
}
#page2 #content .col-3 { width:290px;}

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

/*======= index-3.html =======*/
#page4 #content .col-1 { width:290px; margin-right:13px;}
#page4 #content .col-2 { width:290px; margin-right:13px;}
#page4 #content .col-3 { width:290px;}

/*======= index-4.html =======*/
#page5 #content .col-1 { width:290px; margin-right:13px;}
#page5 #content .col-2 { width:290px; margin-right:13px;}
#page5 #content .col-3 { width:290px;}

/*======= index-5.html =======*/
#page6 #content .col-1 {
	width:290px;
	margin-right:13px;
	text-align: justify;
}
#page6 #content .col-2 {
	width:594px;
	font-size: 13px;
}

/*======= index-6.html =======*/
#page7 #content .col-1 {
	width:290px;
	margin-right:13px;
	text-align: left;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#page7 #content .col-2 {
	width:290px;
	margin-right:13px;
	color: #003;
}
#page7 #content .col-3 { width:290px;}


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


#footer {height:50px; font-size:.69em;}
