﻿body
{
    background: #142e64 url(images/main_bg.gif) repeat-x;
    color: #000000;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
img
{
    border: 0;
}




/* main.php */

#banner
{
    border-bottom: solid 1px #f1f3f6;
    background-image: url(images/banner.jpg);
    background-repeat: no-repeat;
    width: 770px;
    height: 135px;
    z-index: 1;
}

#left_sidebar
{
    float: left;
    z-index: 999;
    margin-top: -59px;
}

#nav_bar
{
    background-color: #fffeef;
    width: 212px;
}

#photo_gallery
{
    width: 212px;
    height: 148px;
    background-color: #ffffff;
    text-align: center;
}

#photo_gallery a
{
    text-decoration: none;
    color: #010a53;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
#photo_gallery a:hover
{
    color: #4a56ba;
}



#image_rotator
{
    width: 191px;
    height: 114px;
    text-align: center;
    margin-top: 10px;
}

#main_content
{
    background: #ffffff url(images/content_bg.gif) no-repeat;
    width: 529px;
    overflow-y: visible;
    font-family: Verdana,Arial,sans-serif;
    text-align: justify;
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 225px;
}


/* footer.php */
#footer ul
{
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#footer li
{
    display: inline;
    font-size: 10px;
    color: #72c723;
}

#footer li a
{
    padding: 0pt 5px 0pt 7px;
    font-size: 10px;
    color: #72c723;
    text-decoration: none;
}


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


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

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

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

