#main {
	width:960px; 
	margin:0 auto; 
}

#header, #content, #footer { 
	font-size:0.75em;
}

#content {
	font-size:1em;
}


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

/*======= index.php =======*/
#page1 #content .col-1 {
	width:250px; 
	margin-right:20px;
}

#page1 #content .col-2 { 
	width:650px;
}

/*======= about-us.php =======*/
#page2 #content .col-1 {
	width:250px; 
	margin-right:20px;
}

#page2 #content .col-2 { 
	width:650px;
}

/*======= articles.php =======*/
#page3 #content .col-1 {
	width:250px; 
	margin-right:20px;
}

#page3 #content .col-2 { 
	width:650px;
}

/*======= article.php =======*/
/*
#page4 #content .col-1 {
	width:250px; 
	margin-right:20px;
}
#page4 #content .col-2 { 
	width:650px;
}*/

/*======= contact-us.php =======*/
#page5 #content .col-1 {
	width:250px; 
	margin-right:20px;
}
#page5 #content .col-2 { 
	width:650px;
}

/*======= site-map.php =======*/
#page6 #content .col-1 {
	width:250px; 
	margin-right:20px;
}
#page6 #content .col-2 { 
	width:650px;
}

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


#footer {
	color:#ffffff;
	background-color:#28397a;
	height:30px;
	padding-bottom:10px;
}

.underbox {
	padding:5px;
	text-align:center;
}