/* RESET */
/*Filming Shakespeare
Last Mod: 15/01/10 by Calum
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a, a:visited, a:hover {
	color:#16416d;
}
body {
	line-height: 1.4em;
	background: #CC9 url(../images/body_background.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 125%;
	width:100%;
	height:100%;
	color: #23221D;
}

p {
	margin-top: 0.5em;
 
 }

.header {
	margin:40px 0 20px 0;
}
.header a {
	width:500px;
	height:75px;
	margin:0 auto;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
#main {
	padding: 20px 20px !important;
	margin-top:5px;
	position:relative;
	height:470px;
	width:890px;
	overflow:none;
}
#main li {
	margin:2px 20px;
}
#main span {
	position:absolute;
	right:100px;
	top:40px;
}
#main h2 {
	font-size:120%;
}
#wrapper {
	clear: both;

	background: #CC9 url(../images/background.jpg) top center no-repeat;
	width:1000px;
	height:990px;
	overflow:hidden;
	margin:0 auto;
	top: -40px;
	padding: 0;
	position:relative;
}
.indent {
	text-indent:-100000px;
}
.clear {
	clear:both
}
.right {
	float:right;
}
.left {
	float:left;
}
#header {
	height:90px;
	position:relative;
}
#footer {
	width:950px;
	height:107px;
	margin:0 auto;
	display:block;
}
#background {
	width:940px;
	overflow:hidden;
	margin:0 auto;
}
.center {
	margin-left:180px;
	width:800px;
}
.top_padding {
	padding-top: 10px;
}
/*Navigation*/
.navigation {
	width:663px;
	height:56px;
	margin:0 auto;
}
.navigation ul {
	list-style:none;
}
.navigation li {
	width:211px;
	height:56px;
	margin:0 10px 0 0;
	float:left;
}
.about, .about_active, .shakespeare_screen, .shakespeare_screen_active, .romeo_juliet, .romeo_juliet_active {
	background:url(../images/shakespeare_navigation.jpg) no-repeat;
	height:56px;
	width:211px;
	display:block;
	margin:0 auto;
}
.about:hover {
	background-position:0 -56px;
}
.about_active {
	background-position:0px -112px;
}
.shakespeare_screen {
	background-position:-212px 0;
}
.shakespeare_screen:hover {
	background-position:-212px -56px;
}
.shakespeare_screen_active {
	background-position:-212px -112px;
}
.romeo_juliet {
	background-position:-424px 0;
}
.romeo_juliet:hover {
	background-position:-424px -56px;
}
.romeo_juliet_active {
	background-position:-424px -112px;
}
.pack_shots {
	width:125px;
	float:right;
	text-align:center;
}
.pack_shots_dbl {
	width:250px;
	float:right;
	text-align:center;
}
.pack_shots_dbl div {
	width:125px;
	float:right;
	text-align:center;
}