﻿body 
{
    font-family:vardana, Arial, Sans-Serif;
    font-size:120%;
      
    
}
#Nav
{
    border-right:solid thin black;
}

#Nav a
{
    color:Black;
    text-decoration:none;
}

#Nav a:hover
{
    color:White;
    list-style-type:disc;
}
    


#Area
{
    background:#b7a18a;
    border-left-style:solid;
    border-left-width:thick;
    border-left-color:Black;
    border-right-style:solid;
    border-right-width:thick;
    border-right-color:Black;
}

#Nav ol
{
    list-style-type:none;
    list-style-position:outside;
    text-align:left;

}
#Content
{
    text-align:left;
}


#Top
{
    background:bottom url(images/Site/Area-Top.jpg) no-repeat ;
    height:8px; 
}
#Bottom
{
    background:Top url(images/Site/Area-Bottom.jpg) no-repeat ;
    height:8px; 
}