@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 100%;
	color: #37261C;
	background-color: #324D6A;
	text-align: center;
	background-image: url(grafx/bground.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#innerwrapper {
	background-color: #FFFFFF;
	background-image: url(grafx/innerwrapback.jpg);
	background-position: left;
	background-repeat: repeat-y;
	float: left;
	width: 800px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D0B892;
}

#header {
	background-repeat: repeat-x;
	height: 20px;
	width: 800px;
	color: #FFFFFF;
	background-color: #724727;
}
#content {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 225px;
	font-size: 80%;
}
#content p {
	padding-bottom: 10px;
	line-height: 1.4em;
}
#content h2 {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8C4A5;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 5px;
	color: #73442A;
}
#content h3 {
	font-size: 16px;
	color: #B78E31;
	margin-bottom: 12px;
}
#content h4{
	background-image: url(grafx/linkbut.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 20px;
	text-decoration: none;
	font-size: 12px;
}
#content a {
	color: #72462B;
	text-decoration: none;
}
#content ul {
	list-style-type: square;
	margin-left: 15px;
	margin-bottom: 30px;
}

#sidebar {
	float: left;
	width: 197px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#sidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 28px;
	padding-bottom: 5px;
}
#sidebar ul {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8C5A4;
	margin-right: 5px;
	margin-left: 5px;
}
#sidebar li {
	padding-bottom: 3px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8C5A4;
	padding-top: 3px;
}

#sidebar li a:link, #sidebar li a:visited {
	text-decoration: none;
	color: #D8C5A4;
	font-size: 75%;
	letter-spacing: .2em;
}
#sidebar li a:hover, #sidebar li active, #sidebar li a:focus {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar p {
	font-size: 80%;
}

#sidebar a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer {
	height: 86px;
	background-image: url(grafx/footerback.jpg);
	text-align: center;
	padding-top: 25px;
	background-repeat: repeat-x;
	font-size: 70%;
	color: #6F4328;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.flushright {
	float: right;
	margin-left: 10px;
}
