/* CSS Document  CSSFIL1.CSS  */ 
 
  body { 
  margin-top: 0;
  margin-left: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 0.75em;
  color: white;
  background: #222222 url(bg1.jpg);
  background-repeat: repeat;
   } 

 ul { 
  list-style-type: none;
  line-height: 100%; 
  list-style-image: none; 
  font-family: Verdana, Geneva, Arial, Helvetica, san-serif; 
  } 
h1  {
  margin-top: 10px;
  font-family:chiller,"juice ITC", mistral, "viner hand ITC";
  font-size:2.5em;
  font-weight:bold;
  padding-left: 55px;
  padding-right: 100px;
  color:#cc0000;
  background-color:transparent;
 }
h2  {
  font-family:chiller,"juice ITC", mistral, "viner hand ITC";
  font-size:1.5em;
  font-weight:bold;
  color: #eeeeee; 
  background-color:transparent; 
 }
h3  {
  padding:3px;
  font-family:chiller,"juice ITC", mistral, "viner hand ITC";
  font-size:1.2em;
  font-weight:bold;
  color: #cccccc; 
  background-color:transparent;
 }
p  {
  font-family:"Times New Roman", times, serif;
  font-size:0.88em;
  font-weight:normal;
  color: #eeeeee; 
  background-color:transparent;
}
img  { border: none; }

em   { font-size: 2em; }

.mvleft {
   float: left;
   margin-right:10px;
   margin-bottom:3px;
 }
.mvright {
   float: right;
   margin-left:10px;
   margin-bottom:3px;
   padding-right:10px;
 }

.centered {
   text-align: center;
 }

  /**************** Pseudo classes ****************/ 

  a:link { 
  color: white;
  font-weight: normal;
  font-size: 1em;
  text-decoration: underline; 
  } 

  a:visited { 
  color: gray;
  font-weight: normal;
  font-size: 1em; 
  text-decoration: underline; 
  } 

  a:hover { 
  color: red;
  background: #808080; 
  padding-bottom: 0px;  
  font-weight: bold; 
  text-decoration: underline; 
  } 

  a:active { 
  color: gray; 
  font-weight: normal; 
  } 
  img  { border: none; }

  /*    ******** ID's *******    */ 

#left-one  {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 147px;    /* 120 less padding-left */
   height: 520px;   /* 600 less padding-top */
   padding-top: 100px;
   padding-left: 3px;
   font-family: Verdana, Geneva, Arial, Helvetica, san-serif; 
   font-size: 1em; 
   font-weight: bold; 
    }

#left-two  {
  position: absolute;
  top: 0px;
  left: 150px;
  width: 180px;
  height: 600px;
  background: red url(skelton3.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-left: solid 1px #bbbbbb;
  border-bottom: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb; 
 }

#top-title {
  position: absolute;
  top: 0px;
  left: 332px;
  width: 620px;
  height: 130px;
  padding-top: 20px;
  background: #222222 url(drkhdr1a.jpg);
  background-repeat: repeat;
  color: black;
  }

#top-menu {
  position: absolute;
  top: 130px;
  left: 332px;
  width: 620px;
  height: 60px;
  background: #222222 url(header2.jpg);
  background-repeat: repeat;
  color: black;
  }

#right-display {
   position: absolute;
   top: 190px;
   left: 332px;
   width: 585px;   /* minus padding */
   height: 375px;  /* 410 less padding */
   padding-top: 35px;
   padding-left: 35px;
   background: #222222 url(bg1.jpg);
   background-repeat: repeat;
  } 
#base {
   position: absolute;
   top: 650px;
   left: 0px;
   width: 960px;
   height: 115px;
   background: #000000 url(bg1.jpg);
   background-repeat: repeat;
   color: #eeeeee;
  }

/* eof cssfil1.css */
