body {
  margin: 0 0px;
  font-family: "Book Antiqua","Palatino Linotype",Palatino,serif;
  background-color: #1C1C1C;

}
#container {
  margin: auto;
  width: 640px;
  height: auto;
  color: #1C1C1C;
  background-color: #F4E0AD;
  text-align: left;
}
#header {
  background-image: url("img/5 banner bg filled.jpg");
  background-repeat: no-repeat;
  background-color: #F4E0AD;
  height: 100px;
  margin-top: 0;
  margin: 0;

}


#content {
  margin-top: 0;
  margin: 0;
  padding: 5px;
}




#col {
  background-color: #301909;
  float: right;
  width: 140px;
  text-align: center;
  margin-left: 5px;
}
#col p {
  margin: 0;
  clear: both;
}


.float-right {
  clear: right;
  float: right;
}



.gallery {
  cursor: default;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-align: center;
  margin-left: -40px;
  margin-top: 0px;
}
.gallery a {
}

.gallery img {
  border: 1px solid;
  padding: 1px;
  background: none repeat scroll 0% 50%;
  vertical-align: top;

}
.gallery li {
  border: 1px solid;
  padding: 2px;
  background: none repeat scroll 0% 50%;
  display: inline;
  float: left;
  position: relative;
}





a {
  color: #301909;
   

}
a:hover {
  color: #301909;

}
a:visited {
  color: #300C09;

}


#nav a{
  text-decoration: none;
}

