
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff; 
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: none;
	text-align: left;
	}

#header {
	background: #fff; /*url('images/kubrickheader.jpg') no-repeat bottom center;*/
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 11px;
	}

.widecolumn .entry p {
	font-size: 11px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 11px;
	padding-bottom: 15px;
	}
	
.narrowcolumn .entryhead, .widecolumn .entry {
	line-height: 14px;
	font-size: 10px;
	margin: 0;
	padding-bottom: 15px;
	color: #000066;
	font-weight: bold;
	}

.narrowcolumn .entrytext, .widecolumn .entry {
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	}


.narrowcolumn .navigation {
    font-size: 12px;
	margin-bottom: 12px;
}


.narrowcolumn .post {
	padding: 10px;
	margin: 10px 10px 20px 10px;
	
}

div.entrytext p {
	margin: 0;
	padding: 0;
	}	

h1, h2, h3 {
	/*font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


	
	
