@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #907a5f;
	text-align: center;
}

h1 {
	margin-top: 20px;
	font-family: Trajan, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #bb8547;
	font-style: normal;
	text-transform: uppercase;
	text-align: left;
}

p {
	font-family: Georgia;
	font-size: 12px;
	color: #d6bda9;
	font-style: normal;
	line-height: 24px;
	text-align: left;
	padding-right: 30px;
	margin-top: -15px;
}

p a {
	font-family: Georgia;
	font-size: 12px;
	color: #d6bda9;
	font-style: normal;
	line-height: 24px;
	text-align: left;
	text-decoration: underline;
	margin-top: -15px;
}

p a:hover {
	font-family: Georgia;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	line-height: 24px;
	text-align: left;
	text-decoration: underline;
	margin-top: -15px;
}  

.desc {
font-family: Arial, Helvetica, sans-serif; 
display: none; }

#footer {
	margin-top: 15px;
	height: 35px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-size: 9px;
	color: #6d512f;
	font-style: normal;
}

#footer a {
text-decoration: none;
color: #6d512f;

}

#footer a:hover {
text-decoration: underline;
color: #6d512f;

}
