BODY {
	background-color: #000;
	color: #999;
	font: normal 11px/15px verdana, arial, helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
	
A {
	color: #996;
	text-decoration: none;
	}
	
A:link {
	color: #996;
	text-decoration: none;
	}
	
A:hover {
	color: #cc9;
	text-decoration: none;
	}
	
H1 {
	font: normal 36px/36px times, serif;
	color: #ccc;
	margin: 0px;
	padding: 0px;
	}

H3 {
	font: normal 23px/23px times, serif;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: left;
	}
	
H4 {
	font: normal 16px/16px times, serif;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: left;
	}
	
P {
	text-align: justify;
	padding: 0px;
	margin: 10px 0px;
	}
	
#header {
	height: 47px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	}
	
#container {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	}
	
#leftcol {
	width: 540px;
	margin-left: 30px;
	float: left;
	}
	
#leftcol IMG {
	margin-right: 10px;
	}
	
#rightcol {
	width: 300px;
	float: left;
	padding-top: 135px;
	}
	
.thmb {
	width: 125px;
	float: left;
	margin-bottom: 10px;
	}
	
.title {
	border-bottom: solid 1px #333;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}
	
.installation {
	margin-left: 125px;
	margin-bottom: 10px;
	}
	
.installationDesc {
	width: 270px;
	margin-right: 10px;
	padding-top: 10px;
	float: left;
	}
	
.installationDesc P, .installationDesc H4 {
	text-align: right;
	}
	
#footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	position: fixed;
	bottom: -2px;
	}
	
#copyright {
	position: relative; 
	bottom: 2px;
	}