@charset "windows-1252";  

  H1 {
  font-family: times;
  font-weight: normal;
  font-size: 1.9em;
  text-decoration: underline;
  
  }
  H2 {
  font-family: tahoma;
  font-weight: normal;
  font-size: 1.3em;
  color: white;
  text-decoration: none;
  
  }
  H3 {
  font-family: tahoma;
  font-weight: normal;
  font-size: .7em;
  color: gray;
  text-decoration: none;
  
  }
  body {
  background-image: url(space_216.gif);
  background-repeat: repeat;
  }
  #wrapper {
  background-color: "black";
  width: 900px;
  height: 530px;
  text-align: left;
  border-style: solid;
  border-width: 2px;
  border-color: "#0000FF";
  }
 #head {
  background-image: url(pagehead.jpg);
  height: 150px;
  margin: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: "NAVY";
  }
#content {
  background-color: black;
  background-image: ;
  background-repeat: no-repeat;
  background-position: center right;
  text-align: left;
  height: 420px;
  margin: 10px;
  padding: 20px;
  border-style: ;
  border-width: 0px;
  border-color: "SADDLEBROWN";
  }   
  #left {
  width: 250px;
  height: 420px;
  float: left;
  margin: px;
  padding: 10px;
  border-style: ;
  border-width: 0px;
  border-color: "palegray";  
  }
  #right {
  background-color: transparent;
  width: 320px;
  height: 250px;
  float: right;
  margin: 10px;
  padding: 10px;
  border-style: dotted;
  border-width: 1px;
  border-color: "palegray";  
  }
  #footer {
  background-image: url(pagehead.jpg);
  height: 152px;
  margin: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: "NAVY";
  }

