body {
	text-align:center;
	font-family:verdana, arial, sans-serif;
	color: #000000;
	text-decoration: none;
	background-image: url(../Background.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center top;	
}
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 0px 0px 0px;
	heigh: 650px;
	width: 825px;
  }

#header {
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
	height: 50px;
	width: 825px;
	text-align: center;
  }

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

#footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 825px;
	height: 20px;
	padding-bottom: 0px;
  }
