body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8c6b50;
	background-image:url(./images/background.gif);
	background-repeat:repeat;
	overflow-y:scroll;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/header_770x90.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
}
.content_pic {
	width:350px;
	padding:5px;
	text-align:left;
}
.content_text {
	width:430px;
	padding:5px;
	line-height:130%;
	text-align:left;
}
.content_text h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#990000;
}
.content_text h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#990000;
}
.footer {
	text-align:center;
	padding:5px;
	text-align:center;
}
.brown {
	color: #990000;
	font-weight: bold;
}
.menu {
	text-align: left;
	padding:5px;
}
.menu a {
	border:#5a4533 1px solid;
	background-color:#eecdb2;
	padding: 3px;
	padding-left:5px;
	padding-right:5px;
	/* text-transform:uppercase; */
	font-weight:bold;
}
.menu a:hover,
.menu a:active {
	text-decoration: underline;
}

/* -- CSS Updates -- */
.shadow { 
  -webkit-box-shadow: 0px 0px 10px 2px #634B39;
  -moz-box-shadow: 0px 0px 10px 2px #634B39;
  box-shadow: 0px 0px 10px 2px #634B39;   
}

.menu { padding:0px 5px 20px 30px; }

.menu a, .menu a:visited {
  background:#9B7A60;
  color:#fff;
  font-size:12px;
  padding:5px 12px;
  letter-spacing: 1px;
  
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.menu a:hover { background:#6B5240; color:#fff; text-decoration:none; }






