/* CSS Document */
/* <LINK REL="STYLESHEET" TYPE="text/css" HREF="_css.css"/> */

/* general */
body#401  { background-color: #CCCCCC; color:#FFFF00 }
body#404  { background-color: #D91500; color:#FFFF00 } 
body#misc { background-color: #CCCCCC }
body#pjv  { background:#999999; background-image:url(rails.gif) } 
 
      h2 { color: #FFFF00; font: 150%; }
#404  h2 { size: 200% }
#show h2 { color: #FFFF00; font: 150% }

#pjvhead { position:absolute;
           top: 2%;
		   left: 2%;
		   z-index: 7 }
#image { 
  position: absolute;
  width: 75%;
  top: 18%;
  right: -15%;
  z-index: 12; 
 }
#image img { border: solid black 4px; width: 75% } /*; right: 0% } */

#navmenu {
    position:absolute;
	top:25%;
	left:7%;
	z-index: 15;
	}
	
#bottom {
    position: absolute;
	bottom: 2%;
	}

#wright {

   position: absolute;
   bottom: 2%;
   left: 2%;
   z-index: 5;
   
   }
