.ul
{
    text-decoration: underline;
}
.bold
{
    font-weight: bold;
}

HTML, BODY
{
    background: #000000 url(images/page/big-bg.jpg) bottom right fixed no-repeat;
    color: #000000;
    font-family:arial, sans-serif;
    height: 100%;
}

A:hover
{
    color:#cb5004;
    background: transparent;
}
A.nav:hover
{
    color:#000000;
    background: transparent;
}
A.nav:first-child
{
    border-left: thin dotted #ffffff;
}
A.nav
{
    background: transparent;
    background-repeat:repeat-x;
    color:#cb5004;
    width:145px;
    height:30px;
    display:block;
    float:left;
    text-transform:capitalize;
    font-weight:bold;
    font-size:x-large;
    text-align:center;
    text-decoration:none;
    border-right:thin dotted #ffffff;
    text-shadow: 4px 3px 4px #ffffff;
}
A.thumbnail
{
    top:auto;
    bottom:auto;
}
A.galleryLink:hover
{
    text-decoration: underline;
}
A.galleryLink
{
    display: block;
    margin-bottom: -20px;
}
A.newGallery
{
    padding-right: 25px;
    padding-top: 4px;
    background: url('images/page/new.png') no-repeat top right;
}
A
{
    color: #000000;
    font-style:normal;
    font-weight:900;
    text-decoration:none;
}

P.warning
{
    font-weight: bold;
    background-color: red;
}
P.largeImageCaption
{
    width: 100%;
    text-align: center;
    margin: 0;
    color: white;
}
P.logo
{
    color:#cb5004;
    text-shadow: 4px 3px 4px #ffffff;
    text-align:left;
    font-weight:bold;
    font-size:20pt;
    letter-spacing: 8pt;
    background: transparent;
}
P.footer
{
    text-align:left;
    font-weight:normal;
    font-size:xx-small;
    float:left;
}
P.contact
{
    text-align:center;
}
P.bodyText
{
    text-align:justify;
    width:45%;
    float:left;
}
P.showAll
{
    margin-top: 0px;
    text-align:right;
}
P
{
    background: transparent;
    color:#000000;
    text-align:justify;
    font-size:medium;
    font-weight:400;
    margin:10px;
}

SPAN.subhead
{
    font-size:12pt;
    font-weight:normal;
}
SPAN.guestbook
{
    font-weight:bold;
}

UL
{
    color: #000000;
    display:block;
    float:none;
}

LI.guestbook
{
    text-align:justify;
    float:none;
}

INPUT.other
{
    visibility:hidden;
}

H3
{
    text-align: center;
    color: #000000;
}
H1
{
    text-align: center;
    width:100%;
}


HR
{
    color: #b3b3b3;
    background-color: #b3b3b3;
}
HR.spacer
{
    width:100%;
    display:block;
    visibility:hidden;
    clear:both;
}
HR.guestbook
{
    width:90%;
    display:block;
    clear:left;
    height:3px;
    color:#000000;
    background-color:#000000;
    border:0px;
    padding:0px;
    margin-top:0px;
}

IMG.main
{
    margin-top: 50px;
    border: 3px solid black;
}
IMG.affiliate
{
    margin:2px;
}
IMG.nav
{
    margin:0px;
}
IMG.contact
{
    max-width: 400px;
    width:400px;
}
IMG.thumb
{
    border: 1px solid #ffffff;
    margin: 2px;
    padding: 4px;
    background: #000000;
}
IMG.large
{
    background: #000000;
    max-width: 750px;
    max-height: 750px;
}
IMG
{
    border:0px;
    padding:0px;
}

DIV#darkenBG
{
    z-index: 9999;

    background-color: #000000;
    opacity: 0.7;
    -moz-opacity:0.70;
    filter: alpha(opacity=70);
    height: 100%;
    width: 100%;
    background-repeat:repeat;
    position:fixed;
    top: 0px;
    left: 0px;
}
DIV#displaybox
{
    z-index: 10000;

    background: #000000 url('images/page/load.gif') no-repeat center center;
    border: 2px solid white;
    width: 800px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -400px;
    min-height: 200px;
}
DIV.closebox:hover
{
    background: url('images/page/x-red.png') no-repeat;
}
DIV.closebox
{
    background: url('images/page/x.png') no-repeat;
    color: white;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    right: -25px;
    top: -25px;
}
DIV.affiliate
{
    float: right;
    margin-right: 10px;
}
DIV.gallery
{
    margin: 10px;
    float: right;
    width: 70%;
    padding-left: 10px;
    border-left: thin solid black;
}
DIV.galleryLinks
{
    width: 200px;
    height: 100%;
    text-align:center;
    float:left;
    margin: 10px;
}
DIV.nav
{
    height:31px;
    text-align:left;
    border:hidden;
}
DIV.logo
{
    border:hidden;
    height:40px;
}
DIV.topBar
{
background: #b3b3b3 url(images/page/div-bg.jpg) bottom right fixed no-repeat;
    width:75%;
    min-width:850px;
    max-width:1200px;
    margin-left:5%;
    margin-right:5%;
    height:100px;
    border:thin solid #000000;
    border-bottom:none;
}
DIV.bottomBar
{
    height:80px;
    float:none;
}
DIV.bodyLeft
{
    width:50%;
    text-align:justify;
    float:left;
}
DIV.bodyRight
{
    width:45%;
    float:right;
}
DIV.body
{
    background: #b3b3b3 url(images/page/div-bg.jpg) bottom right fixed no-repeat;
    width:75%;
    min-width:850px;
    min-height:400px;
    max-width:1200px;
    margin-left:5%;
    border:thin solid #000000;
    border-top:hidden;
}
DIV
{
    text-align:center;
}