* {
padding: 0px;
margin: 0px;
}

body{
background: black;
text-align: center;
color: #3D2F15;
font-size: 13px;
font-family: Tahoma;
}

p{
margin: 0px 0px 7px 0px;
}

a, a:hover, a:visited{
color: #FAF9E0;
font-size: 13px;
text-decoration: none;
}


#container{
margin: 40px auto;
text-align: left;
background: url('../images/inner_bg.jpg');
background-repeat: no-repeat;
width: 950px;
height: 630px;
}

#home_container{
margin: 40px auto;
text-align: left;
background: url('../images/home_bg.jpg');
background-repeat: no-repeat;
width: 950px;
height: 630px;
}

#footer{
position: absolute;
margin: 550px 0px 0px 35px;
}

#footer ul{
list-style-type: none;
}

#footer li{
float: left;
margin: 0px 0px 0px 20px;
}

.footerlink, .footerlink:visited, .footerlink:hover{
color: white;
text-decoration: none;
font-size: 16px;
}

#left_column{
position: absolute;
margin: 100px 0px 0px 50px;
width: 230px;
}

#right_column{
position: absolute;
margin: 100px 0px 0px 305px;
width: 590px;
}

h1{
font-size: 18px;
margin: 0px 0px 3px -1px;
}

/* SCREENINGS PAGE */

#left_column_screening{
position: absolute;
margin: 100px 0px 0px 50px;
width: 230px;
}

#center_column_screening{
position: absolute;
margin: 100px 0px 0px 320px;
width: 230px;
}

#right_column_screening{
position: absolute;
margin: 100px 0px 0px 620px;
width: 230px;
}


/* CASTCREW PAGE */
 
#cast_left_pic{
width: 235px;
float: left;
margin: 2px 0px 0px 0px;
}

#cast_right{
width: 370px;
float: left;
margin: -2px 0px 0px 20px; 
}


/* AWARD PAGE */

#awards_column_left{ 
width: 450px;
margin: 115px 0px 0px 60px;
position: absolute;
}

#awards_column_right{
width: 450px;
margin: 115px 0px 0px 480px;
position: absolute;
}

/* GALLERY PAGE */

#gallery_left{
width: 300px;
margin: 115px 0px 0px 50px;
position: absolute;
}

#gallery_right{
width: 550px;
margin: 115px 0px 0px 360px;
position: absolute;
text-align: center;
}

#gallery_left img{
padding-bottom: 5px;
}

#gallery_photo{
clear:both;
text-align: center;
margin: 0px auto;
}

#gallery_caption{
clear:both;
margin: 0px auto;
}
