
body { 
  height: 100%; 
  margin: 0px; 
  border: 0px; 
  padding: 0px; 
  background: #f1e8d4; 
  color: #61554c;
  font: normal 0.7em Trebuchet MS, Arial, Helvetica, sans-serif; 
  }

a {
  color: #c4561c;
  text-decoration: none;
  }

a img {
  border: 0px;
  }

div.content {
  width: auto; /* 758px; */
  margin: 20px auto;
  padding: 0 60px;
  background: url(/imgs/bck-content.gif) top right no-repeat;
  }

div#header {
  position: relative;
  margin-bottom: 6em;
  }

div#mask { /* 79x114 */
  position: absolute;
  left: 0px;
  top: 0px;
  }

div#logo { /* 216x43 */
  position: absolute;
  left: 100px;
  top: 20px;
  }

div#menu {
  padding: 86px 0px 4px 102px;
  }

div#menu a {
  margin-right: 1em;
  color: #7b604c;
  }

div#menu a.selected {
  color: #c4561c;
  }

div#menu div {
  padding: 2px;
  }

div#main-menu {
  border-bottom: 1px solid #b0a59c;
  }

div#body {
  position: relative;
  }

div#borderedphoto { /* 270x356 */
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  font-size: 0.8em;
  }
/*
img#photo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 270px;
  height: 356px;
  }
*/
img#border {
  position: absolute;
  top: 0px;
  left: 0px;
  }

div.story {
  padding-left: 300px;
  }

div.story h1 {
  font-size: 1.8em;
  color: black;
  font-weight: normal;
  border-bottom: 1px solid #b0a59c;
  }

div.story h2 {
  font-size: 1.4em;
  font-weight: bold;
  color: #982e03;
  clear: both;
  }

div.story p {
  color: #61554c;
  line-height: 1.5em;
  margin-bottom: 1em;
  }

div.story img, #borderedphoto {
  background: white; 
  padding: 3px;
  border: 1px solid #989896;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  }

div.story img.right {
  float: right;
  margin: 20px;
  margin-top: 0;
  margin-right: 0;
  }

div.story img.left {
  float: left;
  margin: 20px;
  margin-top: 0;
  margin-left: 0;
  }

/* home page specific */

body.home { 
  background: #a24130; 
  color: #e2b099;
  font: normal 0.7em Arial, Helvetica, sans-serif; 
  }

body.home div.content {
  position: relative;
  width: 758px;
  height: 452px;
  margin: 140px auto 10px auto;
  background: url(/imgs/bck-home.gif) no-repeat;
  }

body.home div#logo {
  position: absolute;
  left: 335px;
  top: 61px;
  }

body.home div#weather {
  position: absolute;
  left: 456px;
  top: 128px;
  width: 258px;
  border-top: 1px solid #6e2113;
  padding-top: 4px;
  text-align: right;
  }

body.home div#weather img {
  vertical-align: middle;
  }

