body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

.footer {
	background-color: #b28f28;
	height: 95px;
	width: 100%;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #000;
	background-image: url(images/footer2.jpg);
	padding-top: 7px;
}

.footerText a:link,
.footerText a:active,
.footerText a:visited {
	color: #5c440b;
	text-decoration: underline;
}

.footerText a:hover {
	color: #9d7516;
	text-decoration:none;
}

.content {
	background-color: #f1eddc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding-left:17px;
}

.content a:link,
.content a:active,
.content a:visited {
	color: #9d7516;
	text-decoration: underline;
}

.content a:hover {
	color: #c1a553;
	text-decoration:none;
}

.content .sectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #9d7516;
	background-color: #f8f6ee;
	width: 93%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
}

.text {
	padding-left:25px;
	padding-right: 25px;
}

