/* CSS Document, lots of stuff learned from http://www.nikolaysaveliev.com/ *//* FIELDS */#content {	position: relative;	z-index: 5;	left: 0px;}#description {	position: fixed;	left: 0px;	top: 0px;	width: 610px;	height: 200px;	z-index: 200;}#menunav {	position: fixed;	left: 410px;	top: 28px;	width: 100px;	height: inherit;	z-index: 205;}#navigation {	position: fixed;	top: 15px;	left: 620px;	width: 190px;	height: auto;	z-index: 100;	padding: 0px;	padding-bottom: 60px;	margin-bottom: 60px;	bottom:10px	}/* FORMAT */body {	margin-left: 10px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;	background-color: #f7f7f7;}p {	font-family: "Courier New", Courier, mono;	font-size: 11px;	font-style: normal;	line-height: 12px;	font-weight: normal;	font-variant: normal;	color: #333333;	text-decoration: none;}h1 {	font-family: "Courier New", Courier, mono;	font-size: 13px;	font-weight: normal;	font-style: normal;	line-height: 10px;	font-variant: normal;	color: #333333;	text-decoration: none;	letter-spacing: 2px;}h2 {	font-family: "Courier New", Courier, mono;	font-size: 11px;	color: #000000;	font-style: normal;	line-height: normal;	font-variant: normal;	text-align: left;	vertical-align: top;	font-weight: normal;}h3 {	font-family: "Courier New", Courier, mono;	font-size: 11px;	line-height: 14px;	font-style: normal;	color: #999999;	font-weight: normal;	font-variant: normal;}h4 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	line-height: normal;	font-weight: normal;	color: #666666;}a {   outline: none;}a:link {	border: 0px none;	text-decoration: none;	color: #000000;}a:visited {	color: #000000;	text-decoration: none;}a:hover {	color: #FFFFFF;	text-decoration: none;	background-color: #000000;}a:active {	color: #00FF66;	text-decoration: blink;}
