body {
  margin : 0;
  background-color: #EAD7C3;
  }

* {
  font-family : 'arial', sans-serif;
  font-size : medium;
  font-weight : normal;
  font-style : normal;
  text-decoration : none;
  color : #000000;
  }

p {
  text-align : justify;
  line-height : 1.5em;
  }

h1 {
  font-size : 120%;
  font-weight : bold;
  text-align : center;
  }

h2 {
  font-size : 12pt;
  font-weight : bold;
  text-align : left;
  }

a:hover {
  text-decoration : underline;
  }

dt {
  font-weight : bold;
  }

img {
  border : 0;
  }

#container {
  width : 100%;
  margin : 0;
  border : 0;
  padding : 0;
  background-color : #EAD7C3;
  }

#content {
  width : 740px;
  height : 415px;
  margin : 0 auto;
  margin-top : 20px;
  margin-bottom : 0px;
  border : #7E462B solid 3px;
  padding : 0;
  background-image : url('../images/bkg.jpg');
  background-color : #FFFFFF;
  }

#menu {
  float : left;
  display : inline;
  margin : 10px 10px 0px 23px;
/*  border : #7E462B solid 3px;  */
  padding : 0;
  width : 234px;
  height : 405px;
  list-style : none;
  text-align : left;
  overflow : hidden;
  background-image : url('../images/post.gif');
  background-repeat : no-repeat;
  }

#menu li {
  float: left;
  display : inline;
  width : 194px;
  height : 25px;
  margin ; 0;
  margin-top : 5px;
  margin-left : 40px;
  border : 0;
  padding : 0;
  text-align : left;
  }

#menu li.firstItem {
  margin-top : 26px;
  }

#menu li.menuFooter {
  }

#menu a {
  display : block;
  margin : 0;
  padding : 0;
  border : 0;
  background-repeat : no-repeat;
  }

#page {
  float : left;
  display : inline;
  width : 404px;
  height : 349px;
  margin : 10px;
  border : #7E462B solid 3px;
  padding : 20px;
  overflow : scroll;
    scrollbar-3dlight-color : #FFFFFF;
    scrollbar-highlight-color : #F5EBE1;
    scrollbar-face-color : #EAD7C3;
    scrollbar-shadow-color : #B48F77;
    scrollbar-darkshadow-color : #7E462B;
    scrollbar-arrow-color : #7E462B;
    scrollbar-base-color : ;
  background-image : url('../images/textBkg.jpg');
  background-color : #FFFFFF;
  }

#footer {
  width : 720px;
  margin : 0 auto;
  border : 0;
  padding : 0;
  }

#footer p, #footer a {
  font-size : small;
  }

#textLinks p {
  text-align : center;
  }

#credits {
  float : right;
  }

#credits p {
  text-align : right;
  }

