/* Begin Typography & Colors */
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #514E36 url('images/kubrickbgcolor.jpg');
	color: #CCCCCC;
	text-align: center;
	}

#page {
	background: url(images/kubrickbg-ltr.jpg) no-repeat bottom center;
	text-align: left;
	}

#header {
	background: #0E1618 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

#footer {
	background: #514E36 url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;
	}



h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}



a, h2 a:hover, h3 a:hover {
	color: #5F855C;
	text-decoration: none;
	}

a:hover {
	color: #89BA83;
	text-decoration: underline;
	}

	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background: url(images/kubrickbg-ltr.jpg) repeat bottom center;
	margin: 10px auto;
	padding: 0;
	width: 760px;
	}

#header {
	background-color: #504E35;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 175px; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 175px;
	width: 100%;
	}



#footer {
	font-size: 0.6em; /* Resets 1em to 10px */
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

/* Begin Various Tags & Classes */

hr {
	display: none;
	}

#menu {
	margin: 0px auto;
	margin-left: 10px;
	padding: 0px;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	width: 740px;
	background: url(images/menu.jpg) no-repeat bottom center;
}

ul#navlist {
	margin: 0;
	padding: 0px 10px 0px 10px;
	white-space: nowrap;
}

ul#navlist ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#navlist li.page_item {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navlist li.page_item ul {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navlist a, #navlist a:link, #navlist a:visited {
	margin: 0px;
	padding: 0px 10px 0 10px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

#navlist a:hover {
	background: #0E1618;
	color: #CCCCCC;
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}