/* Begin the header class. This is all the crap at the top of the page. */
/* #header{
  font-family: "Tempus Sans ITC", serif;
  background: url("red_black_logo.jpg") no-repeat scroll top right; 
  
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
}*/


/* Navigation class. This is (duh) the nav panel. */
#nav{
  position: absolute;
  top: 40px;
  left: 5px;
  width: 130px;
	
  border: solid 2px white;

  text-align: center;
  font-family: Verdana, sans-serif;
  color: #333;
  font-size: .9em;
}

#nav #proj_list{ display: none; }

#nav .heading{
  font-weight: bold;
  text-align: center;

  color: #ccc;
}

#nav .link{
  margin: 5px 3px 5px 3px;
}

#nav select{
  background-color: #333;
  color: #6cc;
  
  text-align: center;
}

#nav option{
  background-color: #333;
  color: #6cc;
  
  text-align: center;
} 

#nav hr{
  background-color: black;
  color: black;
}

/* The main content class */
#content{
  position: absolute;
  top: 20px;
  left: 163px;
  width: 64%;

  font-family: Verdana, sans-serif;
  font-size: 1em;
  color: #0Cf;

  padding: 10px 10px 0px 0px;
  
  z-index: 1;
}

#content hr{
  background: #6cc;
  color: #6cc;
}

/* regular ol' boring stuff */
body{
  background: black url("night.jpg") repeat-x fixed top left;
}

h2.title{
  position: absolute;
  left: 94%;
  top: 20px;
  
  font-size: x-large;
  font-style: italic;
  color: #0cf;
}

h2{
  text-align: center;
}
 
big{
  font-family: cursive;
  font-size: larger;
  
  color: #09f;
}

a.anchor:hover{
  color: #0cf;
  text-decoration: none;
}

a{
  color: #6cc;
}

a:hover{
  color: #6cc;
  text-decoration: none;
}

img, img:hover{ border: 0; }