body {  
        font-family: Arial, Verdana, Helvetica, sans-serif; 
        font-size: 1.1em; 
        font-style: normal; 
        line-height: normal; 
        font-weight: normal; 
        font-variant: normal; 
        text-transform: none; 
        color: #000000; 
        text-decoration: none;
        margin:0px;
        padding:0px;
        background: white url(images/background.jpg)
}


#title { 
         margin: 0px; 
         position: absolute; 
         top:0px;
         left:0px;  
         font-size: 2em;
}


#nav { 
          position: absolute; 
          top: 160px;
          width: 200px;
          text-align: center;
          padding:0px;
          margin:0px;
          line-height: 0em;
}

#content { border-left: solid 2px #0000FF;
           border-right: solid 2px #0000FF;
           position: absolute; 
           top: 160px;
           left:220px;  
           padding: 0px;
           margin:0px;
           background: #AAAAFF;
           
}

#insidecontent { 
           border-left: solid 1px #0000FF;
           border-right: solid 1px #0000FF;
           padding: 30px;
           padding-top:10px;
           margin: 2px;
           margin-top:0px;
           margin-bottom:0px;
           background: #FFFFFF;
}

a { text-decoration:none; font-weight:bold; }
a:visited { color: #3399FF                                    }
a:hover, a:active {text-decoration: underline; }