body {
	background-color: #3a3515;
	font-size: 62.5%; /* Resets 1em to 10px */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
a img {
	border: none;
}
.clearfloat {
	clear:both;
    height:0;
}
#hometopbg {
	background-color:#d1d2c3;
	width: 100%;
	height: 362px;
	margin:auto;
}
#hometop {
	width: 940px;
	margin:auto;
}
#homethreepanels100 {
	background: url(art/home_bgwidgettop.jpg) repeat-x top;
	margin: auto;
	width: 100%;
	background-color:#d1d2c3;
	min-height: 82px;
}
#homethreepanels940bg {
	background-color:#d1d2c3;
	margin: 0 auto;
	width: 940px;
	background-color:#d1d2c3;
}
#homethreepanels940 {
	background: url(art/home_widgettop.jpg) no-repeat;
	float: right;
	background-color:#d1d2c3;
}
#homethreepanels940 p {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #4a441c;
	font-family: Arial, Helvetica, sans-serif;
}
#homethreepanels940 li {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #4a441c;
	font-family: Arial, Helvetica, sans-serif;
}
#homepanel1 {
	padding-top: 33px;
	width: 320px;
	float: left;
}
#homepanel1 p {
	padding: 0 35px 10px 25px;
}
#homepanel2 {
	padding-top: 33px;
	width: 317px;
	float: left;
}
#homepanel2 p {
	padding: 0 25px 10px 25px;
}
#homepanel3 {
	padding-top: 33px;
	float: left;
	width: 303px;
}
#homepanel3 p {
	padding: 0 20px 10px 25px;
}
#homefooterbg {
	background: url(art/home_footertop.jpg) no-repeat top center;
	background-color:#3a3515;
	width: 100%;
	clear: both;
}
#homefooter {
	margin: 0 auto;
	width: 940px;
	text-align:left;
}
#homefooter h1 {
	font-size: 1.0em;
	line-height: 1.6em;
	padding: 25px 15px 0 25px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#homefooter p {
	font-size: 1.0em;
	line-height: 1.6em;
	padding: 0 15px 0 25px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
a:link {
color: #4f7500;
text-decoration:none;
}
a:visited {
color: #634311;
text-decoration:none;
}
a:hover {
color: #634311;
text-decoration:underline;
}
a:active {
color: #4f7500;
text-decoration:none;
}
#homefooter a:link {
	color: #99bb1c;
	text-decoration: none;
}
#homefooter a:visited {
	color: #99bb1c;
	text-decoration: none;
}
#homefooter a:hover {
	color: #ffffff;
	text-decoration: none;
}
#homefooter a:active {
	color: #d1d2c3;
	text-decoration: none;
}
