@charset "utf-8";
body  {
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background:#FFFFFF;
}
.homeText  {
	font-size:14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	text-align: left;
	color: #000000;
	padding-left: 30px;
	padding-right: 80px;
}
#container { 
	height:720px;
	width: 960px; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
	background-color:#a39f9e;
}
#mainContent { 
	height:720px;
	float:left;
	width:789px;
	overflow:hidden;
}
.banner{
	height:211px;
} 

#sidebar {
	float: left;
	height:720px;
	width: 170px;
	background: #000000;
}
#sidebar a{
	display:block;
	width:133px;
	height:76px;
}
#sidebar a:hover,
body.films #sidebar .films,
body.tickets #sidebar .tickets,
body.opening #sidebar .opening,
body.sponsors #sidebar .sponsors,
body.hospital #sidebar .hospital,
body.news #sidebar .news,
body.closing #sidebar .closing,
body.contact #sidebar .left-foot

{
	background-position:top right;
}

#sidebar .films{
	background:url(../images/base/films.gif);
}
#sidebar .tickets{
	background:url(../images/base/tickets.gif);
}
#sidebar .opening{
	background:url(../images/base/opening.gif);
}
#sidebar .sponsors{
	background:url(../images/base/sponsors.gif);
}
#sidebar .hospital{
	background:url(../images/base/hospital.gif);
}
#sidebar .news{
	background:url(../images/base/news.gif);
}
#sidebar .closing{
	background:url(../images/base/closing.gif);
}
#sidebar .leftfoot{
	background:url(../images/base/left-foot.gif);
	height:101px;
}
	
.boldRed {
	color: #b5050e;
	font-weight: bold;
	font-size: 16px;
}
.boldWhite {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}
.boldRedright {
	color: #b5050e;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}
.smallYellow {
	color: #f5dc0a;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	color: #b5050e;
	font-weight: bold;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #bf1105;
}

a:visited {
	color: #fbf4ba;
}

.movieTitle {
	color: #bf1105;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}
.textRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: regular;
	text-align: right;
	line-height: normal;
	margin-top: 1px; margin-bottom: 1px;
}
.italianTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
body {
	background-color: #000000;
}