body,td,th {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #423417;
	line-height:16px;
}
body {
	background-color: #E2DCD3;
	margin-left: 0px;
	margin-top: 4%;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:center;
	background-position:top;
}
a {
	color: #A35525;
	text-decoration: none;
	border-bottom:solid 1px #A35525;
}
a:hover {
	color: #A35525;
	text-decoration: none;
	border-bottom: 0px ;
}

a.image:link, a.image:visited, a.image:active, a.image:hover {
        border: 0px;
}

a.return:link, a.return:visited, a.return:active {
	color: #0e405f;
	text-decoration: none;
	border-bottom:solid 1px #0e405f;
	font-size: 13px;
	font-weight: bold;
}

a.return:hover {
 	color: #0e405f;
	text-decoration: none;
	border-bottom: 0px ;
	font-size: 13px;
	font-weight: bold;
}

#outer {
	margin-left:auto;
	margin-right:auto;
	width:884px;
	border:solid 1px #CEC6BB;
	padding:7px;
	background-color:#F1EEE9;
}

#nav {
	position:relative;
	height:30px;
	width:884px;
	z-index:5;
}
#footerHolder {
	width:884px;
	margin-right:auto;
	margin-left:auto;
	color:#8E908F;
}
.navItem {
	float:left;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
