body {
	background: #332d17;
}
a:link, a:visited {
	color: #444315;
}
a:active, a:hover, a:focus {
	color: #000000;	
}
hr {
	color: #000000;	
}
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 200px;
	text-align: right;
	color: #C2BD97;
}
#header a:link, #header a:visited {
	color: #C2BD97;
}
#topnavigation {
	background: url(../images/bg_top.gif);
	color: #C2BD97;
	height: 36px;
	font-size: 16px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
}
#topnavigation span {
	padding: 7px 25px;
}
#topnavigation a:link, #topnavigation a:visited {
	color: #C2BD97;
	text-decoration: none;
}
.container {
	background: #C2BD97;
}
#sidenavigation {
	background: #C2BD97;
}
#sidenavigation h2 {
	background: #332d17;
	color: #FFF;
	text-align: center;
	margin: 10px 0 10px 10px;
	font-size: 16px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
#sidenavigation p {
	margin-left: 10px;
}
#sidenavigation ul {
	list-style: none;	
}
#maincontent {
	background: #DFDBB6;
	min-height: 900px;
}
#content-wrapper {
	margin: 10px;
}
#footer {
	padding: 10px;
	text-align: center;
}