body {
	margin: 0;
	padding: 0;
	background: #e7e7e7 url("/Design/images/kubrickbg.png");
	color: #333;
	font-size: 62.5%;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif; 
	text-align: center;
}

#page {
	margin: 20px auto 20px auto;
	padding: 0;
	width: 860px;
	text-align: left;
	background: #fff url("/Design/images/kubricksides.png") repeat-y top;
}

#header {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 860px;
	background: #302f37 url("/Design/images/kubrickheader.png") no-repeat bottom center;
	height: 200px;
}

#header-text {
	margin: 0 50px 0 50px;
	height: 200px;
}

.logo-top {
	z-index:1;
	position: relative; 
	left: 21px; 
	top: -193px;
	width: 268px;
	height: 203px; 
	background: url("/Design/images/logo-top.png") no-repeat bottom center;
}

.logo-bottom {
	z-index:1;
	position: relative; 
	left: 129px; 
	top: -193px;
	width: 140px;
	height: 65px; 
	background: url("/Design/images/logo-bottom.png") no-repeat bottom center;
}

#content {
	margin: 0;
	padding: 30px 60px 20px 60px;
	font-size: 1.2em;
	line-height: 1.4em;
}

#content.withsidebar {
	margin-left: 233px;
	padding: 30px 0 20px 31px;
	width: 550px;
}

#content div.blockTitle {
	margin: 0 0 10px 0;
	font: bold 1.6em "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
}

#content div.blockTitle a {
	color: #333;
}

#content div.blockContent {
	margin: 0 0 20px 0;
}

#sidebar {
	float:left;
	margin-left: 10px;
	padding: 0 0 0 20px;
	width: 190px;
	font: 1em "Lucida Grande", Verdana, Arial, Sans-Serif;
}

#sidebar form {
	margin: 0;
}

#sidebar div.blockTitle {
	margin: 10px 0 5px 0;
	padding: 0;
	font: bold 1.2em "Lucida Grande", Verdana, Sans-Serif;
}

#sidebar div.blockContent {
	width: 160px;
	margin: 0 0 0 10px;
}

#footer {
	margin: 0;
	padding: 0;
	width: 860px;
	clear: both;
	background: #e7e7e7 url("/Design/images/kubrickfooter.png") no-repeat bottom;
	height: 15px;
}

#mainmenu a, #linksmenu a {
	display: block;
	margin-left: 3px;
	padding: 1px;
	font-weight: 700;
	font-size: 1.1em;
}

#mainmenu a:hover, #linksmenu a:hover {
	text-decoration: none !important;
	border-left: 3px solid #494949;
	color: #62b0ec;
	margin-left: 0;
	padding: 1px;
}

#mainmenu a.menuMain, #linksmenu a.menuMain {
	padding-left: 8px;
}

#mainmenu a.menuSub {
	color: #494949;
	padding-left: 20px;
	font-size: .8em;
	font-style: italic;
	background-color: inherit;
}

#mainmenu a.menuSub:hover {
	color: #62b0ec;
	background-color: inherit;
}

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

h1 {
	padding-top: 70px;
	margin: 0;
	font-size: 4em;
	text-align: center;
}

h2 {
	margin: 30px 0 10px 0;
	font-size: 1.6em;
}

h2.pagetitle {
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0 0;
	padding: 0;
	font: 1.2em "Lucida Grande", Verdana, Sans-Serif;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	color: #fff;
	text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a {
	color:	#93b346;
	text-decoration: none !important;
}	

a:hover {
	color:	#62b0ec;
	text-decoration: none !important;
}

blockquote {
	margin: 0px;
	padding: 5px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
	width: auto;
}

cite {
	position: relative;
	font: 11px Verdana, Helvetica, Sans-serif;
	margin: 0px;
	padding: 10px 0px 0px 15px;
	top: 9px;
	background: transparent url("/Design/images/cite.gif") no-repeat 20px 0;
}

.description {
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
}

.item { 
	margin: 0 0 20px 0;
}

.itemInfo {
	padding: 3px;
	font-size: 9px;
	text-align: left;
	border-bottom: 1px dotted #aaa;
}

.itemSubscript {
	padding: 3px;
	font-size: 9px;
	text-align: left;
}

.itemTitle {
	padding: 3px;
	margin: 30px 0 10px 0;
	color: #333;
	font: bold 1.6em "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
}

.itemTitle a {
	color: #333;
}

.itemText {
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
}

.itemFoot {
	padding: 3px;
	font-size: 10px;
	text-align: right;
}

.pagenav-left {
	text-align: left;
}

.pagenav-right {
	text-align: right;
}

.quote-left {
	text-align: left;
	font: bold 1.4em "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
}

.quote-right {
	font: bold 1.4em "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
	text-align: right;
}

.QuoteText {
	margin-left: 20px;
	margin-right: 20px;
}

.gallery {
	padding: 10px;
	border: none;
	cursor: url("/Design/Images/magnify.cur");
}

.gallerybig {
	padding: 10px;
}

.login {
	margin: 0;
	position: relative; 
	left: -10px; 
	top: -210px;
	font-weight: bold;
	text-align: right;
}

.mediaplayer {
	border: #000 1px solid;
}

.topside{
	z-index: 0;
}

.code {
	border: 1px inset #000;
	padding: 6px;
	background: #DDD;
	font-family: "Courier New", Courier, monospace;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold; 
}

.italic {
	font-style: italic; 
}

.underline {
	text-decoration: underline;
}

.overline {
	text-decoration: overline;
}

.strikethrough {
	text-decoration: line-through;
}