@charset "UTF-8";
/* CSS Document */
body {
	background-color: #f1ebe2;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.navigation {
	font-family: Verdana;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #602F0F;
	text-decoration: none;
}
.sidebar {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #3E250F;
}
