html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: #A09B67;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #333;
}
h2 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #333;
}
h2 {
	font-size: 14px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #930;
}
a:active {
	text-decoration: none;
	color: #333;
}

#container {
	background-color: #d2cfb7;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	width: 780px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
	border: 1px solid #333;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 190px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#header h1 {
	position: absolute;
	top: -1000px;
}
#leftColumn {
	padding: 10px;
	float: left;
	width: 200px;
	font-size: 1.2em;
}
#leftColumn ul li {
	list-style-type: none;
	padding-top: 5px;
	color: #333;
	text-align: center;
	margin-left: -50px;
}
#leftColumn p img {
	margin-left: -5px;
}

#leftColumn ul li a:hover {
	font-weight: bold;
}
#leftColumn img {
	text-align: center;
	margin-left: 70px;
}

#contents {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	text-align: center;
}
#contents p img {
	text-align: center;
}
#contents #contactform {
	text-align: left;
	margin-left: 90px;
}




#footer {
	padding: 10px;
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#footer img {
	margin-top: 20px;
}

.list {
	font-size: 1.2em;
}
.imgborders {
	border: 1px solid #333;
}
.boldletters {
	font-weight: bold;
	color: #000;
}
#leftColumn p {
	text-align: center;
}
/* Hunttable below is so that the table will center in Firefox Browsers*/
#hunttable {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#leftColumn div {
	margin-left: -50px;
}
#leftColumn div a {
	color: #D2CFB7;
}
