body,td{
  margin: 0em;
  font: 0.8em verdana, helvetica, arial, sans;
  color:#333;
  text-align: center;
  background-color:transparent;
}

#page{
  background-image:url('/images/monkeyhead.jpg');
  background-repeat: no-repeat;
  width: 55em;
  margin:0em auto 0em auto;
  text-align: left;
  background-color:transparent;

}

#header{
  height: 8em;
}

#header #accessBox{
  float:right;
  color:white;
  text-align: right;
  margin: 0.1em 0.3em 0.1em 0.1em;
}
#codeInput, #codeSubmit{
  border: solid 1px black;
  margin: 0.2em;
}
#codeSubmit{
  font-size: 0.9em;
  background-color:white;
}
#content{
  float: left;
  width: 80%;
  background-color:transparent;
}

#homeSection{
width: 60%;
float:left;
padding: 0em 1em 1em 0em;
margin: 0em 1em 1em 0em;
border-right: dashed 2px silver;
border-bottom: dashed 2px silver;

}

#homeNews{
  display:inline;
  margin: 0em 0em 1em 1em;
  padding: 0em 0em 1em 1em;
}

#news{
  float:right;
  width: 40%;
  margin: 0em 0em 1em 1em;
  padding: 0em 0em 1em 1em;
  border-left: dashed 2px silver;
  border-bottom: dashed 1px silver;
}

#menu{
  float: left;
  width: 20%;
  background-color:transparent;
} 

#foot{
  font-style: italic;
  font-size: 0.9em;
  color: #555;
  float: left;
  width: 100%;
}
#fs3{
  display: block;
  background-image:url('/images/rockfoot.jpg');
  background-repeat: no-repeat;
  height: 10em;
}
h1{
  font: 2em verdana;
color: white;
padding: 1.7em 0em 0em 1.1em;
}
 
h2{
  font: 1.5em verdana;
  margin: 0em;
  paddin: 0em;
}

h3{
  font: bold 1.1em verdana;
  background-color:transparent;
}

h4{
  font: bold 1em verdana;
  background-color:transparent;
}
.crumb,.crumb a:link,.crumb a:visited,.crumb a:active{
  text-decoration: none;
  font-size:0.9em;
  color: #333;
}
.crumb a:hover{
  text-decoration: underline;
}
#menu ul{
  padding:0em;
  margin:0em;
  padding-left:0.3em;
  list-style-type: none;
}

#menu h2{
  display:none;
}
#menu h3{
  padding: 0em;
  margin:0em;
  margin-top:0.5em;
}
img{border:none;}
.quote{
  border-bottom: dashed 2px silver;
  margin-bottom: 2em;
  width:50%;
}
.code{
  white-space: pre;
  background-color: silver;
  padding: 0.5em;

}
