body { 
	background: #36f url(images/bg.jpg) repeat-x left top;
	margin: 0 auto 12px auto;
	padding: 0;
	text-align: center;
	}
#header {
	background: white;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border: 0;	
	}
#wrapper {
	width: 801px;
	border: 1px solid #333;
	border-top: 0;
	margin: 0 auto;
	padding: 0;
	background: white;
	text-align: center;
	}
#content {
	width: 760px;
	background: white;
	margin: 0;
	padding: 12px 8px;
	text-align: left;
	color: #333;
	font-family: georgia, garamond, "times new roman", serif;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 24px;
	font-family: garamond, "apple garamond", georgia, "times new roman", serif;
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
.textindent {
	margin: 1em 24px;
	}
li
{
	list-style-type: default;
	list-style-image: url(images/dingbat.gif);
	list-style-position: default;
}
a:link {
	color: #36f;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #36f;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #360;
	font-weight: bold;
	text-decoration: underline;
	}
a:active {
	color: #36f;
	font-weight: bold;
	text-decoration: none;
	}	
#navwrapper {
	margin: 0;
	padding: 3px;
	}
#nav ul {
	padding: 0;
	margin: 1em;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, helvetica, arial, sans-serif;
	}
#nav li {
	list-style: none;
	margin: 0;
	display: inline;
	padding-right: 18px;
	}
#nav li #thispage {
	color: #ccc;
	}
#nav li a:link {
	color: #36f;
	text-decoration: none;
	border: 0;
	font-weight: bold;
	}
#nav li a:visited {
	color: #36f;
	text-decoration: none;
	border: 0;
	font-weight: bold;
	}
#nav li a:hover {
	color: #360;
	text-decoration: underline;
	border: 0;
	font-weight: bold;
	}
#nav li a:active {
	color: #36f;
	text-decoration: none;
	border: 0;
	font-weight: bold;
	}