* {
    margin: 0px;
    padding: 0px;
}

body {
    background: url("back.jpg") repeat-x scroll 0px 0px transparent;
    color: rgb(51, 51, 51);
    font-family: arial,helvetica,sans-serif;
    border: 0px solid;
    font-size: 100.01%;
    padding: 0px;
    text-align: center;
    position: relative;    
/*    margin-top: 0px;    */
    margin: 0px 5px;
    min-width: 990px;
}

.logoheader {
    background: url("LinePattern6.png") repeat scroll 0% 0% Transparent;
margin: 0px;
padding: 0px;
text-align: left;
font-weight: normal;
line-height: 1.5em;
min-height: 120px; 
}

.logoheader #logopbc {
    position: absolute;
    height: 20px;
    padding: 55px 20px 20px 335px;
}

#logo {
    margin-top: 31px;
    margin-left: 0px;
    position: absolute;
    display: block;
    padding: 0px;
    width: 600px;
    font-weight: normal;
    line-height: 1em;
    font-size: 3em;
}

#contentarea {
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0px;    
    height: calc(100% - 160px);
    min-height: 500px;
}

#wrapper2 {
    min-width: 750px;
    min-height: 639px;
    padding-bottom: 0px;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 10px;
}

#footer-outer {
    margin: 0px auto;
    min-width: 980px;
    padding-top: 5px;
}

#footer {
    background: url("tabs_back.png") repeat-x scroll 0% 0% rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    border-top: 0px solid rgb(204, 204, 204);
    border-radius: 5px 5px 5px 5px;
    text-align: right;
    display: block;
    height: 35px;
    overflow: hidden;
}

#footerleft {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

#footer div {
    font-size: 0.8em;
}
