body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 770px;
}
#header {
	padding: 0px;
	height: auto;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#navigater {
	height: 20px;
	font-family: "Courier New", Courier, monospace;
	font-size: .9em;
	color: #FFF;
	text-align: left;
	letter-spacing: 0em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-width: 1px;
	border-bottom-color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content {
	height: auto;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: "Courier New", Courier, monospace;
	color: #999;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 0.9em;
}
#content h1 {
	font-size: 1.2em;
	font-weight: lighter;
}
#sidebar {
	float: right;
	width: 490px;
	height: 525px;
	color: #999;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	background-color: #000;
	position: relative;
}
#sidebar #caption1 {
	font-size: 0.9em;
	position: absolute;
	top: 0px;
	height: auto;
	width: 490px;
	left: 0px;
	text-align: center;
	visibility: visible;
}
#sidebar #caption2 {
	font-size: 0.9em;
	text-align: center;
	position: absolute;
	height: auto;
	width: 490px;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#sidebar #caption3 {
	font-size: 0.9em;
	text-align: center;
	position: absolute;
	height: auto;
	width: 490px;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#sidebar #caption4 {
	font-size: 0.9em;
	text-align: center;
	position: absolute;
	height: auto;
	width: 490px;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#sidebar #caption5 {
	font-size: 0.9em;
	text-align: center;
	position: absolute;
	height: auto;
	width: 490px;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#sidebar #caption6 {
	font-size: 0.9em;
	text-align: center;
	position: absolute;
	height: auto;
	width: 490px;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#sidebar #caption7 {
	font-size: 0.9em;
	text-align: center;
	position: absolute;
	height: auto;
	width: 490px;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#sidebar #caption8 {
	font-size: 0.9em;
	text-align: center;
	position: absolute;
	height: auto;
	width: 490px;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#sidebar #caption9 {
	font-size: 0.9em;
	text-align: center;
	height: auto;
	width: 490px;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
}
#sidebar #caption10 {
	font-size: 0.9em;
	text-align: center;
	position: absolute;
	visibility: hidden;
	height: auto;
	width: 490px;
	left: 0px;
	top: 0px;
}
#sidebar #caption11 {
	font-size: 0.9em;
	text-align: center;
	position: absolute;
	visibility: hidden;
	height: auto;
	width: 490px;
	left: 0px;
	top: 0px;
}
#footer {
	margin: 0px;
	height: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	color: #333;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.note {
	font-size: 0.8em;
	color: #666;
}
.highlight {
	color: #3CF;
}
.aCursor {
	font-size: 1em;
	font-weight: bolder;
	text-decoration: blink;
}
