@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #5a4105;*/
	background-color: #433003;
	line-height: 1.6em;
	overflow: -moz-scrollbars-vertical;
	color: #666666;
	/*background-image: url(../graphics/misc/background.jpg);
	background-repeat: repeat;*/
}
img {
	border: none;
}
#content {
	padding: 0.5em 0.7em 1.5em 0.7em;
}
a:link {
	color: #666666;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #704d08;
}
a:active {
	color: #000066;
}
#footer {
	background-image: url(../graphics/footer/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	color: #000000;
}
#footer a:link {
	color: #000000;
}
#footer a:visited {
	color: #000000;
}
#footer a:hover {
	color: #704d08;
}
#footer a:active {
	color: #000066;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	color: #996600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #704d08;
}
.left-image {
	float: left;
	padding-right: 10px;
}
.right-image {
	float: right;
	padding-left: 10px;
}