﻿body {
    margin: 0px;
    border:hidden;
    border-color:#000000;
    margin-top: 0px;
    background-image:url(images/stripes.gif);
    background-color: black;
    background-position:top;
    background-repeat:repeat;
    height:100%;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    position: relative;
}

h1
{
    color: White;
}

.fixed-size
{
    margin: 0 auto;
    width: 860px;
    height: 550px;
}

.mainBody
{
    position: relative; 
    color: Silver;
    margin-top: 20px;
    background-color: Black;
}

.cph
{
    padding: 20px;
}

.dropDown
{
    margin-top: 20px;
}

/************************************************************************************************
Text and Body Areas
************************************************************************************************/
.copyright
{
    color: Silver;
    text-align: right;
    font-size: small;
}


/************************************************************************************************
Navigation
************************************************************************************************/
#Nav 
{
    position: absolute;
    width: 100%;
    background-color: #111111;
    color: White;
    margin: 0;
    padding-top: 5px;
    padding-left: 0px;
    border-bottom: solid 4px white;
    border-top: solid 4px white;
    height: 20px;
    bottom: 0px;
}

#Nav li
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#Nav a
{
    font-size: smaller;
    float: left;
    line-height: 14px;
    font-weight: bold;
    width: 143px;
    text-decoration: none;
    color: Silver;
    text-align: center;
}

.NavActive, #Nav a:active, #Nav a:hover
{
    border-bottom: 4px solid red;
    padding-bottom: 2px;
    color: White;
}

.mainImage
{
    margin: 10px auto 10px auto;
    height: 325px;
    width: 325px;
}

.thumbImage
{
    height: 100px;
    width: 100px;
    margin: 5px;
}

.imgNav
{
    height: 100px;
    width: 50px;
    margin: 4px;
}