@charset "utf-8";
body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #988E7C;
	font-weight: lighter;
	background-color: #E4DFD5;
}

#logo {
	text-align: left;
	float: left;
	width: 350px;
	padding-right: 10px;
	padding-left: 10px;
}

#nav {
	text-align: right;
	float: right;
	width: 550px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}


#fooder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	width: 950px;
	color: #AEA799;
	line-height: 20px;
	letter-spacing: 1pt;
}
a:link {
	color: #AEA799;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	text-decoration: none;
	color: #AEA799;
}
a:hover {
	text-decoration: underline;
	color: #645E46;
}
a:active {
	text-decoration: none;
	color: #AEA799;
}



td img {display: block;}
