@charset "utf-8";
/* CSS Document */

html { overflow-x:auto; overflow-y:scroll; }
body {
	background-color: #663008;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #89410C;
	padding-top: 0px;
	margin-top: 0px;
}
#wrapper {
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #230b02;
}
#header {
	height: 222px;
	width: 800px;
	padding-top: 0px;
}
#navbar {
	width: 800px;
	padding-bottom: 15px;
}
#maincontent {
	float: left;
	padding-top: 10px;
	border-style: none;
	background-color: #ffffd6;
	width: 760px;
	padding-left: 40px;
	overflow: hidden;
}

#footer {
	clear: both;
	height: 40px;
	background-color: #230b02;
	padding-bottom: 10px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #784116;
	font-style: normal;
	padding-top: 20px;
}
#footer p {
	font-size: 0.75em;
	color: #b25916;
	padding-top: 15px;
	padding-left: 40px;
}
#rightFooter {
	text-align: right;
	float: right;
	padding-right: 5px;
}
#leftFooter {
	float: left;
	padding-left: 5px;
	padding-bottom: 5px;
}

#maincontent p {
	padding-bottom: 15px;
	text-align: left;
	padding-right: 60px;
	clear: both;
	padding-top: 5px;
	display: block;
}
#header p {
}
a:link {
	color: #7ea1d0;
	display: inline;
}
a:visited {
	color: #263D88;
	display: inline;
}
a:hover {
	color: #283E60;
	display: inline;
}
#maincontent img {
	padding-top: 20px;
}
img {
	padding-right: 15px;
	padding-bottom: 15px;
}
a { display: block; }

.edit {
	padding-left: 25px;
}

.rightJustify {
	text-align: right;
}

