/* Begin the header class. This is all the crap at the top of the page. */
#header{
  font-family: "Tempus Sans ITC", serif;
  background: url("logo.GIF") no-repeat scroll top left;
  
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
}

/* Navigation class. This is (duh) the nav panel. */
#nav{
  position: absolute;
  top: 70px;
  left: 5px;
  width: 130px;
	
  border-top: solid 2px #FFF;
  border-left: solid 2px #FFF;
  border-right: solid 2px black;
  border-bottom: solid 2px black;

  background: #DCD9D4;

  text-align: center;
  font-family: "Times News Roman", sans-serif;
  font-size: .9em;
}

#nav #proj_list{ display: none; }

#nav .link{
  margin: 5px 0px 5px 0px;
}

#nav .heading{
  color: #C06;

  border-top: solid 1px #FFF;
  border-left: solid 1px #FFF;
  border-right: solid 1px black;
  border-bottom: solid 1px black;

  font-weight: bold;

  margin: 5px 3px 5px 3px;
}

#nav select{
  background-color: #DCD9D4;
  color: #096;
  
  text-align: center;
}

#nav option{
  background-color: #DCD9D4;
  color: #096;
  
  text-align: center;
}  

/* The main content class */
#content{
  position: absolute;
  top: 80px;
  left: 163px;
  width: 64%;

  font-family: Arial, sans-serif;
  font-size: 1em;
  
  color: black;  
  
  border-top: solid 2px #C06;
  border-right: solid 2px #C06;
  padding: 10px 10px 10px 10px;
  
  z-index: 1;
}


/* regular ol' boring stuff */
body{
  background: #D3D3C0 url("rose.jpg") no-repeat fixed top left; 
}

h2.title{
  position: absolute;
  left: 92%;
  top: 20px;
  
  font-size: x-large;
  font-family: cursive;
  font-style: italic;
  color: #096;
}

h2{
  text-align: center;
}
 
big{
  font-family: cursive;
  font-size: larger;
  
  color: #C06;
}

a.anchor:hover{
  text-decoration: none;
}

a.anchor{
  text-decoration: none;
}

a{
  color: #096;
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
}	

img, img:hover{ border: 0; }