/* HamptonCompanies.com
   Designed and Developed by BurnBothEnds.com
   (C) 2008 BurnBothEnds, LLC.  All Rights Reserved */

a:link { color: #848382; font-weight: normal; text-decoration: underline;}
a:visited { color: #848382; font-weight: normal; text-decoration: underline; }
a:active { color: #848382; font-weight: normal; text-decoration: none; }
a:hover { color: #48b34d; font-weight: normal; text-decoration: none; }

#footer a:link { color: #848382; font-weight: normal; text-decoration: underline;}
#footer a:visited { color: #848382; font-weight: normal; text-decoration: underline; }
#footer a:active { color: #848382; font-weight: normal; text-decoration: none; }
#footer a:hover { color: #48b34d; font-weight: normal; text-decoration: none; }

#nav a:link { color: #848382; font-weight: normal; text-decoration: none;}
#nav a:visited { color: #848382; font-weight: normal; text-decoration: none; }
#nav a:active { color: #848382; font-weight: normal; text-decoration: none; }
#nav a:hover { color: #48b34d; font-weight: normal; text-decoration: none; }

.clearBoth {
	clear: both;
}

* p {
	margin: 0px;
}

body {
	background-color: #ffffff;
	background-image: url("../images/main-bg.jpg");
	background-repeat: repeat-x;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #848382;
}

#wrapper {
	z-index: 2;
	width: 870px;
	height: 580px;
	border: 1px solid black;
	background-color: #e2f0fb;
	position: absolute;
	top: 40px;
	left: 50%;
	margin: auto auto auto -435px;
}

#header {
	width: 870px;
	height: 100px;
}

#logo {
	float: right;
}

#nav {
	margin: 68px 0px 0px 20px;
	float: left;
}

.navElement {
	margin-right: 50px;
	float: left;
}

#content {
	width: 830px;
	height: 460px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	z-index: 2;
	width: 870px;
	position: absolute;
	left: 50%;
	top: 624px;
	margin: auto auto auto -435px;
	font-size: 10px;	
}

#grass {
/*	background-image: url(../images/grass.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	height: 94px;
	width: 100%;
	z-index: 1; */
}

