body {
	background: #ffffff;
	color: #000000;
}

/* ------------- BANNER BLOCK ------------- */
#banner {
	display: table;
	float: left;
	width: 98%;
	height: 60px;
	color: #ad93ad;
	text-align: right;
	vertical-align: top;
	font-family: georgia, times new roman, serif;
	font-weight: bold;
	font-size: 12pt;
	padding: 20px 0 0 0;
}

#banner h1 {
	display: block;
}

/* ------------- Formatting ------------- */

.break {
	clear: both;
	padding-bottom: 10px;
}

/* ------------- Hide These ------------- */

.nav {
	display: none;
}

.subnav {
	display: none;
}

.dropbox {
	display: none;
}

.fieldtext {
	display: none;
}

.thumbbox {
	display: none;
}

#gallery {
	display: none;
}

/* ------------- General Layout ------------- */
.title {
	background: #000000 url(images/tabbg.gif) top left no-repeat;
	width: 250px;
	font-size: 125%;
	font-weight: bold;
	text-align: left;
	padding: 2px 6px 12px 8px;
	border: 0;
	/*	border: 1px solid #ad93ad;
*/	margin: 15px 15px -10px 30px;
	z-index: 10;
}

.intro {
	background: #200020;
	width: 700px;
	margin: 0 auto;
	text-align: left;
	font-weight: bold;
	border: 1px solid #ad93ad;
	padding: 6px;
	z-index: -10;
}

/* ------------- Footer layout ------------- */

#footer {
	width: 700px;
	height: 18px;
	margin: 0 auto;
	padding: 6px;
	background: #000000 url(images/minilogo.gif) left center no-repeat;
	border: 1px solid #ad93ad;
	color: #ad93ad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#footer a, #footer a:active, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ad93ad;
	text-decoration: none;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

/* ------------- Print Only ------------- */

#naughty {
	clear: both;
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding: 10px;
	border: 4px dashed #000000;
	font-size: 200%;
	text-align: center;
}

