body {
	text-align:center;
	font-family:verdana, arial, sans-serif;
	color: #cccccc;
	text-decoration: none;
}
menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#banner attributes
-------------------------------------------------------------------------------------- */

#nav-main {
	width:800px;
	list-style:none;
	border-bottom:2px solid #666;
	text-align:left;
	height:30px;
	padding:5px 0 0 0;
	background:#000000;
}
#nav-main li {
	display:inline;
}
#nav-main li a:link, #nav-main li a:active, #nav-main li a:visited {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	padding:5px 10px;
	border-right:2px solid #666;
	margin-left:-1px;
}
#nav-main li a:hover {
	background:#666666;
}
.Menusub {
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
/* Layout stuff
----------------------------------------------*/

#container {
  margin: 0px 0px 0px 0px;
  text-align: center; /* overrule inheritance of body style's centering */
  padding: 0px 40px 0px 40px;
  heigh: 700px;
  width: 840px;
  border: 0px solid #9D9A91;
  background: url(../Mid_grad.jpg) repeat-y top center;
  }

#header {
  margin: 0px 0px 0px 0px;
  padding: 25px 40px 0px 40px;
  height: 50px;
  width: 840px;
  text-align: center;
  background: url(../Top_grad.jpg) no-repeat center 5px;
  border: 0px solid red;
  }

#simpleviewer {
  margin: 0 auto;
  padding: 0 0 0px;
  border: 0px solid #9D9A91;
  }

#footer {
  margin: 0px 0px 0px 0px;
  padding: 0px 40px 0px 40px;
  text-align: center;
  width: 840px;
  height: 20px;
  padding-bottom: 0px;
  background: url(../Bod_grad.jpg) no-repeat center bottom;
  }