html, body {
  font-family: Arial, Tahoma, Arial, Verdana;
	font-size: 12px;
	background: #E9D599;
	text-align: center;
}

#wrapper {
  width: 746px;
	margin: 0 auto;
  text-align: left;
}
#header {
  height: 230px;
	border: 3px solid #330000;
	background: #330000;
}
#headerleft {
  float: left;
	width: 198px;
	height: 225px;
	background: url('images/top_logo.jpg');
}
#headerright {
  float: left;
	width: 438px;
	background-color: #330000;
	border-left: 3px solid #330000;
}
#headerrighttop {
  width: 505px;
  border-bottom: 3px solid #330000;
  height: 81px;
  padding-top: 100px;
  padding-left: 34px;
  background: url('images/bg_top_right.gif');
}
#headerrightbottom {
  width: 537px;
	height: 36px;
	margin-left: 1px;
	margin-top: 5px;
	background: url('images/bg_menu.jpg') repeat-x;
}

#content {
  /*clear: both;*/
	background: #FFF;
	border-left: 3px solid #330000;
	border-right: 3px solid #330000;
	border-bottom: 3px solid #330000;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 24px;
}

#footer {
  clear: both;
	background: #98CB65;
	border-left: 3px solid #330000;
	border-right: 3px solid #330000;
	border-bottom: 3px solid #330000;
	padding: 6px;	
}

h1 {
  font-family: Franklin Gothic Book, Tahoma, Arial;
	font-style: italic;
	font-weight: normal;
	font-size: 25px;
} 
h3 {
  font-size: 14px;
}
#nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
#nav li {
  float: left;
  position: relative;
	margin-left: 10px;
	margin-top: 2px;
	padding: 5px;
	font-family: Franklin Gothic Book, Tahoma, Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}
#nav li a {
  text-decoration: none;
	color: #000;
}
#nav li:hover {
  background: #98CB65;
	/*border-left: 1px solid #333;
	border-right: 1px solid #333;*/
}
/*
.subnav ul{
  width: 10em;
}*/

/*
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
	width: 10em;
	margin-left: -20px;
}
li > ul {
	top: auto;
	left: auto;
}
li:hover ul, li.over ul{ display: block;}

.float_left {float: left;}

*/
