#main {
	width: 960px;
	margin: 0 auto;
	position: relative;
	visibility: visible;
}

/* #header {height:285px; background:url(images/header-bg.jpg) no-repeat left top;} */
#header {height:150px; margin-top:3px; background:url(images/header.jpg) no-repeat left top;}
#header, #content, #footer {
	font-size: .75;
}

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

/*======= home.html =======*/
#page1 #content .col-1 {width:250px; margin-right:20px;}
#page1 #content .col-2 { width:600px;}

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

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

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

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

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


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


#footer {height:89px;}
