﻿#main {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#header {
	background-position: left top;
	height: 361px;
	background: url(images/header-bg.jpg) no-repeat left top;
	background-attachment: inherit;
}
#header, #content, #footer { font-size:0.75em;}

.col-1, .col-2, .col-3 { float:left;}

/*======= home.html =======*/
#page1 #content .col-1 {width:280px; margin-right:40px;}
#page1 #content .col-2 {width:280px; margin-right:40px;}
#page1 #content .col-3 {width:280px;}

/*======= about-us.html =======*/
#page2 #content .col-1 {width:600px; margin-right:40px;}
#page2 #content .col-2 {width:280px;}


/*=========================*/


#footer {
	background-position: left top;
	height: 55px;
	background: url(images/footer-bg.jpg) no-repeat left top;
	bottom: -70px;
	top: 30px;
}

