@charset "UTF-8";
body {
	background-color: #180F10;
	background-image: url(images/leatherback.jpg);
	color: #160E0A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 1.2;
}
.bordertable {
	height: 100%;
	width: 1100px;
}
.bannertext {
	font-size: 60px;
	font-family: "Times New Roman", Times, serif;
	color: #E9BA7A;
}
.navtable {
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
.navtable a {
	border: 1px solid;
	color: #1D1415;
	display: block;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-top : 2px;
	text-decoration : none;
	line-height: 16px;
	border-top-color: #F5DFB1;
	border-right-color: #997E39;
	border-bottom-color: #856C21;
	border-left-color: #E9BE7E;
	background-image: url(images/buttonbg.jpg);
}
.navtable a:hover {
	border : 1px solid;
	color : #100707;
	display: block;
	text-decoration : none;
	background-image: url(images/brownbg.jpg);
	border-top-color: #A5873F;
	border-right-color: #D4AA67;
	border-bottom-color: #EECD98;
	border-left-color: #826B1F;
	}
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #006633;
	display: inline;
	}
a:hover {
	color: #E9BA7A;
	background-color: #826A23;
	display: inline;
	border: 0;
	border-top-style: dotted;
	border-bottom-width: 1px;
}
.inputbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E9BA7A;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #D9C28E;
	line-height: 20px;
}
.linespaced {
	line-height: 24px;
}
