﻿body
{
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: #a4163f url(images/bg.gif) repeat fixed;
    color: #550c08;
    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
{
    display: block;
}


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

#nav_bar
{
    background-color: #faeab3;
    height: 30px;
}

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

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


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

.left_sidebar
{
    background: #e7ddb8;
}

#left_sub_menu
{
    background-color: #faeab3;
    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: #951310;
    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: #faeab3;
    background-color:#951310;
}

.left_sidebar_text
{
 color:#ab1e00;
 font-size:12px;
 font-weight:bold;
 padding:10px;   
}

#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: bold;
    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;
}