/* General Styles
=================================*/

* {
	padding: 0;
	margin: 0;
}

body {
	font: 76% Garamond, Georgia, Times New Roman;
	color: #dddddd;
	background: #212121;
}

ul {
	list-style-type: none;
}

img {
	border: none;
}

h1, h2, h3, h4 {
	font-family: Garamond, Georgia;
}



/* Layout
=================================*/

#wrapper {
	width: 755px;
	margin: 0 auto 0 auto;
	background: #111111;
}

#header {
	height: 245px;
	margin: 0 auto 0 auto;
	padding: 0 0 45px 0;
	background: url(graphics/header-bg.gif) repeat-x;
}

.filmstrip {
	height: 138px;
	margin-top: 24px;
	background: #0a0a0a;
}



/* Content
=================================*/

p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 7px 30px 0 30px;
	color: #aaaaaa;
}

.footer {
	font-size: .8em;
	color: #666666;
	text-align: right;
	padding-bottom: 0px;
}

.filmstrip img {
	float: left;
	display: block;
	background: url(graphics/film-bg.gif) center center no-repeat;
	padding: 24px 4px 24px 4px;
}

.schedule {
	float: left;
	width: 755px;
	height: 122px;
	background: url(graphics/series-bg.gif) repeat-x;
	margin-bottom: 0px;
}
.schedule p {
	text-align: center;
}
.schedule ul {
	font-size: medium;
}
.schedule li {
	width: 115px;
	float: left;
	text-align: center;
	padding: 8px 18px 20px 18px;
	line-height: .8em;
}
.schedule li span {
	font-size: 70%;
}
.schedule li span.darker {
	font-size: 60%;
	color: #999999;
}
.narrow {
	color: #777777;
	font-size: 1.2em;
	margin: 0 30px 10px 30px;
	text-align: center;
}

.center {
	margin-left: 314px;
	margin-bottom: 10px;
}
.strong {
	font-weight: bolder;
}

hr {   
	border: 0;
	height: 1px;
	width: 80%;
	color: #666666;
}


/* Headers
=================================*/

h1 {
	display: inline;
	text-indent: -9999px;
	float: left;
	width: 461px;
	height: 43px;
	margin: 28px 0 0 30px;
	background: url(graphics/logo.gif) no-repeat;
}

h2, h3 {
	margin: 0 0 0 30px;
	font-weight: normal;
}

h2 {
	padding-top: 10px;
	letter-spacing: .05em;
}
h2 span {
	font-size: 120%;
}



/* Navigation
=================================*/

#mainNav {
	height: 170px;
	width: 755px;
	float: left;
	margin: 24px 0 0 0;
	background: url(graphics/towers4.gif) no-repeat top center;
}

#mainNav li {
	margin: 158px 0 0 0;
	display: inline;
	float: left;
}

.far-left-tower {
	padding: 0 0 0 10px;
}

#mainNav a {
	float: left;
	overflow: hidden;
}

.link-agnes {
	width: 96px;
	background: url(graphics/name-agnes.gif) top left no-repeat;
	padding: 9px 0 0 0;
	height: 0px !important;
	height /**/:9px; /* for IE5/Win only */
}
.link-agnes:hover {
	background-position: 0 -9px;
}

.link-botolph {
	width: 115px;
	background: url(graphics/name-botolph.gif) top left no-repeat;
	margin-top: 12px;
	margin-left: -2px;
	padding: 9px 2px 0 0;
	height: 0px !important;
	height /**/:9px; /* for IE5/Win only */
}
.link-botolph:hover {
	background-position: 0 -9px;
}

.link-jewry {
	width: 90px;
	background: url(graphics/name-jewry.gif) top left no-repeat;
	padding: 11px 4px 0 0;
	height: 0px !important;
	height /**/:11px; /* for IE5/Win only */
}
.link-jewry:hover {
	background-position: 0 0;
}

.link-lothbury {
	width: 110px;
	background: url(graphics/name-lothbury.gif) top left no-repeat;
	margin-top: 12px;
	padding: 9px 10px 0 0;
	height: 0px !important;
	height /**/:9px; /* for IE5/Win only */
}
.link-lothbury:hover {
	background-position: 0 -9px;
}

.link-lebow {
	width: 76px;
	background: url(graphics/name-lebow.gif) top left no-repeat;
	padding: 9px 18px 0 0;
	height: 0px !important;
	height /**/:9px; /* for IE5/Win only */
}
.link-lebow:hover {
	background-position: 0 -9px;
}

.link-woolnoth {
	width: 93px;
	background: url(graphics/name-woolnoth.gif) top left no-repeat;
	margin-top: 12px;
	padding: 9px 4px 0 0;
	height: 0px !important;
	height /**/:9px; /* for IE5/Win only */
}
.link-woolnoth:hover {
	background-position: 0 -9px;
}

.link-vedast {
	width: 109px;
	background: url(graphics/name-vedast.gif) top left no-repeat;
	padding: 9px 0 0 0;
	height: 0px !important;
	height /**/:9px; /* for IE5/Win only */
}
.link-vedast:hover {
	background-position: 0 0;
}