html {
	margin: 0;
	padding: 0;
}
	
body {
	background: url(pictures/wood52.jpg) no-repeat fixed;
        line-height: 1.88889;
	color: black;
        font-family: poor richard;
	font-size: 20px;
        margin: 0;
	padding: 0;
}



a:link { color: black; }
a:visited { color: black; }
a:hover { color: #333; }

img{
  border: none;
}





#body{
      left: 3%;
      position: absolute;
      width: 900px;
}

#navigation{
            font-weight: normal;
            top: 50px;
            width: 255px;
            position: fixed;
            text-align: right;
            padding-top: 10px;
}


#container{
        background: url(pictures/background.jpg) no-repeat;
	width:600px;
	height: 950px;
	float: right;
        border-left: solid 8px #000;
	border-right: solid 8px #000;
}


#containeraboutus{
        background: url(pictures/about.jpg) no-repeat;
        background-color:  #526c49;
        width:600px;
        float: right;
        border-left: solid 8px #000;
	border-right: solid 8px #000;
}


#containerevents{
        background: url(pictures/events.jpg) no-repeat;
	background-color: #073a79;
        width:600px;
        float: right;
        border-left: solid 8px #000;
	border-right: solid 8px #000;
}


#containerpictures{
        background: url(pictures/pictures.jpg) no-repeat;
	background-color: #af8867;
        width:600px;
        float: right;
        border-left: solid 8px #000;
	border-right: solid 8px #000;
}

#containerlearnmore{
        background: url(pictures/learn.jpg) no-repeat;
	background-color: #8b6071;
        width:600px;
        float: right;
        border-left: solid 8px #000;
	border-right: solid 8px #000;
}


#containercontact{
        background: url(pictures/contact.jpg) no-repeat;
	background-color: #d7d7d7;
        width:600px;
        float: right;
        border-left: solid 8px #000;
	border-right: solid 8px #000;
}

   
   
.bio{
  font-family: verdana;
  font-size: 90%;
  text-align: left;
}


.biopic{
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  width: 90px;
  height: 120px;
  padding: 0px;
}

.arrows{
  float: left;
  margin-left: -100px;
  padding: 0px;
  width: 90px;
  height: 20px;
  padding-top: 180px;
}

.bioentry{
  font-family: courier;
}
.biobody{
  font-size: 90%
}

.biohead{
  padding-top: 12px;
  margin-bottom: 2px;
}

.previous{
  float: left;
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
}

.next{
  float: right;
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
}






h1{
        padding-top:110px;
}

h2{
  font-family: tahoma;
  font-size: 83%;
  text-align: center;
}

h3 {
  padding-left: 35px;
  padding-top: 0px;
  padding-bottom: 0px;
}

h4{
  font-style: bold;
  font-size: 130%;
}

.contenttext{
  font-family: verdana;
  font-size: 90%;
  text-align: left;
}  


#containertext{
  padding-top: 460px;
  padding-right: 15px;
  padding-left: 15px;
}

p {
  text-indent: 20px;
}

#textlink{
  text-align: center;
  size: 65%;
}

#textlink2{
  text-align: right;
  font-size: 20px;
}

#toplist{
  padding-top: 20px;
}
