body, html{
    margin: 0px;
    padding: 0px;
}

a:link, a:visited{
    font: 9pt Verdana;
    color: #000000;
    text-decoration: underline;
}

a:hover{
    color: #c80044;
    text-decoration: none;
}

.main{
    width: 100%;
    height: 100%;
    background: #323232 url('img/bg2.gif');
}

.center{
    width: 760px;
    height: 100%;
    border-left: solid 5px #000000;
    border-right: solid 5px #000000;
    background: #FFFFFF;
}

#topmenu{
    height: 40px;
    text-align: right;
    padding-right: 40px;
}

#top{
    width: 560px;
    height: 225px;
    background: #c80044 url('img/bg.gif') repeat-x;
    border-top: solid 5px #000000;
    border-bottom: solid 5px #000000;
}

#pagetitle{
    width: 520px;
    height: 60px;
    background: #323232;
    font: 24px Arial Narrow;
    color: #FFFFFF;
    padding-left: 40px;
}

#navbar{
    width: 240px;
    height: 60px;
    background: #000000;
    font: 24px Arial Narrow;
    color: #FFFFFF;
    padding-left: 40px;
}

#content{
    font: 9pt Verdana;
    color: #00000;
    text-align: justify;
    padding: 20px;
    vertical-align: top;
}

#menu{
    padding-left: 20px;
    width: 240px;
    height: 30px;
    border-bottom: dashed 1px #323232;
}

#footer1{
    width: 520px;
    height: 60px;
    background: #c80044;
    font: 9pt Verdana;
    color: #000000;
    text-alig: left;
    padding-left: 40px;
}

#footer2{
    width: 240px;
    height: 60px;
    background: #760028;
    }