html,body{
  margin:0;
  padding:0;
  height:100%;
  border:none;
  background-image: url('img/bg.jpg');
}

a {color: #2C1D00;}
a:hover {color: #73702D;}

hr {
  border: 0;
  color: #705D33;
  background-color: #705D33;
  height: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.curlystylebig {
  font-family: 'Edwardian Script ITC', 'Brush Script MT', 'Vladimir Script', Vivaldi, Mistral, Pristina, 'Rage Italic', 'Freestyle Script';
  font-size: 26pt;
  line-height: 100%;
}

.big {
  font-size: 180%;
}

p, h1, h2, h3, h4 {
  padding: 0;
  letter-spacing: 0.2pt;
  word-spacing: 1pt;
}

p      {margin: 0 0 10px 0;}
h1     {font-size: 26pt; margin: 0 0 20px 0; line-height: 100%;}
h2     {margin: 0 0 16px 0;}
h3     {margin: 0 0 12px 0;}
h4     {margin: 0 0 10px 0;}
ul,ol  {margin-bottom: 10px; margin-top: 0px;}


span.bigbold {
  font-size: 18pt;
  font-weight: bold; 
}

p, ul, ol, table {
  font-size: 11pt;
  line-height: 130%;
  font-family: 'Trebuchet MS', Arial, Verdana, Tahoma, Sans-Serif;
}

table#mainlayouttbl {
  margin: 0 auto 0 auto;
}

td.padtopleft {
  height: 45px; width: 45px;
  background-image: url('img/tl.jpg');
}
td.padtop {
  height: 45px;
  background-image: url('img/t.jpg');
}
td.padtopright {
  height: 45px; 
  width: 45px;
  background-image: url('img/tr.jpg');
}
td.padleft {
  width: 45px;
  background-image: url('img/l.jpg');
}
td.content {
  position: relative;
  background-image: url('img/bg2.jpg');
  width: 800px;
}
td.padright {
  width: 45px;
  background-image: url('img/r.jpg');
}

td.padbottomleft {
  height: 45px; 
  width: 45px;
  background-image: url('img/bl.jpg');
}
td.padbottom {
  height: 45px;
  background-image: url('img/b.jpg');
}
td.padbottomright {
  height: 45px; 
  width: 45px;
  background-image: url('img/br.jpg');
}

div#topnav {
  position: absolute; left: 235px; top: 142px; color: #fff;
  font-size: 12pt;
  z-index: 100;
}

div#topnav a {
  font-family: Tahoma, Verdana, Arial, Sans-Serif; 
  text-decoration: none;
  color: #d0c5a8;
  font-weight: bold;
}

div#topnav a:hover {
  text-decoration: underline;
  color: #C9B777;
}

span.spacer {
  display: inline-block;
  width: 10px;
}

img {
  margin: 0; padding: 0; 
}

div#maincontent {
  z-index: 25;
  margin: 0 15px;
  /*background-color: lightyellow;*/
  position: relative;
  width: 770px;
  top: -95px;
  left: 0px;
  margin-bottom: -95px;
  text-align:justify;
}

div#maincontent p, ul, ol, table {
  color: #3f3113;
}



div#boxbesidenancy {
  position: absolute; left: 390px; top: 184px; 
  width: 395px; height: 180px; 
  color: #3f3113;
}

h1, h2, h3, h4 {
  font-family: 'Trebuchet MS', Ariel, Verdana, Tahoma, Sans-Serif;
  font-weight: normal;
  color: #3f3113;
}

table.stdtbl1 {margin: 0 0 10px 0;}
table.stdtbl1 td {padding: 3px 5px 3px 5px;}

div#pagearrows {
  position: absolute;
  top: 50px;
  width: 770px;
  text-align: center;
}

div#footertext {
  width: 770px; position: absolute; top: 165px; left: 15px; color: #C9B777; text-align: center;
  font-size: 80%;
}

ul {
  display:block;
  list-style-type:disc;
}

