/* dsbp.cx/ionic stylesheet */

body {
    background-color: #6f2524; 
    font: 12px/1.5 "Verdana", "Arial", sans-serif; 
    color: #000000;
    margin: 0;
}
a:link {color: #999999 ; text-decoration: none}
a:hover {color: #cccccc; text-decoration: none}
a:visited {color: #999999 ; text-decoration: none}
a:visited:hover {color: #999999; text-decoration: none}
a:active {color: #999999 ; text-decoration: none}
p {margin: 0; margin-bottom: 30px;}
img {border-width: 0px}


#logo {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 140px;
    background-color: #6f2524;
    background-image: url('/ionic/maintopspacer.jpg');
    vertical-align: middle;
    color: white;
    z-index: 99;
}

#menu {
    position: fixed;
    top: 140px;
    left: 0px;
    bottom: 0px;
    width: 120px;
    background-color: #6f2524;
    z-index: 95;
}

#content {
    position: absolute;
    top: 140px;
    left: 130px;
    right: 10px;
    height: auto;
    background-color: #6f2524;
    z-index: 0;
}


