@charset "UTF-8";
/* CSS Document */

body, td {
	font: 14px/22px Georgia, serif;
	color: #333;
}
html {
	height: 100%;
	background-color: #666;
}
body {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	height: 100%;
	background-color: #666;
}
#wrapper {
	background:#FFD553 url('wrapper.png') center repeat-y;
	width: 620px;
	padding:0px 0px;
	text-align: left;
	min-height: 100%;
	position: relative;
}
#content {
	width:600px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 60px;
}
#inset {
	padding-left: 20px;
	padding-right: 20px;
}
#header {
	background-color: #FFD553;
	padding: 0;
	margin: 0;
}
#footer {
	position: absolute;
	bottom: 0;
	height: 24px;
	border-top: 1px solid #039;
	padding-top: 4px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	left: 10px;
	right: 10px;
	width: 600px;
	background-color: #333;
	color: #CCC;
}
#footer-content {
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}
#footer-right {
	float: right;
}
#footer a:link {
	color: #AAF;
	text-decoration: none;
}
#footer a:visited {
	color: #AAF;
	text-decoration: none;
}
#footer a:hover {
	color: #AAF;
	text-decoration: underline;
}
#footer a:active {
	color: #AAF;
	text-decoration: underline;
}
a:link {
	color: #33C;
	text-decoration: none;
}
a:visited {
	color: #66C;
	text-decoration: none;
}
a:hover {
	color: #33C;
	text-decoration: underline;
}
a:active {
	color: #33C;
	text-decoration: underline;
}
#nav {
	background-color: #333; // #F93;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
#nav a {
	padding: 6px;
	font-weight: bold;
}
#nav .thisPage {
	padding: 6px;
	font-weight: bold;
	color: #CCC;
	background-color: #666;
}
#nav a:link {
	color: #CCC;
	text-decoration: none;
}
#nav a:visited {
	color: #CCC;
	text-decoration: none;
}
#nav a:hover {
	color: #CCC;
	background-color: #666;
	text-decoration: none;
}
#nav a:active {
	color: #CCC;
	background-color: #666;
	text-decoration: none;
}
.navButton {
	margin-left: 10px;
	margin-right: 10px;
}
ul.simple {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
ul.simple li {
	list-style-type: none;
}
.listTitle {
	font-weight: bold;
	margin-bottom: 0px;
}
table.indent {
	margin-left: 28px;
}
.fixed {
	color: #999;
}
