body {
	background-color: #554745;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.sideleft {
	background-image: url(../images/side_left.jpg);
}
.sideright {
	background-image: url(../images/side_right.jpg);
}
.outercontent {
	background-color: #5E180C;
	padding: 4px;
}
.contentright {
	background-color: #FFFFFF;
	padding: 10px;
	background-image: url(../images/content_background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 4px solid #3D1A14;
	font-style: italic;
}
.contentleft {
	padding-right: 4px;
}
.footer {
	color: #FFFFFF;
	background-color: #3F1008;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.navbar {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bottomfiller {
	background-color: #5E180C;
	height: 200px;
}
.menu1 {
	background-color: #F6DEA0;
	border: 2px solid #000000;
}
.menu1 td {
	padding: 4px;
}
.menu2 {
	background-color: #F6DEA0;
	border: 2px solid #000000;
}
.menu2 td {
	padding: 4px;
}
h1 {
	font-size: 24px;
	color: #3F1008;
}a:link {
	color: #902712;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #902712;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #902712;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #902712;
	text-decoration: underline;
	font-weight: bold;
}
