﻿body
{
    font-family:Georgia;
    font-size:.8em;
    color:#736959;
}

#content
{
    min-height:200px;
    background-image:url("../Images/shade.jpg");
    background-repeat: repeat-x;
}

#divContentStripe
{
    text-align:center;
    min-height:30px;
    border-bottom:2px solid #8e6e2e;
    border-top:3px solid #603a13;
    background-color:#ab9c84;
	clear:both;
}

#contentArea
{
    padding-top:10px;
    
    width:780px;
    margin:0 auto;
}

.ContentTitle
{
    border-bottom:1px solid #736959;
    color:#736959;
    font-size:2em;
    margin-bottom:10px;
}



#divHeaderStripe
{
    background-image:url("../Images/topStripe.gif");
    height: 6px;
}

#divFooterStripe
{
    background-image:url("../Images/topStripe.gif");
    height: 6px;
}

#divHeader
{
 width:780px;
 margin:0 auto;
 clear:both;   
}

.HeaderLogo
{
    float:left;
}

#divNavigation
{
    float:right;
    width:240px;
    margin-top:80px;
}

#NavigationList
{
    list-style-type: none;
    color:#784607;
}

#NavigationList li
{
    float: left; 
    margin-right:10px;
}

#NavigationList li a
{
    text-decoration:none;
    color:#784607;
}

#NavigationList li a:hover
{
    color:#8e6e2e;
    border-bottom:dotted 1px #736959;
}

   
    
