html, body {
	margin: 0;
	}
#container {
	width: 800px;
	margin: 0 auto;
	}
#header {
	width: 100%;
	height: 73px;
	background: url("../images/header.jpg") repeat-x 0% 0%;
	}
#wrapper {
	float: left;
	width: 800px;
	}
#content {
	margin: 0 10px 10px 150px;
	width: 470px;
	}
#left {
	float: left;
	width: 150px;
	margin-left: -800px;
	}
.buttons	{
	margin-top: 20px;
	border: #cecece 1px solid;
}
#contact {
	float: left;
	width: 160px;
	margin-left: -162px;
	margin-top: 400px;
	background: #ffffff;
	background: url("../images/contact.jpg") repeat-x 0% 0%;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
#rightnews {
	float: left;
	width: 160px;
	margin-left: -162px;
	background: #ffffff;
	background: url("../images/news.jpg") repeat-x 0% 0%;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
#rightnews a	{
	color: #89c50b;
}
#rightnews hr	{
	width:90%;
	color:#009;
	border:1px dashed #cecece;
	clear:both;
}
#newsletter {
	float: left;
	width: 160px;
	margin-left: -167px;
	margin-top: 225px;
	background: #ffffff;
	background: url("../images/newsletter.jpg") repeat-x 0% 0%;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
#newsletter p	{
	padding: 5px;
}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #89c50b;
	font: 76% arial,sans-serif;
	}

/* Sidebar */
#sidebar {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px dotted #cecece;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	border-right: 7px solid #013030;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}
#sidebar li a:hover {
	color: #89c50b;
	border-right: 7px solid #89c50b;
	}

/* Additional styles */
p {
	padding: 0px 10px 10px 10px;
	margin: 0;
	color: #3b3b3b;
	font: 76% arial,sans-serif;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
a {
	color: #013030;
	text-decoration: none;
	}
a:hover {
	color: #013030;
	}
.main	{
	padding: 0px 0px 10px 10px;
	}
h3	{
	padding: 0px 10px 0px 10px;
	}
.img	{
	margin: 0px 0px 0px 10px;
	}
.img2	{
	margin: 0px 0px 0px 12px;
	}
li	{
	font: 76% arial,sans-serif;
	color: #013030;
	}
blockquote	{
	color: #89c50b;
	font: 100% arial,sans-serif;
	font-weight: bold;
	border-top: 1px dotted #013030;
	border-bottom: 1px dotted #013030;
	padding: 10px;
}
.products	{
	margin: 0px 0px 0px 4px;
}
.products a	{
	color: #89c50b;
	text-decoration: none;
	font: arial,sans-serif;
}
hr	{
	width:90%;
	color:#009;
	border:1px dashed #cecece;
	clear:both;
}
.products td	{
	font: 76% arial,sans-serif;
}
.question	{
	font: 80% arial,sans-serif;
	font-weight: bold;
	color: #013030;
}

/* Contact form */
input {
 	background-color: #dfeac7;
}
select	{
	background-color: #dfeac7;
}
textarea {
 	background-color: #dfeac7;
 	color: #000000;
}
.labelcell {
 	font: 80% arial,sans-serif;
 	color: #013030;
 	background-color: transparent;
 	width: 220px;
	text-align: left;
	padding-left: 10px;
}

.fieldcell {
 	background-color: #ffffff;
 	color: #000000;
 	text-align: left;
 	margin-right: 0px;
 	padding-right: 0px;
} 
