/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #e5e5e5;
	color: #333;
	text-align: center;
	}

#page {
	background-color: #ffffff;
	border: none;
	text-align: center;
	}

#header {
	text-align: center;
	font-size: 1.2em;
	}

#content {
	border: none;
	font-size: 1.2em;
		}

#footer {
	background: url('/blog/wp-content/themes/default/images/kubrickfooter.jpg') no-repeat top; 
	border: none;
	font-size: 1.0em;
	height: 63px;
	}
	
#flashcontent {
	text-align: center;
	font-size: 1.0em;
	}


/* End Typography & Colors */



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

#page {
	background-color: ;
	margin: auto;
	padding: 0 0 0 0;
	width: 940px;
	}

#header {
	background-color: ;
	margin: 0 0 0 0; 
	padding: 0; 
	width: 940px;
	}

.column {
	float: left;
	padding: 0 20px 0 20px;
	margin: 0px 0 0;
	width: 940;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 940px;
	clear: both;
	}

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



a {
	color: #CC0000;
	font-weight:bold;
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
	text-decoration: none;
	}

a img {
	border: none;
	}