﻿body
{
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #203248;
    text-align: center;
    background: #bfd3d1 url(images/main_bg.jpg) repeat-x scroll 0 0;
}

img
{
    border: 0;
}

a
{
 text-decoration:none;   
}



/* main.php */

#banner
{
    width:939px;
    height:111px;
    background:url(images/banner.jpg) no-repeat scroll 0 0;
}


.main_container
{
    background: White;
}

#nav_bar
{
    background: transparent url(images/nav_bar.jpg) repeat-x scroll 0 0;
    height: 47px;
}

.spacer1
{
    height: 3px;
    background: #9fa975;
    font-size:0px;
    line-height:0;
}

.spacer2
{
    height: 8px;
    background: #82a7a0;
    font-size:0px;
    line-height:0;
}


.left_sidebar
{
    background: #c0e2e7;
    width: 274px;
}

#nav_bg_main a.top
{
    border-top:none;
}

#nav_bg_main a.bottom
{
    border-bottom:none;
}

#nav_bg_main a
{
    display: block;
    padding: 0;
    margin: 0;    
    color: #3d3d3e;
    font-size: 12px;
    text-decoration: none;
    padding-top: 18px;
    padding-bottom: 12px;
    margin-left: 23px;
    margin-right: 24px;
    padding-left:10px;
    border-bottom:solid 1px #89b8bf;
    border-top:solid 1px #ffffff;
}


#nav_bg_main a:hover, #nav_bg_main a.selected
{
    color: #00353b;
}

#left_sub_menu
{
    background-color: #00353b;
    margin-left: 10px;
    width: 178px;
    border-top: solid 1px #00353b;
}

#nav_bg_sub a
{
    display: block;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: solid 1px #00353b;
    border-right: solid 1px #00353b;
    border-left: solid 1px #00353b;
    color: #e3e014;
    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: #00353b;
    background-color: #e3e014;
}

#main_content
{
    overflow-y: visible;
    font-family: Verdana,Arial,sans-serif;
    text-align: justify;
    font-size: 11px;
    min-height: 500px;
    color: #203248;
    margin: 10px;
    width:640;
}


/* footer.php */

#footer
{
    height:50px;
    background:#d2dab2;
    margin:10px;
    text-align:center;
}

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

#footer li
{
    display: inline;
    font-size: 12px;
    color: #514f4f;
}

#footer li a
{
    color: #514f4f;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 15px 10px 15px 10px;
    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: Black;
    font-size: 10px;
}

