﻿*
{
    padding: 0;
    margin: 0;
}
body
{
    margin-top: 10px;
    background-color: #999999;
    color: White;
    font-family: Arial, Sans-Serif;
    width: 100%;
    font-size: 10pt;
}
a
{
    text-decoration: none;
    color: White;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
}

#frame
{
    width: 800px;
    height: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    width: 600px;
    background-color: Black;
    border-top: solid 10px #ccccdd;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 10px 10px 10px 10px;
    float: left;
    cursor:pointer;
    background-image:url("Images/bg.jpg");
}
#navigation
{
    width: 160px;
    float: left;
    padding: 5px 5px 5px 5px;
    line-height: 22px;
    clear: right;
    height: 150px;
    background-color: #555555;
    border-top: solid 10px #ddddff;
}

#mainMenu
{
    list-style: none;
    text-align: left;
}
#mainMenu li a
{
    display: block;
    border: solid 1px #444444;
    width: 150px;
    margin-bottom: 1px;
    font-size: 9pt;
    padding-left: 5px;
    color: #ffffdd;
    font-weight: bold;
    letter-spacing: 1.5pt;
    text-decoration: none;
    background-color: #666666;
}
#mainMenu li a:hover
{
    background-color: #888888;
}

#leftContent
{
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    background-color: #555555;
    text-align: left;
    padding: 10px 10px 10px 10px;
    border-top: solid 10px #ccccdd;
    color: #ffffdd;
}
#leftContent ul
{
    list-style: none;
}
#leftContent li a
{
    display: block;
    padding: 5px 5px 5px 5px;
    margin-bottom: 2px;
    border: solid 1px #777777;
    background-color: #666666;
    min-height: 15px;
    width: 185px;
    font-size: 9pt;
    color: #ffffdd;
    text-decoration: none;
}
#leftContent li a:hover
{
    background-color: #888888;
}

#rightContent
{
    float: left;
    width: 550px;
    background-color: #666666;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-top: solid 10px #ddddff;
}

#flickrTable td
{
    border: solid 1px #999999;
    background-color: Black;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    text-align: center;
}
.ThumbnailCell
{
    border: solid 1px #999999;
    background-color: Black;
    width: 90px;
    height: 90px;
    vertical-align: middle;
    text-align: center;
}

#footer
{
    clear: both;
    float: left;
    border-top: solid 10px #ddddff;
    width: 770px;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

#horizThumbnails
{
    width: 530px;
    max-width: 530px;
    overflow-x: auto;
    overflow-y: none;
    height: 120px;
    cursor: pointer;
}

#bigPic
{
    width: 530px;
    min-height: 183px;
    text-align: center;
    vertical-align: middle;
}
#bigPic img
{
    border: solid 4px black;
}

h1
{
    font-size: 32pt;
    color: White;
}
h2
{
    color: #ddddff;
    font-size: 12pt;
    padding-bottom: 10px;
}
h3
{
    color: #bbbbdd;
    font-size: 12pt;
    padding-bottom: 5px;
}
