body {
	background: url(http://fc04.deviantart.com/fs45/i/2009/113/1/c/face_pile_by_ynthamy.png);
	background-attachment: scroll;
	background-position: top left;
	font-size: 12px;
	font-family: "Optima", sans-serif;
	color: #ffa500;
}

div#whole {
	height: 600px;
	margin: -10;
	border-left-width: 13px;
	border-left-style: dashed;
	border-color: #000;
	background-image: url(http://spwarph.com/images/tinyspwarphicon.png);
	background-repeat: no-repeat;
	background-position: 25px 3px;
}

div#header {
	margin-left: 100px;
	margin-top: 20px;
}

div#navigation {
	position: absolute;
	top: 60px;
	width: 460px;
	height: 16px;
	margin-left: 120px;
	margin-top: 40px;
	background-color: #000;
}

span.navitem {
	padding-left: 28px;
	padding-right: 28px;
	border-left: 2px dashed #a9a9a9;
}

div#navigation a {
	text-decoration: none;
	color: #7fff00;
}

div#navigation a:hover{
	text-decoration: blink;
	color: #fff;
}

div#navigation a.disabled {
	text-decoration: line-through;
	color: #a9a9a9;
}

div#sidenav {
	position: absolute;
	left: 30px;
	top: 150px;
	width: 80px;
	float: left;
	background-color: #7fff00;
}

div.sideitem {
	color: white;
	margin: 4px;
	padding: 4px;
	border-bottom: 2px dashed #fff;
}

div#sidenav a {
	color: black;
}

div#sidenav a:hover {
	color: #fff;
	text-decoration: none;
}

div#content {
	position: absolute;
	top: 100px;
	width: 500px;
	background-color: #fff;
	padding: 0 3px 7px 3px;
	border-left: 3px dashed #ffff00;
	border-right: 3px dashed #ffff00;
	border-bottom: 9px dashed #f5f5f5;
}

div#content {
	margin-left: 100px;
	margin-top: 50px;
}

span.here {
	color: #fff;
	background-color: #000;
	padding-bottom: 5px;
	border-bottom: 2px dashed #ffff00;
	font-weight: bold;
}

span.title {
	color: #000;
	font-weight: bold;
}

div#header a {
	text-decoration: none;
}

div#header a:hover {
	text-decoration: underline;
}

div#content a {
	color: #7fff00;
}

div#content a:hover {
	text-decoration: blink;
	color: #000;
}

h1, h2 {
	color: #7fff00;
}

h3, h4, h5 {
	color: #7fff00;
}

#foot {
	position: fixed;
	color: #d3d3d3;
	font-size: 9px;
	bottom: 5px;
	left: 120px;
	z-index: -2;
}

#copyfoot {
	position: fixed;
	top: 575px;
	left: 30px;
	width: 80px;
	font-size: 10px;
	color: #999;
	z-index: -1;
}