﻿html, body
{
    padding: 0px;
    margin: 0px;
    font-family: Courier New, Serif;
    font-size: 12px;
    color: rgb(52, 13, 16);
    background: #000;
}

A
{
    color: #fff;
    text-decoration: none;
}

A:hover
{
    color: rgb(140, 188, 250);
}

A.movieStill
{
    display: block;
}

H1
{
    color: rgb(28, 1, 6);
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, Sans-Serif;
}

p{margin:5px 0;}

#header
{
    background: rgb(98, 53, 47) url(    '../img/monumentValleyBanner.jpg' ) no-repeat;
    height: 165px;
    padding: 10px;
}

#header H1
{
    position: absolute;
    right: 20px;
    top: 60px;
    font-size: 24px;
    letter-spacing: 1.5px;
}


.menu
{
    position: absolute;
    top: 160px;
    left: 30px;
}

.ponyLink
{
    position: absolute;
    left: 10px;
    top: 152px;
}

.staticMenuItem, .dynamicMenuItem
{
    font-size: 12px;
}

.staticMenuItem
{
    margin-left: 10px;
}

.dynamicMenuItem
{
    margin-left: 10px;
    padding: 2px;
}

.dynamicMenu
{
    display: none;
    position: absolute;
}

.dynamicMenu TD
{
    background: rgb(98, 53, 47);
}


#backgroundContainer
{
    overflow: hidden;
    top: 0px;
    position: absolute;
    height: 100%;
    width: 1216px;
    background: transparent url(    '../img/monumentValleyBG.jpg' ) 0px 0px;
    background-attachment: fixed;
}

#contentContainer
{
    position: absolute;
    top: 50px;
    left: 35px;
    width: 690px;
    border: solid 1px rgb(75, 40, 36);
    background: transparent;
    /*filter: alpha(opacity=69);*/
}

#mainContentContainer
{
    background: rgb(223, 203, 195);
    opacity: 0.69;
    filter: alpha(opacity=69);
    padding: 20px;
}

#mainContentContainer A
{
    text-decoration: underline;
    color: rgb(76, 95, 31);
}

#dropShadow
{
    position: absolute;
    background: rgb(79, 34, 28);
    opacity: 0.10;
    filter: alpha(opacity=10);
}

.title
{
    font-weight: bold;
    font-size:14px;
}

.credits
{
    font-style:italic;
}

.rightColumn
{
    float: right;
    width: 340;
    margin-left: 5px;
}

