body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a {
	color: #9F894D;
	text-decoration: none;
}
a:hover {
	color: #333;
}


p {
	margin: 15px;
	text-align: justify;
}
img  {
	display: block;
	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: 828px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	background-color: #FFF;
}
#wrapper #logo {
	height: 150px;
}
#wrapper #navigation {
	height: 30px;
}
#wrapper #textarea {

}
#wrapper #footer {
	font-size: 10px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
}
#shadow {
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backline.jpg);
}
