

/* BEGIN TYPOGRAPHY & COLORS */
body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background:url(images/background.gif) top repeat-x #000;
}

a {
	color: #101Caa;
	text-decoration: none;
}

a:hover {
	color: #34427C;
	text-decoration: none;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
	color: #333;
}

h3 {
	font-size: 1.3em;
}

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



acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.linkspage_button{
	border:0px;
}

.hidden{
	display:none;
}

/* BEGIN LAYOUT */

#page {
	margin: 20px auto;
	padding: 0;
	width: 949px;
	border: 0px solid;
	text-align: left;
	background:#fff url("images/content_bg.gif") repeat-y left;
}

#page2 {
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	text-align: left;
	background:white url("images/kubrickbgwide.jpg") repeat-y top; border: none;
}

#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	height: 130px;
	width: 100%;
	background:white url("images/header.jpg") no-repeat top right; border: none;
	border-bottom:1px solid #101C4D; 
}

#header h1{
	position:absolute;
	top:50px;
	left:0px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 4em;
	text-align: center;
}

#header h1 a, #header h1 a:hover{
	color:white;
}




