﻿body
{
    background: #0a2f49 url("../img/bg_body.jpg") repeat;
    border-top: 5px solid #0a2f49;
    color: #333;
    font-size: 13px;
    padding: 0 0 40px;
}


a:link
{
    color: blue;
    text-decoration: none;
}
a:visited
{
    color: blue;
    text-decoration: none;
}
a:hover
{
    color:Orange;
    text-decoration: underline;
}
a:active
{
    color: blue;
    text-decoration: underline;
}

a.links2:link
{
    color: #ffffff;
    text-decoration: none;
}
a.links2:visited
{
    color: #ffffff;
    text-decoration: none;
}
a.links2:hover
{
    color: #ffffff;
    text-decoration: underline;
}
a.links2:active
{
    color: #ffffff;
    text-decoration: none;
}



.container_24
{
    padding-top: 0px;
}

#page
{
    background: #f7f2e0 url("../img/bg_page.jpg") repeat-y;
}
#header
{
    background: #540115 url("../img/bg_header.jpg") no-repeat;
    height: 150px;
    background-position: center center;
    border-bottom: solid 1px black;

}
#tponavbar
{
    background: #540115;
    font-size: 11px;
    
}
#NavBarDiv {
margin-left: -2px;
}
#arealinks
{
    font-family: Georgia, serif;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 0;
    text-align: center;
    background-color: #4587b5;
    color: White;
}
#time_date
{
    text-align: left;
    padding-bottom: 5px;
    font-size: x-small;
    font-weight: bold;
    color: #f7f2e0;
}
#photostrip{
height:100px;
background: #f7f2e0 url("../img/bg_photostrip.jpg") no-repeat;
}
#maincontent{
 background: url("../img/bg_page.png") repeat-y;
 

}
#leftcolumn{
}
#centercolumn{


}
#rightcolumn{

}
#footer {
text-align:center;

 }
