#body {
    font-family: Verdana, sans-serif;
    margin: 0;
}

#page {
    width: 958px;
    height: 558px;
    margin: auto;
    background-color: #7B8C93;
}

#header {
    width: 960px; 
    height: 80px;
    text-align: center;
    background-color: #E9DBDB;
}

#header_logo, #header_center, #header_right {
    width: 318px;
    height: 48px;
    text-align: center;
    background-color: #7B8C93;
    border: 1px dotted; color: #D4D4D1;
    float: left;
    text-align: center;
    padding-top: 30px;
}

#menu {
    clear: left;
    width: 958px;
    height: 23px;
    padding-top: 5px;
    background-color: black;
    color: #E9DBDB;
    text-align: center;
    border: 1px dotted; color: #D4D4D1;
}

#content {
    width: 958px;
    height: 458px;
    background-color: #4A7B7B;
    border: 1px dotted; color: #D4D4D1;
}

#content_left {
    float: left;
    border: 1px solid #7BA7B1; padding: 20px;
    width: 348px;
    height: 248px;
    text-align: center;
    margin: 30px;
    color: white;
}

#content_right {
    float: right;
    border: 1px solid #7BA7B1; padding: 20px;
    width: 348px;
    height: 248px;
    text-align: center;
    margin: 30px;
    color: white;
}

#footer {
    width: 958px;
    height: 25px;
    background-color: black;
    color: #E9DBDB;
    border: 1px dotted; color: #D4D4D1;
    text-align: center;
    padding-top: 3px;
}