
body {
    background-color: #333333; 
    font: 12px/1.5 "Verdana", "Arial", sans-serif; 
    color: #ffffff;
    margin: 0;
}
a:link {color: #b7002f ; text-decoration: none}
a:hover {color: #ff0000; text-decoration: none}
a:visited {color: #b7002f ; text-decoration: none}
a:visited:hover {color: #ff0000; text-decoration: none}
a:active {color: #ff0000 ; text-decoration: none}
p {margin: 0; margin-bottom: 18px;}
img {border-width: 0px}
h2 {text-align: center; background-color: #222222; margin: 0;}

#title {
    position: absolute;
    top: 5px;
    left: 154px;
    right: 5px;
    height: 144px;
    background-color: #000000;
    font: 9px "Verdana", "Arial", sans-serif; 
    z-index: 95;
    border: 1px; border-style: solid; border-color: #444444;
}

#logo {
    position: fixed;
    top: 5px;
    left: 5px;
    width: 144px;
    height: 144px;
    background-color: #000000;
    font: 9px "Verdana", "Arial", sans-serif; 
    z-index: 95;
    border: 1px; border-style: solid; border-color: #444444;
}

#menuleft {
    position: fixed;
    top: 154px;
    left: 5px;
    bottom: 5px;
    width: 144px;
    background-color: #000000;
    z-index: 95;
    border: 1px; border-style: solid; border-color: #444444;
}

#content-shell {
    position: absolute;
    top: 154px;
    left: 154px;
    right: 5px;
    bottom: 5px;
}

#content {
    position: absolute;
    min-height: 100%; !important
    height: auto;
    min-width: 100%; !important
    width: auto;
    background-color: #000000;
    z-index: 0;
    border: 1px; border-style: solid; border-color: #444444;
}    