/*
Website : Grollk
CSS : Remco van Kaam
E-mail: n/a
WWW: www.liberque.nl
---------------------------------------
CSS released under C.C. license:
http://creativecommons.org/licenses/by-sa/2.0/
*/

<!--

<!--

a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
color : #453619;
text-decoration : none;
font-weight : normal;
}

a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
color : #453619;
text-decoration : none;
font-weight : normal;
}

a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
color : #453619;
text-decoration : none;
font-weight : normal;
}

a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
color : #484594;
text-decoration : overline underline;
font-weight : normal;

}

#center {
       position: relative;
       left: 40%;
       right: 40%;
       margin: 0 0 0 -30%;
}

#main {
        border: 0;
        position:absolute;
        visibility: visible;
        width:1380px;
        height:692px;
        left:0px;
        top:0px;
        z-index:1;
        background: black;
        color: #FFFFFF;

}

#bannerbox {
        border: 0;
        position:absolute;
        left:0px;
        top:0px;
        width:1380px;
        height:167px;
        z-index:2;
        background: black;
        color: #CCCCCC;
}

#rulerbox {
        border: 0;
        position:absolute;
        left:0px;
        top:173px;
        width:152px;
        height:303px;
        z-index:3;
        background: black;
        color: #CCCCCC;
}

#rulerbox2 {
        border: 0;
        position:absolute;
        left:0px;
        top:468px;
        width:152px;
        height:201px;
        z-index:4;
        background: black;
        color: #CCCCCC;
}



#maincontentbox {
        position:absolute;
        left:150px;
        top:168px;
        width:1177px;
        height:484px;
        z-index:5;
        background: black;
        background-attachment: fixed;
        color: #CCCCCC;
        overflow: auto;

}

#footerbox {
        position:absolute;
        left:150px;
        top:661px;
        width:1218px;
        height:29px;
        z-index:6;
        background: black;
        color: #CCCCCC;

}

.style1 {
        border: 1px solid #FFFFFF;
}

.np1 {
        color: #CCCCCC;
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
        background: black;
        margin-left: 1%;
        margin-right: 3%;


}

.np2 {
        color: #CCCCCC;
        font-family: "Courier New", Courier, monospace;
        background: black;
        margin-left: 1%;
        margin-right: 3%;

}

.np3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #624346;
        font-weight: bold;
        background: black;
        margin-left: 1%;
        margin-right: 3%;

}

.link1 {
         font-size: small
}

.link2 {
         font-family: Georgia, "Times New Roman", Times, serif;
         font-size: medium;
         color: #000033;
         font-weight: bold;
         background: #666666;
}

.link3 {
         font-family: Georgia, "Times New Roman", Times, serif;
         font-size: medium;
         color: #000033;
         font-weight: bold;
         background: #999999;
}

.link4 {
         color: #99FF00;
         background: black;
}

.link5 {
         font-size: x-small;
}

.link6 {
        font-family: Arial, Helvetica, sans-serif;
        font-style: italic;
}


body {
        color: #FFFFFF;
        background: black 
;
}


-->


