/* CSS Document */
html {
	min-height:100%;
	height:100%;
}
body {
	background-color:#FFFFFF;
	background-image:url(background.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:top;
	margin:0px;
	padding:0px;
	min-height:100%;
	height: 100%;
	font-family:"Gill Sans", "Gill Sans MT", Verdana;
	font-size:16px;
	color: #902629;
}
a {
	color:#902629;
}
h1 {
	font-weight:lighter;
	text-transform:uppercase;
}
/* tables */
.screenings_header{
	font-weight:bold;
}
/* movie info table */
.info_bar {
	background-color:#902629;
}
.info_title {
	height:20px;
	font-weight:bold;
}
.info_rating {
	height:20px;
}
.info_running_time{
	height:20px;
}
.info_blurb {
	vertical-align:top;
	padding-bottom:15px;
}
.info_day {
	text-transform:uppercase;
}
.info_date {
	text-transform:uppercase;
}
.info_time {
	vertical-align:top;
}