﻿#container {
    width: 890px;
    margin: 0px auto;
    display: table;
}
#header {
    height: 80px;
}
#navigation {
    height: 200px;
    background-image: url('../../images/jump02.jpg');
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    border-bottom: 3px solid #f0f0f0;
}
#content {
    margin: 0px;
    padding: 0px;
    overflow: auto;
    background-color: White;
    font-size: 11px;
}
#leftCol {
    float: left;
    width: 200px;
}
#rightCol {
    float: right;
    width: 200px;
}
#centralCol {
    margin: 0px 200px;
    padding: 20px;
    /*
    border-left: 3px solid #f0f0f0;
    border-right: 3px solid #f0f0f0;
    */
}
#footer {
    background-color: White;
    text-align: center;
    border-top: 3px solid #f0f0f0;
}
