body
{
    background-color: #ceccc4;
    background-image: url('images/tile_photos.jpg');
    background-repeat: repeat-y;
    background-position: top center;
    color: #595959;
    font-family: Segoe UI, Tahoma, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.leftstrip
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-order: -1;
}

.rightstrip
{
    position: absolute;
    top: 0px;
    left: 100%;
    z-order: -1;
}

img
{
    margin: 30px 0px 12px 0px;
}

iframe
{
    width: 712px;
    height: 420px;
    z-index: 10;
    position: relative;
    top: 62px;
}

#wrapper
{
    height: 100%;
    width: 900px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#logo
{
    background-image: url('images/logo.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%
    position: absolute;
    top: 0px;
    padding: 0px;
    margin: 0px;
    height: 227px;
    z-order: -10;
}

#pictureframe
{
    z-index: 10;
    width: 840px;
    height: 578px;
    margin: -40px auto;
    background-image: url('images/frame.jpg');
    background-repeat: no-repeat;
}

#copyright
{
    margin: 60px auto 0px auto;
}

.navigation
{
    position: relative;
    top: 62px;
    height: 30px;
}

.navigation a
{
    text-decoration: none;
    padding-right: 20px;
    font-weight: 700;
    font-size: 16px;
}

.navigation a:link, a:visited
{
    color: #595959;
}

a:hover, a:active
{
    color: #c0504d;
}

hr
{
    color: #595959;
    height: 1px;
    width: 700px;
}

a
{
    color: #af8a41;
    text-decoration: none;
}