/* CSS Document */

.Background {
	background-color: #DDD086;

}
.Navigation {
	color:#382E29;
	font: Tahoma, Arial, sans-serif;
	font-size: 18px;
	text-align:center;
	background-color: #DDAF46;
}
.SpecialBackground {
	background-color:#F1CA9E;
}
.Navigation a {
	color:#382E29;
	font: Tahoma, Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-align:center;
}
.Navigation a:hover {
	color: #876045;
	font: Tahoma, Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-align:center;
}
.BottomNavigation {
	background-color: #DDAF46;
	font: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color:#382E29;
}
.BottomNavigation a {
	background-color: #DDAF46;
	font: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color:#382E29;
}
.BottomNavigation a:hover {
	color: #876045;
	font: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
.MainBackground {
	background-color:#D0CE9B;
}
body {
	font: Tahoma, Arial, sans-serif;
	color:#382E29;
}
