body, html {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: "Lithos Pro", "Lucida Sans Unicode";
    font-size: 12px;
    background-color: #2b0000;
    height: 100%;
    color: #ffdb8c;
    line-height: 180%;
    background-image: url('../images/background.jpg');
}

img{
    border: 0px;
}

#container {
    position: relative;
    width: 964px;
    margin-left:-482px;
    left:50%;
    height: auto;
    z-index:1;
    background-image: url('../images/container.jpg');
}

#header{
    position: relative;
    background-image: url('../images/header.jpg');
    width: 964px;
    height:470px;
    z-index:1;
}

#navigation{
    position: relative;
    background-image: url('../images/navigation.jpg');
    width: 964px;
    height:103px;
    z-index:1;
}

#navigation .trailer{
    position: relative;
    width: 350px;
    height: 73px;
    float: left;
    left: 1px;
    top: 1px;
}

#navigation .access{
    position: relative;
    width: 321px;
    height: 73px;
    float: right;
    top: 1px;
}

.clear{
    clear: both;
    padding:0px;
    margin:0px;
}

.moviecontainer{
    position: relative;
    background-image: url('../images/moviecontainer.jpg');
    background-repeat: no-repeat;
    width: 964px;
    height:593px;
    z-index:1;
}

.moviecontainer .movietitle{
    position: relative;
    width: 680px;
    height: 52px;
    float: left;
    padding-top: 24px;
    padding-left: 75px;
}

.moviecontainer .movieduration{
    position: relative;
    width: 180px;
    float: left;
    height: 52px;
    padding-top: 24px;
    padding-left: 0px;
    text-align: right;
}

h1{
    position: relative;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    font-weight: lighter;
}

.moviecontainer .c1{
    position: relative;
    width: 320px;
    height: 500px;
    left: 25px;
    float: left;
}

.moviecontainer .c1 .thumb1{
    position: relative;
    width: 314px;
    height: 237px;
    overflow: hidden;
    margin-bottom: 20px;
}

.moviecontainer .c1 .thumb2{
    position: relative;
    width: 314px;
    height: 237px;
    overflow: hidden;
}

.moviecontainer .c2{
    position: relative;
    width: 320px;
    height: 500px;
    left: 44px;
    float: left;
}

.moviecontainer .c2 .thumb1{
    position: relative;
    width: 314px;
    height: 237px;
    overflow: hidden;
    margin-bottom: 20px;
}

.moviecontainer .c2 .thumb2{
    position: relative;
    width: 314px;
    height: 237px;
    overflow: hidden;
}

.moviecontainer .c3 .description{
    position: relative;
    width: 220px;
    height: 220px;
    padding: 2px;
    left: 5px;
    top: 15px;
    font-size: 14px;
}

.moviecontainer .c3{
    position: relative;
    width: 200px;
    height: 500px;
    float: left;
    left: 46px;
}

#footer{
    position: relative;
    width: 971px;
    height: auto;
    text-align: center;
}

.quickJumper{
    position: relative;
    width: 15px;
    height: 23px;
    border: 1px solid #643600;
    background-color: #3f2200;
    text-align: center;
    padding: 3px 5px 0px 5px;
    margin-right: 3px;
    float: left;
    text-transform:uppercase;
    font-style:normal;
}

.quickJumperSelected{
    border: 1px solid #cf9836;
    background-color: #ffe7bb;
    position: relative;
    width: 15px;
    height: 23px;
    text-align: center;
    padding: 3px 5px 0px 5px;
    margin-right: 3px;
    float: left;
    text-transform:uppercase;
    font-style:normal;
}

a.quickJumper:link {color: #000; text-decoration: none; }
a.quickJumper:hover {color: #000; text-decoration: underline; }
a.quickJumper:visited {color: #000; text-decoration: none; }
a.quickJumper:active {color: #000; }

a.quickJumperSelected:link {color: #000; text-decoration: none; }
a.quickJumperSelected:hover {color: #000; text-decoration: underline; }
a.quickJumperSelected:visited {color: #000; text-decoration: none; }
a.quickJumperSelected:active {color: #000; }

a:link {
    color: #ffdb8c;
    text-decoration:none;
}

a:visited {
    color: #ffdb8c;
    text-decoration:none;
}

a:hover {
    color: #ff0000;
    text-decoration:none;
}

a:active {
    color: #ffdb8c;
    text-decoration:none;
}
