
body {
    margin: 0;
    font-family: tahoma, verdana, arial;
    font-size: 9pt;
    text-align: center;
    background: #ffffff;
}

a {
    text-decoration: none;
    color: #0000ff;
}

a:hover {
    color: #ff0000;    
}

#container {
    margin: auto;
    width: 652px;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

#header {
    height: 70px;
    border-bottom: 1px solid #c0c0c0;
    background: #ff4040;
}

#logo {
    margin: 10px;
    width: 305px;
    height: 37px;
    float: left;

    background: url("../images/logo.gif") no-repeat;
}

#body {
    height: 400px;
}

#footer {
    padding: 10px;
    font-size: 8pt;
    border-top: 1px solid #c0c0c0;    
    border-bottom: 1px solid #c0c0c0;    
}