	body {
  background: #fdfdfd url(/img/background.png) repeat-x;
  margin: 0; padding: 0;
  text-align: center;
}

form, input {  margin: 0; padding: 0; }

body, form, td {
  font: 12px Verdana, 'Lucida Grande', Arial, Helvetica, sans-serif;
  color: #333;
}
#header {
/* 	margin: 0 auto; */
}

#headimg {
  width: 800px; height: 24px;
  margin: 8px auto;
}

#headimg img {
  float: left;
}

#topnav {
  padding-top: 14px;
  float: right;
  font: 11px Tahoma, 'Lucida Grande', Arial, Helvetica, sans-serif; 
}

#topnav a {
  color: #666;
  padding: 2px 6px;
  text-decoration: none; 
}
a:hover {
	background: #ffeac5; 
}

#headnav {
	background: #ffc262 url(/img/nav-bgd.jpg) repeat-x;
  height: 22px; 
}

ul#navmenu {
  margin: 0 auto; padding: 0;
  width: 800px;
  list-style: none;
}

ul#navmenu li {
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  font: 11px 'Lucida Grande', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif; 
}

/* Root Menu */
ul#navmenu a {
  padding: 4px 18px; 
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #333;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  border-right: 1px solid #fda;
}

ul#navmenu a.first {
  border-left: 1px solid #fda;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover {
  color: #fff;
  background: #ffc262;
}


#searchbox {
  padding: 2px 0px 2px 120px;
}

#searchbox input {
  font: 11px Tahoma, 'Lucida Grande', Arial, Helvetica, sans-serif; 
}

#searchbox input.button {
  padding: 2px 5px;
  font: 400 0.9em tahoma, arial, helvetica, serif;
  cursor: pointer;

  color: #fff;
  background: #ccc;
  border-width: 1px;
  border-style: solid;
  border-color: #888;
}

#wrapper {
  width: 800px;
  background-color: white;
  margin: 0 auto;
  margin-top: 12px;
	clear: both;
}

#centerlinks {
  height:360px;
  background: url(/img/home-back.jpg) center bottom no-repeat;
  z-index: -10;
}

#footer {
	clear: both;
	margin: 0 auto;
	font-size: 10px;
	margin-top: 16px;
	color: #666;
	text-align: center;
	padding: 8px 0px;
	border-bottom: 1px solid #a0a0a0;
}

.newstitle {
  color: #777;
  font-weight: bold;
}

#content {
	text-align: left;
  padding: 10px;
}

.button {
	padding: 4px 12px 4px 12px;
	text-decoration: none;
	font-weight: bold;
}

/* Fancy Zoom */
div.photo		{ margin: 0 10px 10px 0; }
div.photo a img	{ border: 1px solid #333; padding: 1px; }

