@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/backfade.png);
	background-repeat: repeat-x;
	background-color: #988E6E;
}
.footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #413c2b;
}
.content_header {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #be602a;
	font-weight: bold;
}
.content {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.home_header {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #be602a;
	font-weight: bold;
}
.home_content {
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #413c2b;
	text-decoration: none;
}
a:visited {
	color: #635B41;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #413C2B;
	text-decoration: none;
}
