﻿body { margin:0; padding:0; background-color:#E6E6E6; height:auto;
}

h1
{
    font-family: Arial, Sans-Serif; font-size:13px; color:#ffffff; background-color:#2B2100; padding:3px; margin:0 0 5px 0;
}
h2
{
    font-family: Arial, Sans-Serif; font-size:13px; color:black; margin:0;
}
p
{
     font-family: Arial, Sans-Serif; font-size:12px; color:Black; margin:10px;   
}
.img_caption
{
    font-family: Arial, Sans-Serif; font-size:9px; color:#5b5b5b; margin:0 10px 0 0; text-align:right;
}
.img_caption a
{
    font-family: Arial, Sans-Serif; font-size:9px; text-align:right; float:right;
}
.history_h1
{
    margin-bottom:0;
}
#history_bottom
{
    margin:0 0 5px 0;

}

#main_holder a
{
     font-family: Arial, Sans-Serif; color:#673b15;  
}
#main_holder ul
{
    font-family: Arial, Sans-Serif; font-size:11px; color:Black; list-style-type:circle;
}
a
{
     font-family: Arial, Sans-Serif; font-size:11px; color:Black;  
}
#footer p
{
     font-family: Arial, Sans-Serif; font-size:10px; color:#5b5b5b;   
}
#position_holder
{
    width:900px;
    height:100%;
    margin:auto;
    
}
#container
{
    width:900px;
    min-height:100%;
    height:auto;
    margin:auto;
    background-color:#FFFFFF;
    background-image:url("Images/c_bg.jpg");
    background-repeat:no-repeat;
    background-position:bottom;
    clear:both;
    position:absolute;
    top:0px; 
}
#content_container
{
    width:890px;
    height:100%;
    margin:auto;
    clear:both;   
}
#header
{
    width:100%;
    height:70px;
}
.logo
{
    margin:15px 0 0 20px;
}
#banner
{
    width:100%;
    height:250px;
    margin-bottom:5px;
    background-image:url("Images/banner.jpg");
    background-repeat:no-repeat;
}
#content_holder
{
    width:100%;
    height:auto;
    clear:both;
}

.map
{
    float:right;
    margin:10px;
}




.year
{
    margin:0 0 0 10px; width:100%; height:auto; font-weight:bold; font-size:18px;
}
.months_container
{
    width:825px; height:auto; clear:both; border-left:solid 2px black; margin-left:25px;
}
.months
{
    width:100%; height:auto; margin:0 0 5px 10px; background-color:#E6E6E6; padding:5px;
}
.months p
{
   font-family: Arial, Sans-Serif; font-size:12px; color:#2B2100; 
}
.month_header
{
    font-family: Arial, Sans-Serif; font-size:13px; color:Black; font-weight:bold; margin:0;
}

.topnav
{
    background-color:#2B2100;
    padding:5px;
    padding-left:15px;
    padding-right:15px;
    color:White;
    font-weight:bold;
    font-size:13px;
    float:right;
    text-decoration:none;
    margin-top:20px;
}
