#outerwrapper {
	margin: 0px auto;
	width: 900px;
	background-color: #FFFFFF;
	
	background-repeat: repeat;
	}

#header {
	width:  100%;
	height: 150px;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-size: 1.25em;
	letter-spacing: 0.15em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-style: italic;
}
.pictureborder {
	border: thin solid #74a2dd;
	padding: 2px;
}

#content{
width: 100%;
font-family: "Courier New", Courier, monospace;
	color: #000000;
font-size: 0.95em;

}

#navigation {
	
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	margin-top: 10px;
	
	font-size: 1em;
	letter-spacing: 0.15em;
}



#navigation a:link {
font-family: "Courier New", Courier, monospace;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.15em;
	}
	
#navigation a:visited {
font-family: "Courier New", Courier, monospace;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.15em;
	}
	
#navigation a:hover {
font-family: "Courier New", Courier, monospace;
	color: #FF0033;
	letter-spacing: 0.15em;
	}		
	

	
	#footer {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	color: #000000;
	clear: both;
	line-height: 150%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
	#footer a:link {
	color: #000000;
	text-decoration: none;
	}
	#footer a:visited {
	color: #000000;
	text-decoration: none;
	}
	
	#footer a:hover {
	color: #ff0033;
	text-decoration: underline;
	}
	
	h1 {
	font-size: 18px;
	font-weight: lighter;
}
	
	
