body {
   background-color: #0D0E0B;
   font-family: Tahoma, Arial, sans-serif;   
   font-style:normal;
   line-height:100%;
   font-size: 8pt;
   SCROLLBAR-FACE-COLOR: #4c4d3d;
   SCROLLBAR-HIGHLIGHT-COLOR: #A89C6C;
   SCROLLBAR-SHADOW-COLOR: #A89C6C;
   SCROLLBAR-3DLIGHT-COLOR: #000000;
   SCROLLBAR-ARROW-COLOR: #A89C6C;
   SCROLLBAR-TRACK-COLOR: #0D0E0B;
   SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

p {
   font: 8pt/10pt verdana;
   color: #A89C6C;
   margin-left: 10px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: left;
}

h4{
   font: normal 12pt "Verdana";
   font-weight: bold;
   margin-top: 10px;
   margin-left: 10px;
   margin-bottom: 0px;
   color: #E58114;
}

h5{
   font: normal 10pt verdana;
   font-weight: bold;
   margin-left: 10px;
   margin-top: 10px;
   margin-bottom: 0px;
   color: #E58114;
}

h6{
   font: normal 8pt verdana;
   font-weight: bold;
   margin-left: 0px;
   margin-top: 10px;
   margin-bottom: 0px;
   color: #224269;
}

a {
  color: #A89C6C;
  text-decoration: none;
}

a:hover {
  color: #ffffff; 
  text-decoration: underline;
}

.content {
   padding: 10px;
   background-color: #36372e;
   background-image: url('content.jpg');
   background-repeat: no-repeat;
} 

.content p {
   font: normal 8pt verdana;
   font-weight: normal;
   margin: 0px 10px 0px 10px;
   color: #d3ccaf;
   line-height: 150%;
}

.content p.bio {
   font-size: 9pt;
}

.pictext {
   padding: 5px;
   background-color: #36372e;
   background-image: url('text_bg.jpg');
   background-repeat: no-repeat;
} 

.pictext p {
   font: normal 8pt verdana;
   font-weight: normal;
   margin: 0px 10px 0px 25px;
   color: #d3ccaf;
   line-height: 150%;
   text-align: center;
}

.pic {
   border: 3px solid rgb(255,240,217);
}

.pic_left {
   border: 3px solid rgb(255,240,217);
   float: left;
   margin: 10px;
}

.pic_right {
   border: 3px solid rgb(255,240,217);
   float: right;
   margin: 10px;
}

#facebook {
   background-color: #FFFFFF;
}


