body {
	background-color: #996600;
	background-image: url(images/background.jpg);
	background-position: 50% top;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/mandalabackground.jpg);
	background-repeat: no-repeat;
	padding-top: 250px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 175px;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	color: #663300;
	text-align: right;
	float: left;
	padding-left: 10px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #996600;
	text-transform: none;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #663300;
	margin-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-left: 200px;
}
#nav ul {
	list-style-type: none;
}
#nav a {
	color: #993300;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
}
#nav li.box {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #996600;
	border-bottom-color: #996600;
}
#content a {
	color: #993300;
	text-decoration: none;
}
#content a:hover {
	color: #FFFFFF;
}
#nav a.pageon {
	padding-right: 5px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #996600;
}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
}
#footer a {
	color: #333300;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #663333;
}
td {
	padding: 6px;
	text-align: center;
	vertical-align: top;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #996600;
	border-left-color: #996600;
	
}
.lastcell {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996600;
}
blockquote {
	font-size: 90%;
	line-height: 1.3em;
}
h2 {
	color: #990033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996633;
	margin-bottom: -5px;
}
td.home {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #996600;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
}
td.home-noline {
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #996600;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
}
.red {
	color: #990000;
}
.fltrght {
	float: right;
	width: 150px;
	margin-left: 10px;
	padding-left: 10px;
	color: #333333;
	font-size: 0.9em;
	line-height: 1.3em;
}
li {
	margin-left: -10px;
	padding-left: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
