html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #573903;
	margin: 0px;
	padding: 0px;
	background-color: #bda28f;
	background-image: url(logos/bg1.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}
#page {
	margin: 0px;
	min-height: 100%;
	min-width: 100%;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#main {
	width: 800px;
	padding: 0px;
	border: 3px solid #573903;
	margin: 0px;
	background-color:#FFFFFF;
}
#header{
	width: 790px;
	height: 100px;
	margin: 0px;
	background-image: url(logos/header.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	background-repeat: no-repeat;
	background-position: top;
	border-bottom-color: #A68368;
}
#navbar{
	width: 600px;
	height: 30px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 175px;
}
#content{
	width: 790px;
	margin: 0px;
	padding: 5px;
	overflow: auto;
	height: auto;
}
#left{
	width: 300px;
	height: 452px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#right{
	width: 490px;
	height: 450px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#footer{
	height: 25px;
	width: 800px;
	padding: 10px;
	margin: 0px;
	font-size: 10px;
}
.small{
	font-size: 10px;
}
.large{
	font-size: 14px;
}
a:link {
	color: #013E5A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #728089;
}
a:hover {
	text-decoration: underline;
	color: #C97062;
}
a:active {
	text-decoration: none;
	color: #013E5A;
}
