﻿body
{
    background: #330000;
    color: #FFFFFF;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
img
{
    border: 0;
}




/* main.php */

.left_sidebar
{
    width: 249px;
}
.top_left
{
    height: 16px;
    background-color: #e6e5e5;
}

.top_right
{
    height: 16px;
    background-color: #373737;
}

.main_left
{
    background-color: #ffffff;
    color: #000000;
}

#login_container
{
    background-image: url(images/login_bg.gif);
    background-repeat: no-repeat;
}

#search_container
{
    padding-top: 12px;
    padding-bottom: 13px;
}

.search_table
{
    border: solid 1px #000000;
    background: #ffffff;
}

.black_text
{
    color: #000000;
    font-size: 10px;
}

#container_contact
{
    background-image: url(images/side_bg.gif);
    background-repeat: no-repeat;
}


.address
{
    color: #560405;
    text-align: left;
    font-size: 12px;
    padding-left: 20px;
}



.heading_container
{
    border: solid 1px #000000;
    background: #ffffff;
    width: 224px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.heading_sub_container
{
    background-image: url(images/sub_top.gif);
    background-repeat: no-repeat;
    width: 224px;
    height: 44px;
}

.heading_text
{
    padding-left: 45px;
    padding-top: 10px;
    text-align: left;
    color: #c13000;
    font-size: 20px;
    font-weight: bold;
}


#nav_bar
{
    background-image: url(images/nav_bg.gif);
    height: 112px;
    background-repeat: no-repeat;
}

 #banner
 {
    background-image:url(images/banner_bg.gif);
    background-repeat:repeat-x;
    height:147px;
    color:#bb1b00;
    font-size:30px;
    font-weight:bold;
    font-family: Times New Roman, Verdana, Arial;
 }

#main_content
{
    font-family: Verdana,Arial,sans-serif;
    text-align: justify;
    font-size: 11px;
    margin-top:10px;
    margin-bottom:20px;
    margin-right:20px;
}


/* photo_gallery.php */
.browse_photo_link:hover
{
    text-decoration: underline;
}
.browse_photo_link
{
    text-decoration: none;
    color: #000000;
}


/* footer.php */
#footer
{
    font-size: 13px;
    text-align: center;
    background-color: #373737;
    min-height: 38px;
}

#footer ul
{
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width:589px;
}

#footer li
{
    display: inline;
    padding: 0pt 5px 0pt 7px;
}

#footer li a
{
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;    
}

.sitemap_bracket
{
    font-size: 13px;
    color: #f16f08;
}

#footer li a:hover
{
    text-decoration: underline;
}



/* photo_gallery.php */

.album_link
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.album_link:hover
{
    text-decoration: underline;
}
