body {
	margin: 0;
	padding: 0;
	background-color: #E3E8F8;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: lighter;
	color: #000000;
}
/*for the top blue part*/
div#top {
	width: 100%;
	height: 89px;
	background: #000066 url(design/images/top.jpg) no-repeat 205px 0;
}
h1 {
	display: none;
}
div#top img {
	padding: 10px 0 0 5px;
}
/*THE MENU SECTION*/
div#menu {
	width: 183px;
	height: 495px;
	position:absolute;
	left: 10px;
	top: 72px;
	bottom: 0;
	padding-top: 20px;
	background-image: url(design/images/menu_middle.gif);
}
div#menu li {
	list-style-type: none;	
	padding: 5px 0;
}
div#thetopofmenu {
	width: 183px;
	top: 0px;
	height: 25px;
	left: 0px;
	padding: 0px 0px 0px 30px;
	background: url(design/images/menu_top.gif) no-repeat;
}	
img#farmsign {
	padding: 50px 0px 0px 5px;
}
#pagetitle {
	background: url(design/images/arrow_gold.gif) no-repeat left center;
	padding-left: 20px;
	font-weight: bold;
	color: #FFCC00;
}
div#menu a:link, div#menu a:visited, div#menu a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	background: url(design/images/arrow_blue.gif) no-repeat left center;
	padding-left: 20px;
}
div#menu a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	background: url(design/images/arrow_gold.gif) no-repeat left center;
	padding-left: 20px;
}
div#thebottomofmenu {
	width: 183px;
	bottom: -1px;
	height: 25px;
	left: 0px;
	background: url(design/images/menu_bottom.gif) no-repeat;
}	
div#content {
	width: 539px;
	left: 210px;
	top: 72px;
	padding: 15px 0px 30px 0px;
	color: #000000;
	font-weight: lighter;
	background-image: url(design/images/content_middle.gif);
}
div#thetopofcontent {
	width: 539px;
	top: 0px;
	height: 25px;
	left: 0px;
	padding: 20px 0px 0px 20px;
	background: url(design/images/content_top.gif) no-repeat;
}	
h2 {
	color: #FFCC00;
	font-weight: bold;
	font-size: 18px;
	padding-left: 20px;
}
div#content .photo {
	float: right;
	margin: 2px 25px 10px 15px;
}
div#content p {
	padding: 0px 20px 0px 20px;
	line-height: 20px;
}
div#content a:link, a:visited, a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
div#content a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
div#thebottomofcontent {
	width: 539px;
	bottom: -1px;
	height: 25px;
	left: 0px;
	background: url(design/images/content_bottom.gif) no-repeat;
}	
/*SALES PAGE*/
h3 {
	border-bottom: 1px solid #003300;
	font-size: 14px;
	margin: 0px 20px 0px 20px;
}
div#content ul {
	list-style-position: outside;
	list-style-image: url(design/images/bullet.gif);
	vertical-align: top;
}
img#salespic {
	margin: 10px 20px;
	float: left;
	border: 1px solid #000066;
	clear: both;
}
