html, body {
	margin: 0;
	padding: 0;
	background: #3e5806 url(images/bg.jpg) repeat-y top center;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #253600;
	font-size: 12px;
	font-weight: bold;
	}
	
* {	
	margin: 0;
	padding: 0;
	}
	
	
#header-outer {
	width: 100%;
	height: 121px;
	background: url(images/header-bg.jpg) repeat-x;
	}
	
#header {
	width: 851px;
	height: 121px;
	background: url(images/header.jpg);
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -468px;
	}
	
#header a span {
	display: none;}
	
#header a {
	display: block;
	width: 235px;
	height: 42px;
	}
	
#header h1 {
	padding: 60px 0 0 50px;
	}
	
#container-outer {
	width: 100%;
	}
	
#container {
	width: 800px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -423px;
	}
	
#left-col {
	width: 435px;
	float: left;
	}
	
#right-col {
	width: 335px; 
	height: 486px;
	background: url(images/right-col.jpg);
	float: left;
	margin: -1px 0 0 8px;
	}
	
* html #right-col {
	margin: -1px 0 0 -19px;
	}
	
#menu {
	width: 432px;
	height: 48px;
	}
	
#menu ul li {
	display: inline;
	float: left;
	}
	
#menu ul li a {
	height: 48px;
	background: url(images/menu.jpg);
	display: block;
	float: left;
	}

#menu ul li a span {
	display: none;
	}
	
#menu ul li.home a 	{
	width: 60px;
	}
	
#menu ul li.home a:hover {
	background-position: 0 -48px;
	}
	
#menu ul li.about a {
	width: 88px;
	background-position: -60px 0;
	}
	
#menu ul li.about a:hover {
	background-position: -60px -48px;
	}
	
#menu ul li.products a {
	width: 87px;
	background-position: -148px 0;
	}
	
#menu ul li.products a:hover {
	background-position: -148px -48px;
	}
	
#menu ul li.services a {
	width: 79px;
	background-position: -235px 0;
	}
	
#menu ul li.services a:hover {
	background-position: -235px -48px;
	}
	
#menu ul li.contact a {
	width: 108px;
	background-position: -314px 0;
	}
	
#menu ul li.contact a:hover {
	background-position: -314px -48px;
	}
	
#content-top {
	width: 432px;
	height: 13px;
	background: url(images/content-top.jpg);
	}
	
* html #content {
	margin: -3px 0 0 0;
	}
	
#content-bottom {
	width: 432px;
	height: 23px;
	background: url(images/content-bottom.jpg);
	}
	
#content {
	width: 372px;
	background: url(images/content-bg.jpg) repeat-y;
	padding: 0 60px 0 30px;
	margin: 0 0 0 0;
	}
	
#content h2.page-header {
	border-bottom: 1px solid #4f7200;
	margin: 0 0 20px 0;
	}
	
#content p {
	margin: 0 0 40px 0;
	line-height: 20px;
	}
	
#content ul.bullets li {
	list-style-type: none;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #7bb600;
	}
	
	
#content ul.bullets li h3 {
	background: url(images/bullet.jpg) no-repeat left top;
	padding: 3px 0 0 30px;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #c1c872;
	}
	
#content ul.bullets li .thumb {
	float: left;
	margin: 0 5px 5px 0;
	padding: 5px 0 0 0;
	}
	
#content ul.bullets li .thumb img {	
	border: 3px solid #426200;
	}
	
	
#content ul.bullets li a.thumb:hover img {	
	border: 3px solid #7bb600;
	}
	
#content ul.bullets li p {
	margin: 0 0 20px 0;
	}
	
#contact-form {
	margin: 0 0 0 30px;
	}	
	
#contact-form form label {
	font-size: 14px;
	font-weight: bold;
	}
	
#contact-form form .form-text {
	background: #d8ff85;
	border: 1px solid #314800;
	margin: 2px 0 5px 0;
	}
	
#contact-form form #message {
	background: #d8ff85;
	border: 1px solid #314800;
	width: 300px;
	height: 150px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	}
	
#contact-form form #submit-button {
	width: 75px;
	height: 32px;
	background: url(images/submit-button.jpg);
	border: none;
	cursor: pointer;
	float: right;
	margin: 0 40px 0 0;
	}
	
#footer-outer {
	width: 100%;
	height: 315px;
	background: url(images/footer-bg.jpg) repeat-x;
	top: 500px;
	}
	
#footer {
	width: 823px;
	height: 192px;
	background: url(images/footer.jpg);
	position: relative;
	left: 50%;
	margin-left: -437px;
	}
	
#footer-fill {
	width: 100%;
	height: 50px;
	background: #3e5806;
	}
	
.clear {
	clear: both;
	}