body {
	background: #FFF;
	text-align: center;
}

	/* --- Major positioning and, you know, stuff. No descendants here. --- */

#container {
	text-align: left;
	width: 800px;
	margin: 30px auto 0 auto;
	padding: 46px 0 0 0;
	position: relative; /* to give #navigation an "anchor"; no positional shift, so no actual effect */
	background: transparent url(brackettop3.gif) center top no-repeat;
}

#navigation {
	position: absolute;
	top: 185px;
	left: 0;
	width: 150px;
	background: transparent url(navbackground.gif) left top no-repeat;
}

#content {
	margin-left: 168px;
	padding-bottom: 30px;
	padding-right: 120px;
	width: 520px;
	color: #303030;
	font: 14px/20px Georgia, sans-serif;
	background: transparent url(fleuronsright.gif) right top no-repeat;
}

#footer {
	color: #BFCAE4;
	text-align: center;
	margin-left: 200px;
	margin-right: 120px;
	background: transparent url(borderbottom.gif) top center no-repeat;
	font: 11px Verdana, sans-serif;
}

#accessibility {
	display: none;
}

#emailsignup {
	display: none;
}

#banner .photo {
	display: block;
	height: 115px;
	background: transparent url(headerimage.jpg) top center no-repeat;
}

	
.band {display: none}

/* --- Level-two and below --- */

/* --- Content --- */

#content h1 {
	font: bold 15px Verdana, sans-serif;
	margin-bottom: 20px;
	padding-left: 20px;
	color: #5A6789;
	background: transparent url(h1fleuron.gif) left center no-repeat;
}

#content h2 {
	font: 15px "Trebuchet MS", sans-serif;
	text-align: left;
	color: #5A6789;
	margin-bottom: 5px;
}

#content a {
	color: #0734AC;
	text-decoration: none;
}

#content a:hover {
	color: #3C5EB6;
}

/* --- Navigation --- */

#navigation ul {
	list-style-type: none;
	margin-top: 0;
	margin-left: -20px;
}

#navigation ul a {
	display: block;
	width: 200px;
	height: 40px;
	font: bold 19px "Trebuchet MS", sans-serif;
	color: #6DB5D7;
	text-decoration: none;
	padding-left: 23px;
}

#navigation ul a:hover {
	color: #207DA8;
	background: transparent url(navfleuron.gif) left top no-repeat;
}

#navigation ul a:active {
	color: #C5E4F3;
}


/* --- Banner --- */
#banner .photo span {
	display: none;
}


/* --- Footer --- */

#footer p {
	padding-top: 17px; /* footer has a paragraph of text and a "line" of graphic; they'd ordinarily be on
						  top of each other. So I pad the top of the paragraph to push it under the graphic. */
}