
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 75%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;

}

body.subpage {
  background: #ffffff url( subpage_background.gif) repeat-x;
}

body.entry {
  background: #ffffff url( entry_background.gif) repeat-x;
}

/*-- Subpage Top --*/

div#container {
  width: 898px;
  margin:  auto;
  position: relative;
  top: 103px;
}

#header {
  height: 100px;
  background-color: #a4a7ac;
  color: #a4a7ac;
  border-bottom: #ffffff solid 2px;
}

#bannerleft img {
  position: absolute;
  top: 0px;
  left: 0px;
}

#bannercenter img {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 270;
  margin-left: -135px;
}

#bannerright img  {
  position: absolute;
  top: 20px;
  right: 40px;
  }
  
#Thumb {
  color: #ffffff;
  font-weight: bold;
}


/*-- Entry --*/

div#entrycontainer {
  width: 898px;
  margin:  auto;
  position: relative;
  top: 403px;
}

#entrybannerleft img {
  position: absolute;
  top: 300px;
  left: 0px;
}

#entrybannercenter img {
  position: absolute;
  top: 300px;
  left: 50%;
  width: 270;
  margin-left: -135px;
}

#entrybannerright img  {
  position: absolute;
  top: 320px;
  right: 40px;
  }





/*-- Navigation --*/

#navigation {
  width: 898px;
  height: 37px;
  background-color: #774009;
  color: #ffffff;
}

ul#nav {
  float: left;
  height: 37px;
  display: inline;
  margin: 0;
  padding: 0 0 0 0px;
  font-weight: bold;
}

ul#nav li {
  width: 110px;
  height: 37px;
  float: left;
  margin: 0 auto;
  position: relative;
  text-align: center;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  display: inline;
  line-height: 12px;
}

ul#nav li.first {
  width: 110px;
  height: 37px;
  float: left;
  margin: 0 auto;
  position: relative;
  text-align: center;
  border-left: 2px solid #ffffff;
  border-right: 1px solid #ffffff;
  display: inline;
  line-height: 12px;
}

ul#nav li.last {
  width: 110px;
  height: 37px;
  float: left;
  margin: 0 auto;
  position: relative;
  text-align: center;
  border-left: 1px solid #ffffff;
  border-right: 2px solid #ffffff;
  display: inline;
  line-height: 12px;
}

ul#nav li.nav a,
ul#nav li.nav a:active,
ul#nav li.nav a:visited {
  padding: 12px;
  height: 13px;
  display: block;
  color: #ffffff;
  text-decoration: none;
}

ul#nav li.nav a:hover
{
  background-color: #f5d96b;
  color: #000000;
  text-decoration: none;
  background-image: none;
}

ul#nav li.selected a,
ul#nav li.selected a:active,
ul#nav li.selected a:visited {
  background-color: #f9df79;
    color: #000000;
    text-decoration: none;
  background-image: none;
}

ul#nav li.selected a:hover {
  cursor: default;
  background-color: #f9df79;
}



