body {
    background-color:#EEF2F5;
}
#header {
    height: 144px;
    background-color:#1021BC;
    background-image:none;
}
#header h1 a span{
    display: none;
}
#header h2 {
    display: none;
}
#header h1 a,#header h1 a:hover{
    margin: 0;
    padding: 0;
    background-image: url(/local--files/unirse/arrakisLogo.jpg);
    height: 134px;
    width: 594px;
    position: absolute;
    top: 10px;
    left: 25px;
    border-right: 3px solid #707080;
    border-left: 3px solid #707080;
}
#side-bar {
    background-color:#C5DAE8;
}
#top-bar {
    background-color:#C5DAE8;
    padding-top:3px;
    border-top:1px black solid;
    border-left:1px black solid;
    border-right:1px black solid;
    right:3em;
}

h2 {
    font-size: 150%;
    font-weigth: normal;
    border-bottom: 1px dotted #666666;
    margin-right: 0.5em;
}

h1 {
    border-bottom: 1px solid #666666;
}

a:hover {
    background-color: #BBBBBB;
}

.tablefoot {
    text-align: center;
    font-style: italic;
    margin: 0;
    padding: 0;
    margin-top: -1em;
}