
#absblock { 
            position: absolute; 
            /*border: 2px dotted red;*/
            color: red; 
            top: -43px; 
            left: 10px; 
            right: -150px }


table.featurebox { table-layout: fixed;
                   border: 1px dashed #987C51; 
                   background-color: white; } 

TR.titlerow {  border: 1px dashed #987C51; }
TR.menurow {  border: 1px dashed #987C51; }
TR.imagerow {  border: 1px dashed #987C51; }
TR.newsrow {  }
TR.bottomrow { text-align: left;}
TR.bottomrow DIV {  margin: 0 5px 5px; }

.featuresubbox { background-color: #EEDDEE; }

td.featuresubbox { margin: 1px; padding: 0; border: 1px dashed #987C51; }

.featuresubbox img { 
                     display: block;           
                     margin: 0; 
                     padding: 0;
                     border: 0;
                     /*height: 100%; width: 100% */
                     }

.menu {
        margin: 0 auto; 
        padding: 8px 0; }
.menuitem a { 
             margin: 0 20px 0 20px; 
            }

/*
.menusubitem:before { content: " * " }

.menuitem:before { content: " -- " }
*/

.newsbox { text-align: left; 
           color: brown;
          /* background-color: red;*/
           padding: 20px 10px 0px;
           margin-left: 20px;
           width: 250px;
          }

/* GREEN LINKS */
a { color: green; text-decoration: none; font-size: 11px; font-weight: bold; }
a:hover { border-bottom: 1px dashed green; }
 

TD.titlebox { margin: 0; background-color: white;  }
.titlebox IMG { margin: auto }

