body
{
 position: absolute;
 display: inline; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12pt;
 padding: 0px;
 margin: 0px;
 text-align: center;
 color:#333; 
}

#navarea 
{
 border-top: 1px solid #333;
 border-bottom: 1px solid #666;
 height: 42px;
 width:100%;
 background: #333 url( 'navback.png' ) repeat-x fixed center top;
 vertical-align: middle;
}

#imgarea 
{
 background-color:#000;
 width: 100%;
}

#txtarea
{
 background: #FFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:10pt;
 text-align:left;
 width: 100%;
}

#endarea
{
 background: #EAEAEA url( 'txtback.png' ) repeat-x fixed center top;
 opacity:0.2;
 width:100%;
 border-top: 1px solid #CCC;
 color:#666; color:#111;
 margin:0px;
 letter-spacing: 1pt;
 text-align:center;
 font-size: 8pt;
 padding: 0.5cm 2.0cm 0.5cm 2.0cm
}

ul { padding:0; margin: 10px 1px  10px 16px }
ol { padding:0; margin: 10px 1px 10px 20px }
ol li { margin-bottom: 5px }
ul li {
        list-style-image: url( http://aerize.com/themes/aerize_01/images/list.gif);
        list-style-type: square;
}

a { text-decoration: none; font-weight: bold; color: #336}
a:hover,
a:focus {color:#000;}
