body {
    margin: 0px auto;
    font-family: Verdana;
    font-size: 9pt;
	background: #16171F url('darkstripe.png');
    }  
       
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
    }

a:hover {
	text-decoration: overline underline;
    }
    
#container {
    position:relative;
    width: 790px;
    height:100%;
	overflow: hidden;
    display:block;
    margin: 0px auto;
    border-left: 7px solid #000000;
    border-right: 7px solid #000000;
    background: #ACAFBE url('background.png');
    }
    
#header {
     width: auto;
     height: 245px;
     background: url('header.png');
     }
     
#navigation {
	float: left;
    margin-left: 15px;
    color: #FFFFFF;
    font-size: 10pt;
    width: 180px;
    }
    
#content {
    width: 545px;
    float: right;
    text-align: justify;
    font-family: Verdana;
    color: #000000;
    margin-top: -25px;
    padding: 20px;
    }
