/*
CSS for Springers Brook site
*/

body {
  font-family: Verdana, "Trebuchet MS", Geneva, Helvetica, Arial,
               sans-serif;
  margin: 0;
  font-size: small;
}

li {
  font-size: small;
  font-family: Verdana, "Trebuchet MS", Geneva, Helvetica,
               Arial, sans-serif;
  line-height: 175%;
}

.contentconstrained {
  padding-top: 200px;
} 

h1 {
  padding-top: 193px;
  margin: 0;
  background: url(images/head2.jpg);
  background-repeat: no-repeat;
}

#header {
  background-color: white;
}

#navigation {
  width: 300px;
  height: 600px;
  color: green;
  background-image: url(images/maplenav.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

a:link {
  color: green;
}

a:hover {
  color: black;
  background-color: tan;
}

.feature {
  float: right;
  margin-left: 35px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;

}

.stonephotos p {
  font-size: 88%;
  font-weight: bold;
  margin-top: 0;
  width: 288px;
  line-height: 1.4em;
  padding-bottom: 20px;
  border-bottom: 1px dotted brown;
  margin-botom: 10px;
} 

#bodycontent {
  padding-right: 35px;
  line-height: 150%;
}

#navigation, #bodycontent, #addressphone, #header {
  position: absolute;
}

#navigation {
  top: 192px;
}

#bodycontent {
  left: 295px;
  top: 225px;
}

#header {
  width: 100%;
}