h1 {
    font-family: Times;
	font-size: 40px;
	font-weight: normal;
	color: #c88246;
}

.text {
	font-family: Times;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
}
.nav {
	font-family: times;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #7E7C58;
	font-variant: small-caps;
}
.nav a:hover {
	font-family: times;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CB670E;
	font-variant: small-caps;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666600;
}
.footer {
	font-family: arial;
	font-size: 9px;
	color: #DAD8BF;
}
.textnews {

	font-family: arial;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}
.title {
	font-family: times;
	font-size: 18px;
	color: #666600;
	font-weight: bold;
}
ul#menu {
  width: 160px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  margin-left: 20px;
  padding: 0;
}

ul#menu ul {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #785a3c;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ul li {
  border-bottom: none;
}

ul#menu ul li:before {
  content: "+ ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}

div#leftMenu {
	clear:left; 
	float:left; 
	border-left: 10px solid #7c3922;
	padding: 0px 26px 0px 10px;
};
div#leftMenu ul li {
	line-height:25px;
	vertical-align:bottom;
	border-bottom:1px dotted #7c3922;
	color:#7c3922;
}

div#mainContent { float:left; background-color:#FFFFFF; }
div#logo { float:left; padding:10px; }
div#slideshow { float:left; }
div#main { float:left; width:981px; }
div#center { background-color:#000033; width: 987px; height:523px; margin: 10px auto 10px auto; }
body { margin:0;}

