body {
	margin: -35px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #DDCCBB url('./images/bg.jpg') no-repeat bottom right fixed;
	text-align: left;
}

a, a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover, a:active {
	color: #0066CC;
	text-decoration: underline;
}

#wrapper {
	background: url('./images/bannerPatch.png') bottom left repeat-x;
	border-bottom: 1px solid #000000;
	margin-top: 30px;
	margin-left: 30px;
	width: 100px;
	height: 95px;
	float: left;
}

#banner {
	position: absolute;
	text-align: left;
	background: url('./images/banner.png') no-repeat top left;
	width: 600px;
	height: 65px;
	margin:30px 30px auto auto;
	border-bottom: 1px solid #000000;
}

#nav {
	margin-top: 41px;
	margin-right: 5px;
	font-weight: bold;
	float: right;
	font-size: 1.4em;
}

#naV a:hover body#home #l-home a, body#want #l-want a, body#have #l-have a, body#buyers #l-buyers a, body#growers #l-growers a {
	color: #0066CC;
	text-decoration: underline;
}

#nav ul {
	list-style: none;
	margin-top: 0px;
}

#nav li {
	list-style: none;
	border-left: 1px solid #000;
	float: left;
	margin: 0px 1px 0px 1px;
	padding: 3px 3px 5px 5px;
}

#content {
	font-size: 1.4em;
	width: 578px;
	background: #FFFFFF;
	border-left: 1px solid #332211;
	border-right: 1px solid #332211;
	border-bottom: 1px solid #332211;
	padding: 110px 10px 5px 10px;
	margin:50px 30px auto auto;
}

.imgRight {
	float: right;
	margin: 10px 5px 10px 20px;
}

.imgLeft {
	float: Left;
	margin: 10px 5px 10px 20px;
}

#footer {
	margin: 15px;
	font-size: 0.8em;
	text-align: center;
}