* {
	margin: 0;
	padding: 0;
	}
	
body { 
	background-color: #0d0d0d; 
	color: #000; 
	font-family: American Typewriter, Georgia, Times, serif; 
	font-size: 62.5%;
	font-weight: normal;
	}
	
#container {
	width: 800px;
	margin: 0px auto 0px auto;
	}
	
#header {
	width: 800px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #FFF;
	}
	
h1 {
	display: block;
	text-indent: -9000px;
	width: 800px;
	height: 200px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	}
	
p {
	margin-bottom: 15px;
	font-size: 1.6em;
	}
	
	
#content {
	width: 766px;
	border: #FFF 2px solid;
	background-color: #FFEF6E;
	color: #000;
	padding: 30px 15px 30px 15px; 
	text-align: center;
	}
	
#photoright {
	float: right;
	padding: 15px;
	}
	
#footer {
	width: 800px;
	color: #FFF;
	font-size: 1.4em;
	margin: 0px auto 35px auto;
	text-align: center;
	padding-top: 10px; 
	}
	
#footer a:link {
	color: #FFF;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #FFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
h2 {
	font-size: 2em;
	color: #000;
	font-style: italic;
	}
	
h3 {
	font-size: 1.6em;
	color: #000;
	font-style: italic;
	}
	
#picblock {
	width: 245px;
	height: 230px;
	margin: 15px 15px 0px 0px;
	float: left;
	}
	
#picblockright {
	width: 245px;
	height: 230px;
	margin: 15px 0px 0px 0px;
	float: left;
	text-align: center;
	}
	
#block {
	width: 221px;
	height: 380px;
	padding: 10px;
	margin: 0px 15px 0px 0px;
	float: left;
	background-color: #EEE;
	border-left: #eee 2px solid;
	border-right: #eee 2px solid;
	border-bottom: #eee 2px solid;
	text-align: center;
	}
	
#blockright {
	width: 221px;
	height: 380px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	float: left; 
	background-color: #EEE;
	border-left: #eee 2px solid;
	border-right: #eee 2px solid;
	border-bottom: #eee 2px solid;
	text-align: center;
	}
	
#block p, #blockright p {
	margin-bottom: 0px;
	}
	
#clear {
	clear: both;
	}
	

