/* dsbp.cx stylesheet */

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

#borderleft {
    position: fixed;
    top: 15px;
    left: 0px;
    width: 15px;
    height: 100%;
    background-image: url('/pics/border-left.jpg');
    background-repeat: repeat-y;
    z-index: 96;
}

#borderright {
    position: fixed;
    top: 15px;
    right: 0px;
    width: 15px;
    height: 100%;
    background-image: url('/pics/border-right.jpg');
    background-repeat: repeat-y;
    z-index: 96;
}

#bordertop {
    position: fixed;
    top: 0px;
    left: 15px;
    width: 100%;
    height: 15px;
    background-image: url('/pics/border-top.jpg');
    background-repeat: repeat-x;
    z-index: 96;
}

#borderbottom {
    position: fixed;
    bottom: 0px;
    left: 15px;
    width: 100%;
    height: 15px;
    background-image: url('/pics/border-bottom.jpg');
    background-repeat: repeat-x;
    z-index: 96;
}

#cornerone {
    position: fixed;
    top: 0px; left: 0px; width: 15px; height: 15px;
    background-color: black; z-index: 97;
}

#cornertwo {
    position: fixed;
    top: 0px; right: 0px; width: 15px; height: 15px;
    background-color: black; z-index: 97;
}

#cornerthree {
    position: fixed;
    bottom: 0px; left: 0px; width: 15px; height: 15px;
    background-color: black; z-index: 97;
}

#cornerfour {
    position: fixed;
    bottom: 0px; right: 0px; width: 15px; height: 15px;
    background-color: black; z-index: 97;
}

#logo {
    position: fixed;
    top: 15px;
    left: 15px;
    width: 150px;
    height: 65px;
    background-color: #111111;
    z-index: 99;
}

#title {
    position: fixed;
    top: 15px;
    left: 165px;
    width: 100%;
    height: 65px;
    background-color: #111111;
    font: 9px "Verdana", "Arial", sans-serif; 
    z-index: 95;
}

#searchgemm {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 200px;
    height: 30px;
    background-color: #111111;
    text-align: right;
    font: 9px "Verdana", "Arial", sans-serif; 
    z-index: 96;
}

#paypal {
    position: fixed;
    top: 45px;
    right: 15px;
    width: 200px;
    height: 15px;
    background-color: #111111;
    text-align: right;
    font: 9px "Verdana", "Arial", sans-serif; 
    z-index: 95;
}

#menu {
    position: fixed;
    top: 80px;
    left: 15px;
    bottom: 15px;
    width: 150px;
    background-color: #111111;
    z-index: 95;
}

#content {
    position: absolute;
    top: 80px;
    left: 168px;
    right: 15px;
    height: auto;
    background-color: #111111;
    z-index: 0;
}

.tip {
    font:10px/12px Verdana,Arial,Helvetica,sans-serif; 
    color:white; 
    border:solid 3px #444444; 
    width:400px; 
    padding:3px;
    position:absolute; 
    z-index:100;
    visibility:hidden; 
    top:20px;
    left:90px; 
    background-color:#000000;
    layer-background-color:#000000;
}
