body {
    background-color: #AAA;
    width: 800px;
    margin: 10px auto 10px auto;
}

#main {
    min-height:500px;
    background-color: #FFF;
    border: 1px solid #000;
}

#titlebar {
    background-color: #FFF;
    padding: 10px;
    min-height: 100px;
}

#titleimage {
    margin: 5px;
    float: left;
}

#titlenames {   
    float: right;
    min-width: 150px;
}

#titletext {
    margin: 5px 5px 5px 100px;
    text-align:left;
    font-size: 32px;
    font-weight: bold;
}

#titlebar #titletext #subtitle {
    font-size: 24px;
}

#links {
    float: left;
    width: 175px;
    border: 1px solid #000;
    border-left: none;
    background-color: #DDD;
    padding: 0px 10px 5px 10px;
    font-weight: bold;
}

a, a:visited {
    color: #06B;
    text-decoration: underline;
}

a:hover {
    color: #900;
    text-decoration:underline;
}

#content {
    background-color: #FFF;
    margin-left: 200px;
    padding: 0px 10px 10px 10px;
}

.table, tr, th, td {
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    vertical-align:top;
    min-width: 100px;
}
.table th {
    padding-bottom: 0px;
    border-bottom: 3px solid #000;
}
