@charset "UTF-8";
/* CSS Document */

body {
	background-color:#e0e4cc;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
margin-right:auto;
margin-left:auto;
width: 1032px;
height: 814px;
}

a, a:active {
text-decoration: none;
	color: #f38630;
	}
a:visited {
	text-decoration: none;
	color: #f38630;
	}
a:hover {
	color: #a7dbd8;
	text-decoration: underline;
	}
	
.image {
	float:left;
	padding: 0 25px 15px 0;
}

#pastscreenings {
position:absolute;
margin: 650px 0 0 800px;
height:40px;
width:210px;
}

#pastscreeningsbottom {
position:absolute;
margin: 655px 0 0 50px;
height:40px;
width:210px;
}

#header {
float:left;
width:1032px;
height:115px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
}



#content {
float:left;
margin: 0 0 0 11px;
padding: 0 0 30px 0;
width:1008px;
overflow:auto;
background-color:black;
}

#footer {
float:left;
width:1032px;
height:129px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
}

iframe{
	float:left;
	padding: 0 25px 15px 0;
}


#screening{
margin: 33px 0 0 50px;	
float:left;
overflow:auto;
width: 790px;
}

#next_screening{
margin: 10px 0 0 50px;	
float:left;
overflow:auto;
width: 790px;
}

#more_video {
margin: 30px 70px 0 0;	
float:right;
overflow:auto;
width: 275px	
	
}

#footer_content{
margin: 20px 0 0 50px;	
float:left;
height: 75px;
width: 850px;	
font-size:11px;
}

#footer_content img{
padding: 0 20px 0 0;	
}


p{
color:#e0e4cc;
font-size:12px;
font-weight:bold;
line-height:1.5em;
}

.topic{
font-size:18px;
color:#f38630;
}

.topic a, .topic a:active {
text-decoration: none;
	color: #e0e4cc;
	}
.topic a:visited {
	text-decoration: none;
	color: #e0e4cc;
	}
.topic a:hover {
	color: #a7dbd8;
	text-decoration: underline;
	}

.title{
font-size:16px;
color:#e0e4cc;
}

.logistics{
font-size:16px;
color:#a7dbd8;
}


