body {
	background-color: #8d825f;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
#datalayer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: #333 0 0 25px;
	-webkit-box-shadow: #333 0 0 25px;
	box-shadow: #333 0 0 25px;
	background-image: url(content-bg.gif);
	background-repeat: no-repeat;
	background-color: #BB6F58;
	height: 950px;
}
#navigation {
	float: left;
	width: 800px;
	font-size: small;
}
#navigation a {
	display: block;
	float: left;
	height: 75px;
	text-align: center;
	line-height: 75px;
	color: #FFF;
	text-decoration: none;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #B3634C;
	width: 98px;
}
#navigation a:hover {
	background-color: #bc7059;
}
#slider {
	height: 250px;
	width: 800px;
	float: left;
}
#content {
	width: 460px;
	height: 550px;
	float: left;
	margin-left: 25px;
	margin-bottom: 25px;
	margin-right: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#news {
	float: left;
	width: 222px;
	margin-right: 25px;
	height: 550px;
	background-image: url(content-bg.gif);
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A8533A;
	border-right-color: #A8533A;
	border-bottom-color: #A8533A;
	border-left-color: #A8533A;
	background-color: #BB6F58;
	background-repeat: no-repeat;
	-moz-box-shadow: #333 0 0 5px;
	-webkit-box-shadow: #333 0 0 5px;
	box-shadow: #333 0 0 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: small;
	padding-top: 8px;
}
h2{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
