body {
	padding: 0;
	background-color: #F0F2F2;
	color: #6C2A22;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(img/paleslateswatch.png);
	background-repeat: no-repeat;
	
	background-position: 15px 0px;
	background-attachment: fixed;
}
html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */

}
html>body, html>body #wrapper {
	height: auto;
}
#wrapper {
	position: absolute;
	top: 0px;
	left: 0;
	background-color: transparent; /*** Set background color for side columns for Safari & IE ***/
}
#header {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 50px;
	background-color: #ffffff;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-color: 6C2A22; /*maybe make this border #000*/
	border-bottom-color: 6C2A22; /*maybe make this border #000*/
	border-width:2px 0px; /* top and bottom borders: 2px; left and right borders: 0px */
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	height: 38px;	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:28px; /* the correct height */

	}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#header {height:28px;} /* the correct height */
	
#header .subtitle {
	font: italic normal 130% Georgia, "Times New Roman", Times, serif;
	color: #6C2A22;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	letter-spacing: 2px;
	padding-top: 6px;
}
#header .logo {
	float: left;
	margin-left: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6C2A22;
	font-size: 150%;
	letter-spacing: 2px;
	}
	

#content {
	margin-left: 28em;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-top: 45px;
	
}
#wrapper #content ol li {
	font: italic 95%, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	display: inline;
}

#wrapper #content ol {
	list-style-position: inside;

	margin-left: 0px;
	}



#content ul li {
	padding-bottom: 12px;
}


#nav {
	position: absolute;
	top: 7em;
	height: 100%;
	left: 60px;
	width: 15em;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
/*
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 80%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#nav a:hover {
	color: #778899;
}

*/

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #6C2A22;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 3px;
	text-transform: capitalize;
}
a {
	font-size: 90%;
	color: #6C2A22;
}
a:hover {
	font-size: 90%;
	color: #8dc0c0;
	text-decoration: underline;
}


.navigation:hover {
	font-size: 90%;
	color: #8dc0c0;
	text-decoration: underline;
}
#content ul {
	font-size: 90%;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.active {
	font-family: Verdana, san-serif;
	color: #8dc0c0;
	font-size: 90%;
	text-decoration: underline;
	display: block;
	text-align: left;
}

#nav h2 {
	color: #6C2A22;
	text-align: left;
	word-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #6C2A22;
	margin-bottom: -10px;
	padding-left: 8px;
}
h1 {
	font: lighter 140% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	padding-left: 15px;
	margin-bottom: 3px;
	margin-top: 40px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: lighter;
	padding-left: 15px;
}
h3 {
	font-weight: lighter;
	letter-spacing: 1px;
	padding-left: 15px;
	margin-bottom: 3px;
	font-size: 100%;
}
h4 {
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 3px;
	padding-left: 15px;
	font-size: 80%;
}
#content p {
	margin-top: 3px;
	margin-bottom: 12px;
	color: #6C2A22;
}
#footer {
	position: auto;
	bottom: 5px;
	width: 100%;
	color: #6C2A22;
	font-size: 80%;
	border-top: 1px solid #6C2A22;
	border-bottom: 1px solid #6C2A22;
	margin-top: 12px;
	background-color: #FFFFFF;
}
#footer p {
	margin: 1em 0 1em 2em;
	padding: 0 20px 0 0;
	text-align: right;
}

/*took this bit from http://www.positioniseverything.net*/
hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #ccc; /* for ie */
	background-color: #ccc; /* for everyone else */
	height: 1px;
	}
	
