/* CSS Document */

body{
background-image: url(images/bg.gif);
background-repeat: repeat-x;
background-color: #9bacb9;
color: #5c5c5c;
font-family: verdana;
}

a{
text-decoration: none;
color: #ffffff;
}

a:hover{
text-decoration: underline;
}

h3{
}

.container{
width: 850px;
height: auto;
background-color:#ffffff;
}

.top_nav{
background-color: #e7e5de;
height: 35px;
}

.nav{
text-align: right;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color:#3c4a53;
padding-top: 10px;
margin-right: 15px;
}

.nav a {
color:#3c4a53;
}


.header{
width: 850px;
height: 200px;
background-image: url(images/header.jpg);
border-bottom: solid 2px #9bacb9;
}

.content{
width: 70%;
float: left;
background-color:#ffffff;
font-size: 12px;
}


.left_nav{
overflow: auto;
height: 500px;
float:left;
width: 25%;
background-color:#3c4a53;
}

.navigation{
margin-top: 20px;
text-align: left;
list-style-type: none;
padding:0px;
margin-left: -20px;
margin-right: 25px;
}

.navigation li{
padding: 10px 0px 10px 5px;
border-bottom: solid 1px #bac2b9;
list-style-type: none;
font-size: 13px;
}

.text{
text-align: left;
margin-top: 10px;
margin-left: 20px;
margin-right: 30px;
line-height: 1.7em;
}

.footer
{
clear: both;
margin: 0;
height: 14px;
background-color:#607481;
padding: .5em;
color:#fff;
font-size:10px;
}

.spacer{
width: 90%;
border-bottom: solid 2px #dddddd;
}

.days{
float:left;
text-align:right;
width: 200px;
}

.hours{
float:left;
text-align:left;
margin-left: 10px;
}

.clear{
clear: both;
}

.movie{
padding-left:40px;
}

.movie2{
padding-left:0px;
}


