/*
	Define the colors for this template.
*/

body { 
	background-color: #101010;
	color: #cccccc;
	}

a:link { color: #d48020; }
a:visited { color: #d48020; }
a:active { color: #d48020; }
a:hover { color: #c09900; }
a:focus { color: #ff9900; }

/*	DIVS .. top image and title, navigation A, navigation B, content area */

div.container { /*	background-color: #c27f0b; */ }

/* Using the table instead of divs gives us easier inline formatting 
	options for navigation button placement, etc. */

img.banner { border-color:  #905820; }

table.topBar { background-color: #161000; border-color: #905820; }

table.pageContent { background-color: #161000; border-color: #905820; }

p.audio { background-color: #905820; }

/* END OF STYLE SHEET */
