body {
	margin: 0px;
	background-color: #333;
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
	}

a {
	color: #99c;
	}
	
a:active {
	}
	
a:visited {
	}
	
a:hover {
	color: #ccf;
	border-bottom: 1px dotted #99c;
	}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 602px;
	}

#logo {
	margin-top: 5px;
	}
	
#logo img {
	border: 1px solid #000;
	}

#menu {
	margin-top: 15px;
	}

#navcontainer {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	z-index: 1;
	}

#navcontainer ul {
	list-style-type: none;
	text-align: center;
	margin-top: -8px;
	padding: 0;
	position: relative;
	z-index: 2;
}

#navcontainer li {
	display: inline;
	text-align: center;
	margin: 0 5px;
	text-transform: uppercase;
	}

#navcontainer li a {
	padding: 1px 7px;
	color: #000;
	background-color: #99c;
	border: 1px solid #000;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans-serif;
	}

#navcontainer li a:hover {
	background-color: #ccf;
	color: #000;
	border: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}

#navcontainer li a#current {
	background-color: #669;
	color: #fff;
	border: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

.chunk {
	font-family: trebuchet ms, helvetica, arial, verdana, sans-serif;
	margin-bottom: 30px;
	clear: both;
	}
	
.chunk p {
	text-align: justify;
	margin: 0px;
	margin-bottom: 1em;
	color: #ccc;
	font-size: small;
	line-height: 160%;
	padding-left: 40px;
	}
	
.chunk h2 {
	margin-bottom: 5px;
	font-size: 14px;
	color: #ccc;
	text-transform: uppercase;
	font-family: arial, helvetica, trebuchet ms, verdana, sans-serif;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	}
	
.chunk h3 {
	margin: 0px;
	font-family: trebuchet ms, helvetica, arial, verdana, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #ccc;
	font-weight: bold;
	padding-left: 40px;
	}

.chunk h4 {
	margin: 0px 10px 0px;
	font-family: trebuchet ms, helvetica, arial, verdana, sans-serif;
	font-size: 1em;
	color: #ccc;
	font-weight: bold;
	padding-bottom: 1em;
	}	

.chunk ul {
	list-style: square;
	margin: 0px;
	padding: 0px;
	}
	
.chunk li {
	font-size: small;
	color: #ccc;
	margin-left: 100px;
	}

.chunk img {
	float: left;
	border: 1px solid #999;
	margin: 5px 15px 40px 40px;
	}

.writing ul {
	margin: 0px;
	}
	
.writing li {
	font-size: small;
	color: #ccc;
	margin-left: 60px;
	padding-bottom: 0.5em;
	}	

#footer {
	border-top: 1px solid #999;
	margin-bottom: 5px;
	}
	
#footer p {
	margin: 3px;
	font-size: x-small;
	color: #ccc;
	text-align: center;
	}
	
.grey {
	color: #999;
	}
	
.center {
	text-align: center;
	}
	
.navback p {
	float: left;
	margin: 0px;
	margin-bottom: 1em;
	color: #fff;
	font-size: xx-small;
	line-height: 160%;
	text-transform: uppercase;
	font-weight: bold;
	}
	