@charset "UTF-8";
body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #353535;
	font-size: 0.9em;
	margin: 0px;
	background-color: #6F4935;
}
#footer {
	font-size: 0.8em;
	color: #A3785C;
}
#wrapper {
	background-image: url(images/secondary/background_tile.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 840px;
	background-color: #B57A57;
}
#content {
	margin-left: 35px;
	margin-right: 60px;
	margin-top: 20px;
	margin-bottom: 0px;
}

h1 {display: none;}

h2 {
	color: #6b8f46;
	font-weight: bold;
	font-size: 1.2em;
}
h3 {
	color: #6b8f46;
	font-weight: bold;
	font-size: 1.1em;
}
li {
	margin-bottom: 7px;
}
a:link {
	color: #6B8F46;
	text-decoration: underline;
}
a:visited {
	color: #6B8F46;
}
a:hover {
	color: #80AF47;
}
a:active {
	color: #80AF47;
}
#shadow {
	background-image: url(images/secondary/body_background_tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.text_small {
	font-size: .8em;
}
#home {
	position: relative;
	height: 711px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#quotes {
	position: absolute;
	left: 550px;
	top: 405px;
	height: 306px;
	width: 276px;
}

