



h1   {
      color: #CCCCCC;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 13px;
  
    }



h2 {
	color : #333300;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
   }

h3 {
	color : #333300;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
   }



body {
      background-color : #000000;
      background-image : url(images/skullbg2.jpg);
      background-repeat: no-repeat;
      background-position: left bottom; 
      margin : 0;
      padding : 0;
      font-family : Times New Roman, serif;
      font-size : 12px;
     }

#header {
         background-color : #666633;
         text-align : center;
         width : 80%;
        }

#nav {
         padding : 0px;
         width : 125px;
         height : 400px;
         vertical-align : top;
     }

#content {
           background-color : #666633;
           padding : 25px;
           max-width : 300px;
           min-height : 300px;
           max-height : 600px;
         
         }

#footer { 
          clear : both;
          text-align : right;
          vertical-align : bottom;
          width : 100%;
          height : 50px;
          padding : 0px;
        }
      
                



p    {
      color : #666600;
      padding : 5px;
     }


p2   {
      text-indent : 1in;
      color : #000000;
      padding : 5px;
     }
  

a    {
      text-decoration: none;
     }

a:link { color: #000033; } 
a:visited { color: #003300; }
a:active { color: #FF9900;  } 
a:hover { color: #000033; text-decoration: underline;}

img  {
      border: none;
     }

ul   { 
	list-style-type : none;
     }
      


