/* CSS Document */
/* Template for Flagstaff Hiking Club by Jenifer Rutherford */
/* No portion of this stylesheet can be used without express written */
/* permission of the author and Flagstaff Hiking Club */

body{
  font-family: Verdana, "Times New Roman", sans-serif;
  color: #000000;
  margin: 0px;
  padding: 0px;
  background: url(/images/flaghiking_02.gif) repeat;
  }

h1{
  color: #660000;
  font-size: 1em;
  }

a:link{
  color: #660000;
  }

a:visited{
  color: #330000;
  }

/*Div Tags*/

#pagecontainer {
  width: 100%;
  height: 100%;
}


#contentcontainer{
  width: 100%;
  height: 100%px;
  padding: 10px;
  margin: 0px;
  position: absolute;
  top: 50px;
  left: 250px;
  float: left;
  
  }

#footer{
  width: 70%;
  height: 10%;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 675px;
  left: 250px;
  float: none;
  font-size: 9px;
  color: #660000;
}
