﻿body
{
    background-image: url( "Images/PageBackground.jpg" );
    background-repeat: repeat-y;
    background-position: center;
    background-color: #781d20;
    margin: 25px 0px 25px 0px;
}

#Wrapper
{
    border: 5px solid #000000;
    font-family: Verdana;
    font-size: 14px;
    width: 800px;
    margin: 0px auto 0px auto;
    background-color: #FFFFFF;
}
   
#Header
{
    background-image: url('Images/Header.jpg');
    height: 166px
}   

#HeaderLogo
{
    margin-left: 150px;
}
   
#Content
{
    padding: 10px 35px 25px 35px;
}

#Navagation
{
    background-color: #C0C0C0;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-top-color: #000000;
    border-bottom-color: #000000;
    height: 30px;
    font-size: 18px;

}

div#menu
{
    height: 30px;
    color: #000;
    width: 800px;
}
div#menu ul
{
    margin: 0px;
    line-height: 30px;
    white-space: nowrap;
    text-align: center;
}
div#menu li
{
    list-style-type: none;
    display: inline;
}
div#menu li a
{
    text-decoration: none;
    color: #000;
    padding-right: 50px;
    padding-left: 0px;
    text-align: center;
}

div#menu li a:hover
{
    color: #781d20;
    text-decoration: underline;
}

#Footer
{
    padding: 20px 35px 10px 35px;
    font-size: small;
    text-align: center;
}

div#FooterMenu
{
    color: #000;
    padding: 0px;
}
div#FooterMenu ul
{
    margin: 0px;
    line-height: 15px;
    white-space: nowrap;
    text-align: center;
}
div#FooterMenu li
{
    list-style-type: none;
    display: inline;
}
div#FooterMenu li a
{
    text-decoration: none;
    color: #000;
    padding-right: 30px;
}

div#FooterMenu li a:hover 
{
    color: #781d20;
    text-decoration: underline;
}

hr#Footer
{
    border: solid 1px #000;
}

#AboutPhoto
{
    float: right;
}


div#PortfolioNav
{
    border: 2px solid #000000;
    height: 30px;
    color: #000;
    font-size: 18px;
    background-color: #eeeeee;
}
div#PortfolioNav ul
{
    margin: 0px;
    line-height: 30px;
    white-space: nowrap;
    text-align: center;
}
div#PortfolioNav li
{
    list-style-type: none;
    display: inline;
}
div#PortfolioNav li a
{
    text-decoration: none;
    color: #000;
    padding-right: 40px;
    padding-left: 0px;
    text-align: center;
}

div#PortfolioNav li a:hover
{
    color: #781d20;
    text-decoration: underline;
}

#PortfolioContent
{
    text-align: center;
}