#body #page2 {
background-color: #2E3B5E;
}


#main {
	width:865px;
	margin:0 auto;
	background-color: #FFFFFF;
}

#header {
	height:400px;
	border-bottom:1px solid #735f3b;
}
#header, #content, #footer {
	font-size:0.75em;
	height: auto;
}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#page1 #content .col-1 {width:544px; margin-right:36px;}
#page1 #content .col-2 { width:284px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {
	width:544px;
	margin-right:25px;
	height: inherit;
}
#page2 #content .col-2 {
	width:284px;
	background-color: #FFFFFF;
}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:523px;}
#page3 #content .col-2 { width:306px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:544px; margin-right:36px;}
#page4 #content .col-2 { width:284px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:544px; margin-right:36px;}
#page5 #content .col-2 { width:284px;}
#page5 #content .col-1 .col-1 { width:243px; margin:0;}
#page5 #content .col-1 .col-2 { width:263px;}

/*=========================*/


#footer {
	height:77px;
	background-color: #999999;
}

