.shadow-right {
	background-image: url(images/layout/shadow-right.gif);
	background-repeat: repeat;
	width: 14px;
}
.main-bg {
	background-image: url(images/layout/home-main.gif);
	background-repeat: no-repeat;
	height: 432px;
	width: 430px;
}
.main-text {
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 24px;
}
body {
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #4A6226;
}
h1 {
	font-size: 24px;
	font-weight: lighter;
	color: #6B8D36;
}
h2 {
	font-size: 17px;
	color: #6B8D36;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9CB379;
}


.nav-bg {
	background-image: url(images/layout/nav.gif);
	background-repeat: no-repeat;
	height: 26px;
}
.footer-1 {
	background-image: url(images/layout/footer-1.jpg);
	background-repeat: no-repeat;
	height: 56px;
	width: 247px;
	color: #EBEBEB;
	font-size: 11px;
}
.footer-2 {
	background-image: url(images/layout/footer-2.jpg);
	height: 30px;
	width: 536px;
	padding-top: 3px;
}
.footer-3 {
	background-image: url(images/layout/footer-3.jpg);
	width: 536px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	height: 19px;
	padding-bottom: 4px;
}
a.footer-link:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer-link:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer-link:hover {
	color: #EBEBEB;
	text-decoration: none;
}
a.footer-link:active {
	color: #EBEBEB;
	text-decoration: none;
}
a:link {
	color: #91AA69;
	text-decoration: underline;
}
a:visited {
	color: #91AA69;
	text-decoration: underline;
}
a:hover {
	color: #6B8D36;
	text-decoration: none;
}
a:active {
	color: #6B8D36;
	text-decoration: none;
}
.float-left {
	float: left;
	padding-right: 20px;
}
