/* 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: 550px;
  height: 500px;
  padding: 20px 200px 20px 20px;
  margin: 0px;
  position: absolute;
  top: 50px;
  left: 260px;
  float: left;
  background: #ffffff url(picsidebar3.png) no-repeat center right;
  border: 1px solid #660000;
  }

#footer{
  width: 70%;
  height: 10%;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 600px;
  left: 260px;
  float: none;
  font-size: 9px;
  color: #660000;
}

