@charset "UTF-8";
#wrapper {
	margin: 0px;
	padding: 0px;
	height: auto;
	max-width: 800px;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #4D302B;
	text-decoration: none;
	line-height: 1.4em;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/tan_paper_tile_sm.jpg);
	background-repeat: repeat;
	background-color: #CCC;
}
.description {
	font-size: 14px;
	line-height: 1.9em;
	color: #4D281A;
	text-align: left;
	width: 420px;
	position: inherit;
	left: auto;
}
#navBar {
	margin: 10px;
	padding: 10px;
	height: 40px;
	float: none;
	width: auto;
	font-size: 12px;
	font-weight: normal;
	color: #4A2517;
}
#navBar a:hover {
	color: #069;
	text-decoration: underline;
	font-weight: bold;
}
#navBar a:active {
	color: #645850;
	text-decoration: none;
}
#footer {
	font-size: 10px;
	color: #684028;
}
#footer a:hover {
	color:#030;
	text-decoration:underline;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	padding-bottom: 10px;
	max-width: 800px;
	width: auto;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #3A2517;
}
a:visited {
	text-decoration: none;
	color: #3A2517;
}
a:hover {
	text-decoration: underline;
	color: #069;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #3A2517;
}
#navBarBold {
	margin: 0px;
	padding: 0px;
	height: 40px;
	float: none;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	color: #4A2517;
}
.h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

