*, html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	margin: 0px;
	color: #624C47;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	word-spacing: 1px;
	letter-spacing: 0.25px;
	text-align: center;
	background-color: #000;
}

h1, h2 {
	margin: 0 0 0 95px;
	text-align: center;
}

a {
	color: #CC1F26;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background-color: #CC1F26;
	text-decoration: none;
}

div#container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	background-color: #e7e7e7;
}

div#header {
	position: relative;
	width: 700px;
	height: 250px;
}

	#header h1 {
		margin: 0px;
		width: 700px;
		height: 250px;
		background: #000 url("../images/headerpic.jpg");
	}
	
		#header h1 span {
			display: none;
		}

ul#navigation {
	position: absolute;
	top: 220px;
	left: 0px;
	width: 700px;
	height: 30px;
	color: #fff;
	font-size: 10px;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;	
}

	#navigation li {
		display: inline;
		list-style-type: none;
		margin-left: 0px;		
	}
		
		#navigation li a {
			border-right: 1px solid #666;
			height: 30px;
			display: block;
			float: left;
			line-height: 30px;
			color: #fff;
			text-decoration: none;
			background-color: #000;
		}
	
		#navigation li a:hover {
			color: #fff;
			background-color: #C00;
			text-decoration: none;
		}
		
		li#home_link a {
			width: 42px;
		}
		li#about_us_link a {
			width: 60px;
		}
		li#commercial_services_link a {
			width: 120px;
		}
		li#residential_services_link a {
			width: 120px;
		}
		li#facility_link a {
			width: 50px;
		}
		li#equipment_link a {
			width: 65px;
		}
		li#biomass_industry_link a {
			width: 100px;
		}
		li#gallery_link a {
			width: 55px;
		}
		li#contact_link a {
			border-right: 0px;
			width: 80px;
		}


div#rightcol {
		float: left;
		width: 550px;
		height: auto;
		margin: 20px 0 20px 40px;
		padding: 40px 0 0 0;
		text-align: left;
}

	#rightcol h1 {
		font-size: 20px;
		margin: 0 30px 0 0;
		text-align: center;
		}


div#footer {
	padding: 5px;
	clear: both;
	width: 690px;
	height: 25px;
	background: #262626;
	color: #fff;
	text-align: left;
}