#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 85%;
}
#header {
	margin: 0.5em;
	padding: 4px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	width: 98%;
	background-color: #000000;
}
#header h1 {
	font-weight: normal;
	font-size: 2.5em;
	letter-spacing: 1pt;
	color: #dddddd;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 0.5em;
}
#content {
	margin: 0.5em;
	font-weight: normal;
	overflow: hidden;
	background-color: #000000;
}
#footer {
	background-color: #000000;
	margin: 0.5em;
	padding: 4px;
	font-size: 0.9em;
	color: #dddddd;
}
#footer a:link {
	text-decoration: none;
	color: #dddddd;
}
#footer a:visited {
	text-decoration: none;
	color: #dddddd;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

h1,h2,h3,h4,h5 {
	margin-top: 0em;
	margin-bottom: 0.2em;
}
#col1 {
	width: 20%;
}
#col2 {
	width: 78%;
	position: relative;
}
#col1, #col2 {
	margin-left: 0.2em;
	float: left;
}
.credits {
	font-size: 0.8em;
	font-style: italic;
	float: right;
}

