.container {
	width:960px;
	margin:0 auto;
	text-align: left;
	color: #FFF;
	font-weight: bolder;
}

#header {
	height:135px;
	background:url(images/header-bg.gif) left top repeat-x #fff;
}
#header, #content, #extra-content, #footer { font-size:0.75em;}

.col-1, .col-2, .col-3 {
	float:left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
}

/*======= index.html =======*/
#page1 #content .col-1 {
	width:302px;
	margin-right:12px;
	margin-bottom: 5px;
	}
#page1 #content .col-2 {
	width:302px;
	margin-right:12px;
	margin-bottom: 10px;
}
#page1 #content .col-3 {
	width:302px;
	margin-right: 12px;
	margin-bottom: 10px;
}
#page1 #extra-content .col-1 {
	width:160px;
	margin-right:10px;
}
#page1 #extra-content .col-2 {
	width:505px;
	margin-right: 10px;
}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:302px; margin-right:22px;}
#page3 #content .col-2 {
	width:302px;
	margin-right:22px;
	margin-bottom: 10px;
}
#page3 #content .col-3 {width:302px;}
#page3 #extra-content .col-1 {
	width:302px;
	margin-right:10px;
}
#page3 #extra-content .col-2 {
	width:302px;
	margin-right: 10px;
}

/*======= index-4.html =======*/
#page5 #content .col-1 {
	width:270px;
	margin-left: 15px;
}
#page5 #content .col-2 {
	width:650px;
}

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


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

/*======= news.html =======*/
#page7 #content .col-1 {
	width:700px;
	margin-right:10px;
}
#page7 #content .col-2 {
	width:250px;
	margin-right: 0px;
}
#page7 #content .col-3 {
	width:170px;
	margin-right: 10px;
}


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

#footer {
	/* [disabled]background:url(images/footer-bg.gif) left top repeat-x #717171; */
	background-color: #12131D;
}

