@charset "UTF-8";
body {
	background-color: #3B240C;
	margin: 0px;
	padding: 0px;
	font-family: Palatino, "Times New Roman", Times, serif;
	color: #34210a;
	font-size: 14px;
}
.yellowtext {
	font-size: 17px;
	color: #ffefb6;
}
.navbarbackground {
	background-image: url(images/brownbar.jpg);
	background-repeat: repeat-y;
	height: 42px;
	background-position: center;
	background-color: #5C3218;
}
.mainbackground {
	background-image: url(images/mainbackgroundimage.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 550px;
}
.logobackground {
	background-image: url(images/fireside-logo-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	background-color: #36210A;
}
.bigbrowntext {
	font-size: 17px;
	color: #34210a;
}
.credits {
	font-size: 12px;
	color: #ffefb6;
	padding: 8px;
	background-color: #34210a;
}
.credits a:link {
	color: #ffefb6;
	text-decoration: underline;
}
.credits a:visited {
	color: #ffefb6;
	text-decoration: underline;
}
.credits a:hover {
	color: #ffefb6;
	text-decoration: none;
}
.woodbackground {
	background-image: url(images/wood-innershadow.jpg);
	background-repeat: repeat;
	width: 325px;
	font-size: 14px;
	color: #ffefb6;
	font-weight: bold;
	padding: 10px;
}
.mainpadding {
	padding: 8px;
}
.right {
	float: right;
	padding-right: 40px;
}
.woodbackground a:link {
	color: #ffefb6;
	text-decoration: underline;
}
.woodbackground a:visited {
	color: #ffefb6;
	text-decoration: underline;
}
.woodbackground a:hover {
	color: #ffefb6;
	text-decoration: none;
}
.subsection {
	font-size: 14px;
	color: #41270F;
	font-weight: bold;
	padding: 4px;
	background-color: #D0AB4D;
}
.sub {
	font-size: 14px;
	color: #41270F;
	font-weight: bold;
	padding: 4px;
	background-color: #D0AB4D;
}
.left {
	float: left;
	padding-right: 5px;
}
.sub a:link, .sub  a:visited {
	color: #7D4420;
	background-color: #F2DD99;
	text-decoration: underline;
}
.yellowtextsmaller {
	font-size: 14px;
	color: #ffefb6;
}
.browntext {
	font-size: 14px;
	color: #34210a;
}
.woodbackgroundsmall {
	background-image: url(images/wood-innershadow.jpg);
	background-repeat: repeat;
	width: 325px;
	font-size: 12px;
	color: #ffefb6;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.button {
	font-family: "Times New Roman", Times, serif;
	color: #FFEFB6;
	background-color: #000000;
}
.button a:hover {
	color: #34210A;
	background-color: #FFEFB6;
}
.mainbackground .woodbackground .browntext .submit {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.footer {
	font-size: 14px;
	color: #ffefb6;
	padding: 8px;
	background-color: #34210a;
}
.description {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
