* {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

body {
    background-color: rgb(214, 212, 220);
    font-size: 100%;
    line-height: 1.125em;
    width: 100%;
    height: 100%;
}

#header {
    text-align: center;
}

#side {
    position: absolute;    
    top: 115px;
    left: 20px;  
    width: 200px;
}

#main, #phorum {
    position: absolute;    
    top: 156px;
    left: 250px;
    right: 25px;
}

div.block {width:100%;position:relative;background-color:rgb(41, 39, 47)}
div.blocksp {height:30px}

div.block1_c {position:absolute;width:100%;height:100%;min-width:55px;min-height:56px;background-color:rgb(41, 39, 47)}
div.block1_tl {position:absolute;top:0px;left:0px;width:10px;height:10px;background-image:url(nav_a.png)}
div.block1_tr {position:absolute;top:0px;right:0px;width:10px;height:10px;background-image:url(nav_a.png);background-position:-10px 0}
div.block1_bl {position:absolute;bottom:0px;left:0px;width:10px;height:10px;background-image:url(nav_a.png);background-position:0 -10px}
div.block1_br {position:absolute;bottom:0px;right:0px;width:10px;height:10px;background-image:url(nav_a.png);background-position:-10px -10px}
div.block1_tbar {position:absolute;top:0px;height:5px;width:100%;background-image:url(nav_b.png);background-repeat:repeat-x}
div.block1_bbar {position:absolute;bottom:0px;height:5px;width:100%;background-image:url(nav_b.png);background-repeat:repeat-x;background-position:0 -5px}
div.block1_lbar {position:absolute;left:0px;width:5px;height:100%;background-image:url(nav_a.png);background-repeat:repeat-y;background-position:-545px 0}
div.block1_rbar {position:absolute;right:0px;width:5px;height:100%;background-image:url(nav_a.png);background-repeat:repeat-y;background-position:-550px 0}

div.block1_cont {
    position: relative;
    margin-left: 20px;
    padding-top: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    font-family: "verdana";
    color: rgb(200,200,200);
    font-size: 12pt;
}

div.block1_cont em {
    font-style: italic;
    font-weight: bold;
}

span.block1_title {
    font-family: "trebuchet ms";
    color: rgb(255,255,255);
    font-size: 24pt;
    padding-left: 25px;
}

div.block1_head {
    padding-bottom: 5px;
}

div.block1_cont a:link {
    color: rgb(250, 250, 255);
    text-decoration: underline;
}
div.block1_cont a:visited {
    color: rgb(128, 128, 128);
    text-decoration: underline;
}
div.block1_cont a:hover {
    color: rgb(255, 250, 220);
    text-decoration: underline;
}
div.block1_cont a:active {
    color: rgb(255, 250, 220);
    text-decoration: underline;    
}

div.block1_cont p {
    text-indent: 2em;
    padding-bottom: 1em;
}

div.errblock {
    width: 100%;
    background-color: rgb(240,190,190);
    border: solid 2px rgb(240,100,100);
    padding: 10px 5px 10px 5px;
}
div.errmain {
    color: rgb(32,32,32);
    font-family: "arial";
    font-weight: 700;
    font-size: 16pt;
}
div.errsub {
    color: rgb(0,0,0);
    font-family: "arial";
    font-weight: 300;
    font-size: 12pt;
    margin-left: 6px;
    padding-left: 2px;
}
a.err {
    font-weight: bold;
    color: rgb(64,64,64);
    text-decoration: underline;
}
a.err:hover {
    font-weight: bold;
    color: rgb(64,64,64);
    text-decoration: none;
}
a.err:active {
    font-weight: bold;
    color: rgb(64,64,64);
    text-decoration: none;
}
a.err:visited {
    font-weight: bold;
    color: rgb(0,0,0);
    text-decoration: underline;
}

div.nbtn {
    font-size: 14pt;
    font-family: "Trebuchet MS";
    color: rgb(200,200,200);
    position: relative;
    width: 175px;
    height: 36px;
    margin: 0 auto;
    background-image: url("nav_a.png");
    background-position: -20px 0;
    background-repeat: no-repeat;
    text-decoration: none;
    color: rgb(200,200,200);
    cursor: pointer;
}

div.nbtn.hov {
    background-position: -195px 0;
    text-decoration: underline;
    color: rgb(220,220,220);
}

div.nbtn.sel {
    background-position: -370px 0;
    cursor: default;
}

div.nbtn div {
    position: absolute;
    left: 22px;
    top: 0px;
    width: 132px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

div.nbtnsp {
    height: 5px;
}

div.copyright {
    width: 100%;
    text-align: center;
    font-size: 8pt;
    font-family: "verdana";
    color: rgb(128,128,128);
}

div.copyright a:link {
    color: rgb(128,128,128);
    text-decoration: underline;
}
div.copyright a:visited {
    color: rgb(128,128,128);
    text-decoration: underline;
}
div.copyright a:hover {
}
div.copyright a:active {
}
