@charset "UTF-8";
@import "sitewide.css";

html {
	background-color: #440000;
}

/* Split the page into content on the left and navigation on the right. */
div.navigation {
	width: 35%;
	float: right;
	clear: right;
}
div.content {
	width: 65%;
	float: left;
	clear: left;
}

/* Only use image replacement for the screen and print media types. */
@media screen, print {
		/* Use Rundle image replacement to give this page a graphic header. */
		h1#mainTitle {
		width: 740px;
		height: 100px;
		padding: 0;
		margin: 0 auto;
		background-image: url("main-title.png");
		text-indent: -3000px;
	}
}

/* Give the headings a graphic background. */
h1, h2, h3 {
	padding: 0.3em;
	width: 25em;
	max-width: 740px;
	background-color: #863131;
	color: white;
	background-image: url("redwaves2.png");
	background-repeat: no-repeat;
	background-position: left top;
}
div.independent h1, div.independent h2, div.independent h3 {
	margin: -10px -10px 0.5em -10px;
	width: auto;
}
div.independent {
	padding: 0 10px 10px 10px;
}

div.famous_quote cite {
	margin-left: 2em;
}

/* Make width of Google web search field fit the box. */
div#webSearch input#sbi {
	max-width: 90%;
}