body {
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	background-position: left top;
}
#wrapper {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 20px;
}
/**********************************header divs *********************************/
#logoLong {
	position:absolute;
	left:50px;
	top:20px;
	width:330px;
	height:76px;
}
#taglineInside {
	position:absolute;
	left:399px;
	top:65px;
	width:550px;
	height:50px;
}
#navInside {
	left: 90px;
	top: 100px;
	width: 813px;
	height: 49px;
	position: absolute;
}
#navInside ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navInside li {
	display: inline;
}
#navInside li a {
	float: left;
	height: 15px;
	padding: 5px;
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #B7B7B7;
	border-bottom: 2px solid #B7B7B7;
	border-left: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#navInside ul li a:link, #navInside ul li a:visited {
	color: #9F7433;
}
#navInside ul li a:hover {
	color: #42A760;
}
#navInside ul li.current a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #33CC00;
}

#footerNav ul {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#footerNav li {
	display: inline;
}
#footerNav a {
	text-decoration: none;
	padding: 5px;
	float: left;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9F7433;
	;
	font-weight: bold;
}
#footerNav a:hover {
	color: #42A760;
}


/********************************html tags*********************************/
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.2em;
	color: #46A761;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-size: 0.9em;
	color: #46A761;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 1em;
	color: #46A761;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	font-size: 0.8em;
	color: #46A761;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #6E2514;
	line-height: 1.4em;
}
.style1 {
	color: #9E846B
}
.style3 {
	color: #610F01;
}
