body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #151515;
	margin-top: 0px;
}
a {
	color: #9F894D;
	text-decoration: none;
}
a:hover {
	color: #333;
}

p {
	margin: 15px;
	text-align: justify;
}
img  {
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	margin-right: auto;
	margin-left: auto;

}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 15px;
	border: 2px solid #9D8835;
}

#wrapper #logo {
	height: 108px;
}

#wrapper #navigation {
	height: 25px;

}

#wrapper #textarea {


}

#wrapper #footer {
	font-size: 10px;
	text-align: center;
	height: 200px;
	font-style: normal;
	font-weight: bold;
	background-color: #FFF;
	color: #151515;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #9D8835;
}

