body { 
	background: #fff;
	color: #000;
	font: 10pt/1.3em Arial, Helvetica, sans-serif; 
	text-align: left;
	}
#wrapper {
	width: auto;
	margin: 0;
	background-image: none;
	}
	
#masthead {
	height: auto;
	margin: 0 0 1em 0;
	}
#masthead h1 {
	position: relative;
	top: 0;
	right: 0;
	font-size: 3.5em;
	}
#masthead h1 img { display: none; }
#masthead h1 span { display: block; }
#masthead #nav {
	display: none;
	}

#newsbox {
	float: left;
	width: 20%;
	padding: 0;
	margin-top: 0;
	font-size: .9em;
	border-bottom: 0;
	}
#main {
	float: right;
	width: 75%;
 	margin: 0;
	padding: 0;
	}
#main p {
	margin-right: 0;
	}
p.intro {
	color: #000;
	font-size: 1.15em;
	line-height: 1.3em;
	}
#footer {
	clear: both; 
	text-align: center;
	padding-top: 1em;
	margin: 0;
	border-top: 2px solid #cb9866;
	}
.botnav {
	display: none;
	}
.credits {
	text-align: center;
	font-size: 8pt;
	line-height: 1.3em;
	}

