body {
    background: #6a6;
    font: .8em Arial;
    margin: 0;
    }
    
#container {
    margin: 0;
    padding: 0;
    }

#head {
    position: fixed;
    top: 0;
    left: 0;
    height: 74px;
    width: 100%;
    background: url("./images/head.jpg") repeat-y #6a6;
    z-index: 1;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    width: 750px;
    margin: 0;
    }
    
#links {
    position: fixed;
    top: 75px;
    left: 0px;
    width: 135px;
    height: 100%;
    z-index: 1;
    background: url("./images/links.gif") #6a6 repeat-y;
    margin: 0;
    }
    
#body {
    position: absolute;
    top: 0px;
    left: 135px;
    padding: 10px;
    width: 580px;
    text-align: justify;
    border-right: 1px solid #000;
    margin: 0;
    }
    
#top {
    width: 580px;
    height: 75px;
    }
    
#footer {
    width: 580px;
    height: 40px;
    font-size: .8em;
    padding-top: 10px;
    border-top: 1px solid #262;
    text-align: center;
    }
    
#footer a {
    font-size: 1.3em;
    }
    
a {
    text-decoration: none;
    color: #444;
    }
    
a:hover {
    color: #fff;
    }
    
#foot1 {
    display: inline;
    float: left;
    }
    
#foot2 {
    display: inline;
    float: right;
    }

#pj {
    margin-left: 215px;
    }
    
a img {
    border: 0;
    }
    
#logo {
    height: 74px;
    width: 97px;
    float: left;
    margin-left: 5px;
    }
    
h1 {
    text-align: center;
    font: bold 2.5em Courier New;
    margin: 0; 
    }
    
#links ul {
    display: block;
    list-style: none;
    width: 135px;
    margin: 0;
    padding: 0;
    height: 100%;
    }
    
#links ul li {
    margin: 10px 0;
    width: 95px;
    background: #6a6;
    border-left: 10px solid #993;
    border-right: 10px solid #993;
    border-top: 1px solid #993;
    border-bottom: 1px solid #993;
    text-align: center;
    }
    
#links ul li a {
    text-decoration: none;
    color: #444;
    font-weight: bold;
    }
    
#links ul li a:hover {
    color: #fff;
    }
    
h2 {
    font: bold 1.7em Corier New;
    text-align: center;
    }
    
h3 {
    font: 1.2em Arial;
    text-align: center;
    margin-top: 0;
    }
    
h4 {
    font: 1.3em Arial;
    }
    
#div {
    width: 580px;
    height: 0px;
    border-top: 1px solid #6a6;
    }
    
img.center {
    width: 580px;
    }