.container {
	width: 1055px;
	margin: 0 auto;
}

#header {height:194px; background:url(images/header-bg.gif) left top repeat-x 

#fff; }
#header, #content, #extra-content, #footer {
	font-size: 0.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

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

/*======= index.html =======*/
#page1 #content .col-1 {
	width:302px;
	margin-right:0px;
	
}
#page1 #content .col-2 {
	width:626px;
	margin-right:22px;

}
#page1 #content .col-3 {
	width: 405px;

}
#page1 #extra-content .col-1 {
	width: 1055px;
	margin-right: 0px;
}
#page1 #extra-content .col-2 {
	width: 464px;
	margin-right: 11px;
}

/*======= index-2.html =======*/
#page3 #content .col-1 {
	width:400px;
	margin-right:25px;
}
#page3 #content .col-2 {
	width:300px;
	margin-right:24px;
}
#page3 #content .col-3 {
	width:300px;
}

/*======= index-4.html =======*/
#page5 #content .col-1 {
	width:626px;
	margin-right:22px;
}
#page5 #content .col-2 {
	width:302px;
}

/*======= index-5.html =======*/
#page6 #content .col-1 {width:302px; margin-right:22px;}
#page6 #content .col-2 {width:302px; margin-right:22px;}
#page6 #content .col-3 {width:302px;}


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


#footer {background:url(images/footer-bg.gif) left top repeat-x #717171;}
