#container {
        padding: 0px;
        width: 780px;
        margin-top: auto;
        margin-right: auto;
        margin-bottom: auto;
        margin-left: auto;
        background-color: #FFFFFF;
        height: auto;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #0066FF;
        border-right-color: #0066FF;
        border-bottom-color: #0066FF;
        border-left-color: #0066FF;
}
#header {
        margin: 0px;
        padding: 0px;
        float: none;
}
#content {
        width: auto;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 24px;
        color: #0066FF;
        font-weight: bold;
        margin: auto;
        left: auto;
        right: auto;
}
#navigation {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #0066FF;
        font-style: normal;
        font-weight: bolder;
        text-transform: uppercase;
        float: none;
        padding: 0px;
        left: auto;
        right: auto;
        text-decoration: underline;
}
#leftsidebar {
        float: left;
        height: 360px;
        width: 62px;
}
#rightsidebar {
        float: right;
        height: 230px;
        width: 71px;
}
#footer {
        float: none;
        height: auto;
        width: 780px;
        margin: 0px;
        padding: 0px;
}