@charset "utf-8";
/* --- basic styling --- */

* {
	padding: 0;
	margin: 0;
	}
	
body {
	background-color: #999999;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
	
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}
	
#clear {
	clear: both;
	}

/* --- position container elements --- */

h2 {
	color:#4d5c53;
	}	

a {
	color: #4D5C53;
	text-decoration: none;
}

a:link {
	color:#4d5c53;
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	color: #336666;
	}

a:hover {
	text-decoration: underline;
	color: #4d5c53;
	}

a:active {
	text-decoration: none;
	color: #669933;
	}

a.reference {
		font-size: 9px;
		vertical-align: super;
		}
		
#header {
	position:relative;
	height: 150px;
	color:#FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/kubrickheader_3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0D351D;
	}
#header h1 {
	margin-left: -9000px;
}

#content  h3 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #4d5c53;
	font-size: 18px;
	}
	
#sidebar h2 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #4d5c53;
	font-size: 18px;
	}

#content p {
	color: #666666;
	}

#sidebar p {
	color: #666666;
	font-size: 85%;
	line-height: 1.35em;
	}

#footer p {
	color: #333333;
	line-height: 1.35em;
	padding-left: 2.5px;
	}
#content img {
	padding: 0px;
	margin-left: 0px;
	margin-right: 6px;
}


/* --- main navigation styles --- */
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: .5em;
	width: 650px;
	list-style: none;
	}

#header ul li {
	float: left;
	display: block;
	}

#header ul a {
	padding: 0 1.1em;
	font-size: 10px;
	line-height: 1.5em;
	text-decoration: none;
	color: #333333;
	float: left;
	display: block;
	font-weight: normal;
	}
	
#header ul a:hover {
	color: #A82221;
	}

#content {
	float: left;
	width: 620px;
	line-height: 1.5em;
	padding-top: 0.75em;
	padding-right: .5em;
	padding-bottom: 0em;
	padding-left: 0.75em;
	}
#sidebar {
	float: right;
	width: 240px;
	padding-top: 0.75em;
	padding-left: 0.75em;
	padding-right: .35em;
	}
#footer {
	color:#666666;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	background:#CCCCCC;
	margin-top: 5em;
	}
