body {
	background : #FFFEF7;
	}

#header {
	background:url(../img/header_bg2.png) left repeat-x;
}

#navtop ul {
	background:#F0EEE1;
	}

#content {
	background: url(../img/navbar_h2_bg2.png) left top repeat-y;
	}
	
#navbar {
	background: #F0EEE1;
	}
	
#navbar h2 {
	background : url(../img/navbar_h2_bg2.png) left 50%;
	}

#navbar ul {
	border-left: 1px solid #F0EEE1;
	border-right: 1px solid #F0EEE1;
	}
	
#navbar li {
	background: #FFFEFB;
	border-bottom: 1px solid #F0EEE1;
	}
	
#navbar li:hover {
	background: #FFFEF7;
	color:#555;
	}

#main h3 {
	color: #867f5e;
	border-color : #cdc9af;
	}
	
#main a {
	color: #847940;
}

#right div.news {
	border: 1px solid #A8A79E;
	background: #F0EEE1;
	}

#footer {
	background: #F0EEE1;
	color:#87805f;
	}

#footer a {
	color: #87805f;
	}
	
