body {
        background: #313942 url(/images/interface/back.gif) repeat;
        margin:0;
        padding:0;
        height:100%;
        }
        
/* Fonts ----------------------------------------------------------- */
h1 {
        font:bold 15px Arial, Helvetica, sans-serif;
        text-transform:uppercase;
        color:#373737;
        border-bottom:1px solid black;
        margin:0;
        padding:5px 0 5px 5px;
        background-color:#e1e1e1;
        }       
        
h2 {
        font:bold 14px Arial, Helvetica, sans-serif;
        color:#373737;
        border-bottom:1px solid #d6d6d6;
        margin:0;
        padding:5px 0 5px 0;
        }       

.bodyText {
        font:12px Arial, Helvetica, sans-serif;
        color:#373737;
        }
        
.bodyText a:link, .bodyText a:visited {
        color:#3333CC;
        }
        
.whiteText {
        font:11px Arial, Helvetica, sans-serif;
        color:#ffffff;
        }
        
.whiteText a:link, .whiteText a:visited {
        color:#FFCC00;
}

.whiteText a:hover, .whiteText a:active {
        color:#FF0000;
}

.yellowText {
        font:10px Arial, Helvetica, sans-serif;
        color:#ffffff;
        }
        
.yellowText a:link, .yellowText a:visited {
        color:#FFCC00;
        text-decoration: none;
}

.yellowText a:hover, .yellowText a:active {
        color:#FF0000;
        text-decoration: underline;
}

.yellowHead {
        font:bold 12px Arial, Helvetica, sans-serif;
        color:#ffffff;
}

.linkcat { 
        font: 9pt/12pt Verdana, Arial, Helvetica, sans-serif; 
        color: #000000;
        padding: 0 10px 0px 10px;
        font-size: 13pt;
        font-weight: bold;
}

.link {
        font: 9pt/12pt Verdana, Arial, Helvetica, sans-serif; 
        color: #000000;
        padding: 0 0 0 5px;
        font-size: 8pt;
}    

.titletext { 
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 14px;
        color: #00274F;
        padding: 8px 8px 8px 0px;
}

/* Layout ----------------------------------------------------------- */
        
#mainContainer {
        width:750px;
        margin:0 auto;
        background:#000000;
        border-left: 2px solid black;
        border-right: 2px solid black;
        height:auto;
        }
        
#mainContainerInside {
        width:750px;
        margin:0 auto;
        background:#ffffff;
        border-left: 2px solid black;
        border-right: 2px solid black;
        height:auto;
        }
        
#siteTop {
        background: #86b6f0 url(images/interface/top.jpg) no-repeat;
        height:186px;
        clear:both;
        }
        
#whiteBar {
        background-color:#ffffff;
        height:1px;
        clear:both;
        margin:0;
        padding:0;
        }
        
#leftContainer {
        width:577px;
        margin:0;
        padding:0;
        background-color:#8a8e72;
        float:left;
        }
        
#frontBox {
        width:567px;
        margin:0px auto 7px auto;
        background:#ffffff url("/images/interface/corners/crime_bottom.gif") bottom no-repeat;
        padding:0;
        } 
        
#front1 {
        width:288px;
        height:100%;
        margin:0;
        padding:0;
        background:#8d8d8d;
        float:left;
        }
        
#front1Content {
        width:277px;
        margin:0;
        padding:0;
        border-left: 1px solid black;
        border-right: 1px solid black;
        background:#222222 url(/images/interface/corners/black_top) top no-repeat;
        }
        
#front2 {
        width:289px;
        height:337px;
        margin:0;
        padding:0;
        background:#ffffff;
        float:right;
        }
        
#rightContainer {
        width:173px;
        background-color:#000000;
        height:auto;
        margin:0;
        padding:0;
        float:right;
        }
        
#albumlist {
        list-style-type:none;
        }
        
#albumlist li {
        float:left;
        margin:5px;
        padding:5px;
        height:150px;
        width:100px;
        border: 1px solid #888888;
}
        
#albumlist img {
        display:block;
        border: 1px solid #000000;
        margin: 5px auto;
}

.picture-caption, .shortcaption {
        font: bold 8pt Verdana, Arial, Helvetica, sans-serif; 
        text-align:center;
}
        
        
#footer {
        width:730px;
        margin: 0 auto;
        padding:10px;
        background:#444444;
        border:2px solid black;
        text-align:center;
        }
        
.imgRight {
        float:right;
        }
        
.clearDiv {
        clear:both;
        }
        
/* Navigation Menu --------------------------------------------------- */
        
#navBar {
        width:576px;
        background-color:#db0009;
        margin:0;
        padding:0;
        float:left;
        }
        
#nav, #nav ul {
        float: left;
        width: 576px;
        list-style: none;
        background:#db0009;
        font-weight: bold;
        padding: 0;
        border: solid #000000;
        border-width: 1px 0;
        margin:0;
}

#nav a {
        display: block;
        width: 81px;
        height:19px;
        text-align:center;
        color: #ffffff;
        text-decoration: none;
        padding: 5px 0 0 0;
				border-right:1px solid black;
}

#nav li {
        float: left;
        padding: 0;
        width: 81px;
        font: bold 12px Arial, Helvetica, sans-serif;
}

#nav li ul {
        position: absolute;
        left: -999em;
        height: auto;
        width: 150px;
        font-weight: normal;
        border-width: 1px;
        margin: 0;
}

#nav li ul li {
        background:#ffffff;
        }
        
#nav li ul li a:hover, #nav li ul li a:hover {
   color:#ffffff;
        }

#nav li li {
        width: 150px;
}

#nav li ul a {
        width: 150px;
        color:#000000;
}

#nav li ul ul {
        margin: 0;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
        left: -999em;
}

#nav li:hover ul, #nav li li:hover ul,  #nav li.sfhover ul, #nav li li.sfhover ul {
        left: auto;
}

#nav li:hover, #nav li.sfhover {
        background: #9f0007;
}

.adblock {
        background: #000000 url(/images/interface/banbk.gif) repeat-x; 
        padding:5px; 
        text-align:center;
}

.adtext {
        font:10px Arial, Helvetica, sans-serif; 
        color:#FFFFFF; 
        margin:0 0 1px 0;
}