body {
	width:100%;
	height:100%;
	margin:0px;
	}

table.bgd {
	background: url('../images/bgd.gif') repeat-x bottom;
	background-color: #008840;
	}

a.one:link, a.one:visited, a.one:active {
	display:block;
	width:51px;
	height:36px;
	background: url('../images/nav/1.gif') no-repeat center;
	}
a.one:hover {
	background: url('../images/nav/1ov.gif') no-repeat center;
	}

a.two:link, a.two:visited, a.two:active {
	display:block;
	width:89px;
	height:36px;
	background: url('../images/nav/2.gif') no-repeat center;
	}
a.two:hover {
	background: url('../images/nav/2ov.gif') no-repeat center;
	}

a.three:link, a.three:visited, a.three:active {
	display:block;
	width:90px;
	height:36px;
	background: url('../images/nav/3.gif') no-repeat center;
	}
a.three:hover {
	background: url('../images/nav/3ov.gif') no-repeat center;
	}

a.four:link, a.four:visited, a.four:active {
	display:block;
	width:89px;
	height:36px;
	background: url('../images/nav/4.gif') no-repeat center;
	}
a.four:hover {
	background: url('../images/nav/4ov.gif') no-repeat center;
	}

a.five:link, a.five:visited, a.five:active {
	display:block;
	width:82px;
	height:36px;
	background: url('../images/nav/5.gif') no-repeat center;
	}
a.five:hover {
	background: url('../images/nav/5ov.gif') no-repeat center;
	}

table.top {
	background: url('../images/topbgd.gif') repeat-x bottom;
	table-layout:fixed;
	}

div.home {
	background: url('../images/home-bgd.jpg') no-repeat bottom right;
	width:100%;
	height:100%;
	color:#494949;
	font-size:15px;
	font-family: Arial, Helvetica, Sans-Serif;
	}

div.services {
	background: url('../images/services-bgd.jpg') no-repeat bottom right;
	width:100%;
	height:100%;
	color:#494949;
	font-size:12px;
	line-height:15px;
	font-family: Arial, Helvetica, Sans-Serif;
	}

div.testimonials {
	background: url('../images/testimonials-bgd.jpg') no-repeat bottom right;
	width:100%;
	height:100%;
	color:#494949;
	font-size:12px;
	font-family: Arial, Helvetica, Sans-Serif;
	}

div.news {
	background: url('../images/news-bgd.jpg') no-repeat bottom right;
	width:100%;
	height:100%;
	color:#494949;
	font-size:12px;
	font-family: Arial, Helvetica, Sans-Serif;
	}

div.contact {
	background: url('../images/contact-bgd.jpg') no-repeat bottom right;
	width:100%;
	height:100%;
	color:#494949;
	font-size:12px;
	font-family: Arial, Helvetica, Sans-Serif;
	}
.title	{
	color:#6C1F7E;
	font-weight:bold;
	font-size:15px;
	font-family: Arial, Helvetica, Sans-Serif;
	}
.greentitle {
	color:#00A94F;
	font-weight:bold;
	font-size:19px;
	font-family: Arial, Helvetica, Sans-Serif;
	}
div.wrap {
	clear:right;
	float:right;
	padding:0px;
	font: 12px/1.1;
	}
.footer {
	padding-right:20px;
	padding-top:6px;
	font-size:9px;
	font-weight:bold;
	letter-spacing:1px;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#FFFFFF;
	}
input.text {
	background-color:#FFFFFF;
	border: 1px solid #797979;
	padding: 1px 1px 1px 3px;
	font-size:11px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	width:180px;
	}
textarea {
	background-color:#FFFFFF;
	border: 1px solid #797979;
	padding: 1px 1px 1px 3px;
	font-size:11px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	width:180px;
	}
.text {
	font-size:13px;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#494949;
	}