﻿body
{
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin: 0px;
    padding: 0px;
}
#Container
{
	width: 890px;
	margin: 0px auto;
}
h1
{
    font-weight: bold;
    font-size: 36px;
    color: #666666;
    margin: 0px;
    padding: 0px;
}
h2
{
    font-weight: normal;
    font-size: 30px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}
h3
{
    font-weight: normal;
    font-size: 18px;
    color: #666666;
    margin: 0 0 0 -32px;
    padding: 0px;
}

/*Header Content */
#Header
{
    height: 80px;
    padding-top: 53px;
    padding-left: 30px;
}
#Header td:first-child
{
    width: 270px;
}

#Header td
{
    vertical-align: baseline;
}

/*Middle Content */
#Content
{
    background-color: #666666;
    color: #ffffff;
    height: 416px;
    overflow: auto;
}
#Content h2
{
    color: #ffffff;
    margin-top: 45px;
    margin-left: 30px;
}
#ContentRight
{
    margin-top: -8px;
    padding-right: 80px;
    padding-left: 270px;
}
#ContentRight *
{
    float: none;
    color: #ffffff;
}

/*Footer Content */
#Footer
{
    height: 133px;
}
#Footer a
{
    color: #666666;
    text-decoration: none;
}
#Footer a:hover
{
	text-decoration: underline;
}
#Footer a:visited
{
    color: #551A8B;
}
#Footer table
{
    margin-left: 270px;
}
#Footer td
{
    height: 50px;
    vertical-align: bottom;
    text-align: center;
}
#Footer .SeperatorCell
{
    width: 40px;
}

/* Image gallery */
#Thumbnails
{
    margin: 18px 18px 0px 18px;
}
.Thumbnail
{
    width: 72px;
    height: 72px;
    border: solid 1px #ebe5d1;
    margin-right: 4px;
    margin-bottom: 3px;
    cursor: pointer;
}