.calendar
{
    width: 670px;
    border-collapse: collapse;
}
    .calendar td, .calendar th
    {
        border: 1px solid #555;
        font-size: 80%;
        min-height: 100px;
    }

h1, h2, h3
{
    margin: 0;
    padding: 0;
}
.clear
{
    clear: both;
}

li.photo_category
{
    font-weight: bold;
}

.photo_list_item
{
    float: left;
    border: 1px solid #aaa;
    margin: 6px;
    padding: 6px;
}
    .photo_list_item a img
    {
        border: none;
    }
.photo_list_end
{
    clear: both;
}

html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}
body
{
    background: #fff url(headerbg.png) top left repeat-x;
    font-family: "Verdana", "Arial", sansserif;
    font-size: 90%;
}

#container
{
    margin: auto;
    width: 976px;
    background: url(containerbg.jpg) 0 200px no-repeat;
}
    #header
    {
        
    }
        #header h1
        {
            
        }
            #header h1 a
            {
                height: 200px;
                background: url(header.gif) center center no-repeat;
                display: block;
            }
                #header h1 span
                {
                    display: none;
                }
    #main
    {
        margin-left: 25px;
        margin-right: 25px;
        padding-top: 10px;
        min-height: 300px;
    }
        #nav
        {
            float: left;
            width: 204px;
            padding: 5px;
            /*background: #fff;*/
            font-size: 80%;
        }
            #nav h2
            {
                display: none;
            }
            #nav h3
            {
                cursor: pointer;
                padding-left: 10px;
                background: #eee;
                border: 1px solid #ccc;
                margin-top: 3px;
            }
            #nav a
            {
                height: 24px;
                display: block;
                margin-bottom: 1px;
                line-height: 24px;
                color: #fff;
                padding-left: 7px;
                text-decoration: none;
                letter-spacing: 1px;
                background-color: #999999;
                width: 190px;
                border-right: 0px solid #444;
            }
            #nav span#current_page
            {
                height: 24px;
                display: block;
                margin-bottom: 1px;
                line-height: 24px;
                color: #000;
                padding-left: 7px;
                text-decoration: none;
                letter-spacing: 1px;
                font-weight: bold;
                background-color: #ccc;
                width: 190px;
            }
            #nav br
            {
                display: none;
            }
            #nav a.css:hover
            {
                margin-left: 7px;
                background-color: #cacaca;
                color: #000;
                border-right-width: 20px;
                width: 170px;
                letter-spacing: 3px;
            }
        #content
        {
            float: left;
            width: 523px;
            padding: 10px;
            padding-left: 15px;
        }
        #sidebar
        {
            float: left;
            width: 228px;
            padding: 5px;
        }
    #footer
    {
        text-align: right;
        font-size: 80%;
        padding-right: 10px;
        background: url(footer.png) top center no-repeat;
        height: 24px;
        line-height: 24px;
    }
