@charset "utf-8";
#pageContainer {
	width: 750px;
	background: #6C8045;
	margin-right: auto;
	margin-left: auto;
}

html, body {
	padding: 0;
	background-color: #6C8045;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#topPic {
	height: 220px;
}

#navigation {
	background: #384913;
	height: 33px;
	background-image: url(../images/nav_bground.gif);
}

a.home {
	display: block;
	width: 62px;
	height: 33px;
	background: url("../images/link_home.gif");
	text-align: left;
} 

a.home:hover { 
   background-position: -62px 0; 
}

a.about {
	display: block;
	width: 113px;
	height: 33px;
	background: url("../images/link_testimonials.gif");
	text-align: left;
} 

a.about:hover { 
   background-position: -113px 0; 
}

a.team {
	display: block;
	width: 87px;
	height: 33px;
	background: url("../images/link_team.gif");
	text-align: left;
} 

a.team:hover { 
   background-position: -87px 0; 
}

a.offer {
	display: block;
	width: 108px;
	height: 33px;
	background: url("../images/link_news.gif");
	text-align: left;
} 

a.offer:hover { 
   background-position: -108px 0; 
}

a.links {
	display: block;
	width: 110px;
	height: 33px;
	background: url("../images/link_links.gif");
	text-align: left;
} 

a.links:hover { 
   background-position: -110px 0; 
}

a.contact {
	display: block;
	width: 108px;
	height: 33px;
	background: url("../images/link_contact.gif");
	text-align: left;
} 

a.contact:hover { 
   background-position: -108px 0; 
}

#content {
	width: 750px;
	float: left;
	background-color: #CEE6AC;
	background-image: url(../images/content_bground.gif);
	background-repeat: repeat-y;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	text-decoration: none;
	font-weight: bold;
} 

#content a:hover { 
    font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	text-decoration: underline;
}

#contentLeft {
	width: 448px;
	margin-top: 0px;
	float: left;
	padding-right: 10px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	color: #317123;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #317123;
	font-weight: bold;
	font-size: 12pt;
}

#contentRight {
	width: 238px;
	float: left;
	margin-top: 0px;
	padding-top: 15px;
}

#footer {
	width: 750px;
	height: 60px;
	background-image: url(../images/footer.gif);
	float: left;
	background-repeat: no-repeat;
}
