/* ---------------------------------- BODY ---------------------------------- */
body {
	background: #e7e0d0 repeat-y fixed;
	margin: 20px;
	cursor: default;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.logo {
	font-family: Georgia, "Times New Roman", Times, Arial, sans-serif;
	font-size: 18px;
	color: #8a7a57;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
}


.content {
	color: #000000; 
	padding: 8px;
	text-align: justify;
	line-height: 140%;
}

.fader {
	width: 150px;
	height: 100px;
	box-shadow: 0 3px 5px #524323;

}

.box {
	box-shadow: 0 3px 5px #524323;
	background: #FFF;
	margin: auto;
	margin-top: 10px;
	width: 790px;
	color: #000000;
	text-align: justify;
}


.navigation {
	background: #bbb29e;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	width: 300px;
	float: right;
	vertical-align: middle;
}

.disclaimer {
	background: #bbb29e;
	color: #FFF;
	display: block;
	padding: 4px;
	text-align: center;
}

.navigation a {
	color: #FFF;
	text-decoration: none;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000;
}


