
body{
    background-color: black;
    color: white;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: Arial;
}

#head{
    width: 100%;
    background-color: #333333;
    height: 140px;
    margin: 0;
}

.banner{
    position: absolute;
    width: 930px;
    left: 50%;
    margin-left: -465px;
    background-color: #cccccc; 
}

#banner{
    height: 140px;
}

#innerbanner{
    width: 910px;
    background-color: white;
    margin-left: 10px;
    height: 140px;
    position: absolute;
}

#logo{
    width: 300px;
    height: 30px;
    /*
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: white;
    background-color: #000066;
    */
    margin-top: 55px;
    /*text-align: center;
    letter-spacing: 0.15em;
    padding-top: 9px;
    padding-bottom: 9px;
    */
}

#main{
    width: 930px;
    left: 50%;
    margin-left: -465px;
    position: absolute;
    font-family: Futura, Arial;
}

#leftbar{
    position: absolute;
}
#rightbar{
    position: absolute;
    right: 0;
}

#navi{
    position: absolute;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    
}

.button:hover{background-color: black;}
.button{
    display: block;
    width: 140px;
    height: 22px;
    margin-left: 10px;
    background-color: #333333;
    color: white;
    text-decoration: none;
    font-size: 10px;
    padding-top: 8px;
}

#here{background-color: black;}
#foot{margin-top: 60px;}
