body
{
	margin: 0 auto;
	padding: 0 0 24px 0;
	text-align: center;
	background-color: #00f;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
ul li
{
	list-style-type: default;
	list-style-image: url(images/bullet.gif);
	list-style-position: default;
}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
#pagewrapper {
	width: 800px;
	margin: 0;
	padding: 0;
	background: white;
	border: 1px solid gray;
	border-top: 0;
	border-bottom: 6px solid gray;
	}
#header {
	width: 800px;
	border-bottom: 6px solid gray;
	padding: 0;
	margin: 0;
	}
#contentwrapper {
	width: 800px;
	padding: 0px;
	margin: 0;
	background: white;
	}

#content {
	margin: 0 0 0 200px;
	text-align: left;
	color: #333;
	font-family: verdana, arial, helvetica; sans-serif;
	font-size: 12px;
	padding: 12px 36px 12px 0;
	}
a:link {
	color: blue;
	text-decoration: underline;
	}
a:link {
	color: blue;
	text-decoration: underline;
	}
a:visited {
	color: blue;
	text-decoration: underline;
	}
a:hover {
	color: red;
	text-decoration: none;
	}
a:active {
	color: blue;
	text-decoration: underline;
	}
#nav {
	width: 175px;
	float: left;
	margin: 16px 0 0 5px;
	padding: 0px 4px 4px 0;
	background: white;
	font-family: verdana, arial, helvetica; sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav li {
	list-style: none;
	border: 1px black solid;
	padding: 0px;
	margin: 8px 0;
	}
li #thispage {
	color: #ccc;
	border: 0;
	background-color: red;
	background-image: url(images/nav_star.gif);
	background-position: 98% center;
	background-repeat: no-repeat;
	padding: 3px 12px 3px 2px;
	}
#nav li a {
	color: white;
	background: blue;
	display: block;
	text-decoration: none;
	padding: 3px 12px 3px 2px;
	}
#nav li a:hover
{
	color: white;
	border: black;
	background-color: red;
	background-image: url(images/nav_star.gif);
	background-position: 98% center;
	background-repeat: no-repeat;
}
#footer {
	width: 760px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	clear: both;
	font-size: 11px;
	font-weight: bold;
	background: white url(images/bg_footer.jpg) repeat-x left bottom;
	}