﻿body
{
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: #82203a;
    color: #640f22;
    text-align: center;
}
img
{
    border: 0;
}




/* main.php */

.wrapper
{
    border-left: solid 1px #a6a6a6;
    border-right: solid 1px #a6a6a6;
    border-bottom: solid 1px #a6a6a6;
}

#banner
{
 border-bottom:solid 8px #e1af46;   
}

#spacer
{
    height: 2px;
    overflow: hidden;
}

#nav_bar
{
    background: Black url(images/nav_bar_bg.jpg) no-repeat;
    height: 191px;
}

#nav_bg_main a
{
    display: block;
    padding: 0;
    margin: 0;
    width: 187px;
    height: 27px;
    background-image: url(images/side_nav_bg.gif);
    background-repeat: repeat-y;
    color: White;
    font-size: 13px;
    text-decoration: none;
    padding-top: 13px;
    padding-left: 48px;
    font-weight: bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-bottom:1px;
}

* html #nav_bg_main a
{
    /*IE only hack*/
    width: 235px;
    height: 40px;
}


#nav_bg_main a:hover, #nav_bg_main a.selected
{    
    background-image: url(images/side_nav_bg_rollover.gif);
}

.left_sidebar
{

}

#left_sub_menu
{
    width: 235px;
}

#nav_bg_sub a
{
    display: block;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: solid 1px #faeab3;
    border-right: solid 1px #faeab3;
    border-left: solid 1px #faeab3;
    color: #b42f4d;
    background:White;
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

#nav_bg_sub a:hover, #nav_bg_sub a.selected
{
    color: White;
    background-color:#b42f4d;
}



#main_content
{
    overflow-y: visible;
    font-family: Verdana,Arial,sans-serif;
    text-align: justify;
    font-size: 11px;
    padding: 10px;
}


/* footer.php */

#footer
{
    margin-top: 5px;
    margin-bottom: 5px;
}

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

#footer li
{
    display: inline;
    font-size: 11px;
    color: #ffffff;
}

#footer li a
{
    color: White;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
    padding: 0 5px 0 7px;
    text-decoration: none;
}


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


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

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

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

.copyright
{
    color: White;
    font-size:10px;
}