@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/davidpageheader.gif) top center no-repeat #334230;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	}
	
#flashcontainer {
	text-align: center;
	margin: 70px 0px 0px 0px;
	background: #2b3829;
	padding: 20px 0px 0px 0px;
	
	}
	
.info, .info a {
	text-align: center;
	color: #8c9575;
	margin: 20px 0;
	text-decoration: none;
	}
	
.info a:hover {
	text-decoration: underline;
	}
