body {
  margin: 0 auto;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  background: url('images/background.gif');
}
img {
  behavior: url(iepngfix.htc);
}
h1{
  font-size: 125%;
  margin: 10px 20px 0 0;
  text-align: right;
  color: #000;
}
h2{
  font-size: 150%;
  font-style: italic;
  margin: 3px 0 0 0;
  background: url('images/h2-back.gif');
  height: 30px;
  line-height: 30px;
  color: #000;
}
h3{
  font-size:110%;
}
h4{
  font-size:110%;
}
h5{
  font-size:110%;
}
#container {
  width: 900px;
  height: 622px;
  background: #154713;
  border: solid 2px #000;
  position: absolute;
  left: 50%;
  margin: 20px 0 0 -450px;
}
#header{
  width: 100%;
  height: 82px;
  background: #0f0;
  margin-top: 0;
  float: left;
  text-align: left;
  background: url('images/header.jpg');
  border-bottom: solid 2px #000;
}
/* navigation */
#navholder {
  width: 150px;
  height: 496px;
  background: url('images/nav-pane.jpg');
  margin: 2px 3px 0 0;
  border-right: solid 1px #000;
  float: left;
}
#navbar ul {
  margin:16px 0 0 18px;
  padding: 0px;
  white-space: nowrap;
  font-size: .8em;
  text-align: center;
}
#navbar li {
  list-style-type: none;
  display: inline;
}
#navbar li a{
  width: 114px;
  height: 26px;
  margin-bottom: 4px;
  color: #000;
  background: url('images/nav-back.gif');
  text-decoration: none;
  border: solid 1px #000;
  float: left;
  clear: both;
  line-height: 1.9em;
  font-weight: bold;
}
#navbar li a:link a:visited{
  color: #54255b;
}
#navbar li a:hover {
  color: #000;
  background: url('images/nav-back-ov.gif');
}
/* nav ends*/
#contholder{
  width: 745px;
  height: 496px;
  float: left;
  margin-top: 2px;
  background: url('images/content-tile.jpg');
  border-left: solid 1px #000;
}
#cont-inner{
  width: 733px;
  height: 470px;
  margin: 20px 0 0 5px;
  overflow: auto;
  font-size: 90%;
}
#cont-inner p{
  text-align: left;
}
.text-wide{
  width: 710px;
  background: url('images/tb-tile.gif') #fff;
  background-repeat: repeat-x;
  border: solid 1px #000;
  margin-bottom: 12px;
}
.cont-pad{
  width: 690px;
	margin-left: 10px;
}
.thumb-bord img{
  border: ridge 2px #3838B8;
}
.box-right{
  float: right;
  display: table;
  margin-right: 20px;
}
#footer{
  width: 100%;
  height: 39px;
  background: url('images/footer-tile.gif');
  float: left;
  clear: both;
  text-align: right;
  margin-top: 3px;
}
#footer-txt{
  float: right;
  text-align: right;
  margin: 12px 8px 0 0;
  font-size: 75%;
}
#footer a {
  color: #000;
}
#footer a:hover{
  color: #888;
}
.img-left{
  float: left;
	margin: 10px;
	font-size: 11px;
}
.img-right{
  float: right;
	margin: 10px 0 10px 10px;
	font-size: 11px;
}
#cont-inner img{
	border: ridge 1px #555;
}
.galthumb{
  float: left;
  width: 260px;
  margin: 10px 10px 10px 40px;
  border: solid 1px #000;
  background: #fff;
  text-align: center;
  display: inline;
}
.galthumb a{
  color: #003;
  text-decoration: none;
  margin-bottom: 10px;
}
.galthumb a:link a:visited{
  color: #003;
}
.galthumb a:hover{
  color: #229;
}
.galthumb img{
  margin: 10px 0 10px 0;
}
