﻿body
    {
    background-color:Black;
    }

h1
    {
    color:White;
    font: 18px 'Maiandra GD', Verdana, sans-serif;
    text-align: left;
    font-style:italic;
    text-decoration:underline;
    }

A:link{color:White; text-decoration:none;}
A:visited {color:White; text-decoration:none;}
A:hover {color:Red; text-decoration:none;}

table.sBlackOnWhite
    {
    text-align:center;
    background-color:Black;
    padding:2px;
    vertical-align:middle;
    }
    
#tPhotoGallery
    {
    text-align:center;
    background-color:Black;
    vertical-align:middle;
    border-collapse:collapse;
    }

td.sPhotoGalleryLeftColumn
    {    
    text-align:Left;
    }

td.sPhotoGalleryMiddleColumn
    {    
    text-align:Center;
    }
td.sPhotoGalleryRightColumn
    {    
    text-align:Right;
    }
    
td.sWhiteOnBlack
    {
    Border-style:solid;
    border-color:Black;
    border-width:thin;
    background-color:Black;
    color:White;
    font-weight:bold;
    }
        
td.sBlackOnWhite
    {
    Border-style:solid;
    border-color:White;
    border-width:thin;
    background-color:White;
    color:Black;
    }
        
#dLogo
    {
    position:absolute;
    top:0px;
    left:0px;
    background-image:url('images/LogoSaveForWebBlkMatte310.jpg');
    background-repeat:no-repeat;
    background-color:Black;
    width:310px;
    height:125px;
    }
    
#dBanner
    {
    position:absolute;
    top:0px;
    left:310px;
    background-color:Black;
    width:506px;
    height:125px;
    color: White;
    font: 32px 'Maiandra GD', Verdana, sans-serif;
    text-align: left;
    padding-top:40px;
    padding-left:30px;
    line-height:75%;
    }

#dTopMetal
    {
    position:absolute;
    top:125px;
    left:0px;
    width:100%;
    height:42px;
    background-image:url('images/metal003b.gif');
    background-repeat:repeat;
    }

#dLeftMetal
    {
    position:absolute;
    top:167px;
    left:0px;
    width:176px;
    height:3000px;
    background-image:url('images/metal003b.gif');
    color: White;
    font: 18px 'Maiandra GD', Verdana, sans-serif;
    text-align: center;
    line-height: 200%;
    font-weight: bold;
    }

#dContent
    {
    position:absolute;
    top:167px;
    left:176px;
    background-color:black;
    width:640px;
    height:3000px;
    color: White;
    font: 16px 'Maiandra GD', Verdana, sans-serif;
    text-align: left;
    padding-top:10px;
    padding-left:30px;
    }

ul.sSquareBullets
    {
    list-style-position: outside;
    list-style-type: square;
    line-height: 200%;
    }
    