body {
	background: #C2BD97;
}
a:link, a:visited {
	color: #444315;
}
a:active, a:hover, a:focus {
	color: #000000;	
}
hr {
	color: #000000;	
}
#header {
	background: url(../images/header_bg.jpg);
	height: 135px;
	color: #000000;
}
#header div {
	float: right;	
}
#header a:link, #header a:visited {
	color: #000000;
}
#topnavigation {
	background: #660000;
	color: #FFFFFF;
	height: 36px;
	font-size: 16px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
}

.textouno {
	color: #660000;
	font-size: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

#topnavigation span {
	padding: 7px 25px;
}
#topnavigation a:link, #topnavigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.container {
	background: url(../images/header_bg.jpg);
}
#sidenavigation {
	/*background: #f2e0bc;*/
}
#sidenavigation h2 {
	background: #660000;
	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: #FFFFFF;
	min-height: 900px;
}
#content-wrapper {
	margin: 10px;
}
#footer {
	padding: 10px;
	text-align: center;
}
