@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	overflow: scroll;
}
#container {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	overflow: visible;
	height: auto;
}
#header {
	height: 100px;
}
#header h1 {
	color:#9F8572;
	vertical-align: bottom;
	size:xx-lare;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-align: right;
	line-height: 100px;
	font-weight: lighter;
}
#mainContent {
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#menbar {
	width:800px;
	height:47px;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #DBD7A6;
}
#nav {
	width:670px;
	height:27px;
	background-color: #DBD7A6;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
	margin: 0px;
}

#logo {
	width:90px;
	height:47px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #DBD7A6;
	float: right;
	background-image: url(images/logo.jpg);
}
a.nav:link {
	color: #663300;
	text-decoration: none;
	background-color: #DBD7A6;
	padding-top: 0px;
	padding-right: 31px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a.nav:visited {
	color: #663300;
	text-decoration: none;
	background-color: #DBD7A6;
	padding-top: 0px;
	padding-right: 31px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a.nav:hover {
	color: #333333;
	text-decoration: none;
	background-color: #DBD7A6;
	padding-top: 0px;
	padding-right: 31px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

a.nav:active {
	color: #663300;
	text-decoration: none;
	background-color: #DBD7A6;
	padding-top: 0px;
	padding-right: 31px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a:link, a:visited, a:hover, a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000FF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: left;
	line-height: 20px;
}
#space  {
height: 25px;
background-color: #FFFFFF;
}
#top {
	padding: 0px;
	width: 800px;
	text-align: center;
	height: 25px;
	background-color: #DBD7A6;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 0px;
}
#footer {
	padding: 0px;
	background-color:#9F8572;
	height: 24px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 800px;
	border-top-width: 0px;
	margin: 0px;
}
h1 {
	color:#9A816F;
	size:xx-large;
	margin:0;
	font-weight: bold;
	padding: 20px;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.fltrt2 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
