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: #000 url( 'sublevel.jpg' ) no-repeat relative center top;
 height: 80px;
 width: 720px; 
*/
 background-color:#000;
 width: 100%;
}

#txtarea
{
 border-top: 1px solid #BBB;
 background: #FFF url( 'txtback.png' ) repeat-x relative 0px 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:10pt;
 text-align:left;
 padding: 0.5cm 4.0cm 0.5cm 4.0cm
 width: 720px;
 /* width: 100%; */
}

#endarea
{
 background: #EAEAEA url( 'txtback.png' ) repeat-x fixed center top;
 opacity:0.2;
 /* filter:alpha(opacity=20); */
 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;}
