body {
	background-color:#95cf00;
	background-image:url(images/background.gif);
	background-repeat:repeat;
	color:#617823;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	background-color:#005e00;
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header and Nav ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	width:717px;
	height:310px;
	position:relative;
}
#nav {
	position:relative;
	float:left;
	margin: 4px 10px 0px 10px;
	height: 24px;
	 }
#nav ul{
	width:700px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	text-decoration:none;
	font-size: 18px;
	color:#FFFFFF;	
}
#nav li:hover {background-color:#edefbf;}
#nav li:hover a{color:#617823; width:150px; display:block;}
#nav li:hover ul a {color:#ffffff; width:300px;}
#nav li li:hover a {color:#617823; }
#nav li { /* all list items */
	text-align:center;
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	float:left;
	background: #005e00;
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	border: 2px solid #000;
	float:left;
	position:absolute;
	left: auto;
	width:300px;
	height:100px;
	*position:relative;
	*top:0px;
	*left:0px;
	*height: 100px;
}
#nav li:hover li, #nav li.sfhover li { /* lists nested under hovered list items */
	width:300px;
	text-align:left;
	height:25px;
	float:left;
	position:relative;
	left: auto;
	*height: 25px;
}
/********************** Content ***************************/
#content_home {
	clear: left;
	background-image:url(images/content_bg.gif);
	width:717px;
	height:424px;
	border-bottom:2px solid #005e00; 
}
#content_promotions {
	clear: left;
	background-repeat:no-repeat;
	background-image:url(images/promotions_bg.jpg);
	width:717px;
	height:470px;
	border-bottom:2px solid #005e00; 
}
#content_contact {
	clear: left;
	background-image:url(images/content_bg.gif);
	width:717px;
	height:724px;
	border-bottom:2px solid #005e00; 
}
h1{
	color:#53661e;
	font-size:17px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#edefbf;
	font-size:12px;
	text-align:center;
}
/********************** Content Blocks ***************************/
#left {
	float:left;
	width:468px;
	margin-left:27px;
	padding: 0px 10px 0px 0px;
	display:inline;
	
}
#right {
	float:right;
	width:170px;
	padding: 0px 20px 20px 20px;
	margin-top:20px;
	border-left: #005e00 2px solid;
    text-align:center;
}
#home_image{display:block; float:right; background-image:url(images/set.gif); width:388px; height:167px; margin-top:-147px; margin-right:3px;}
/********************** Footer ***************************/

#footer {
	display:block;
	background-image:url(images/footbackground.gif);
	width:717px;
	color:edefbf;
	height:40px;
	padding: 20px 0px 0px 0px;
	text-align:center;
}
