/* CSS Document */
/* Basic Body styles */
body {
	background: #000000 url(assets/protoskull.gif) repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}
#sitecontainer{
	position: relative;
	width:780px;
	height:860px;
	margin:0 auto 0 auto;
	padding:0;
	background:#000000;
}	
#top {
	position: relative;
	margin: 5px 0px 0px 0px;
	padding: 10px;
	text-align: left;
	width: 760px;
	background: #000000;
	height: 180px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 180px;
	}
html>body #top {
	height: 173px; /* ie5win fudge ends */
	}
#border1 {
	background: #363636;
	padding: 0px;
	width: 780px;
	height: 4px;
	}

#left {
	float: left;
	top: 130px;
	left: 0px;
	height: 600px;
	margin: 0 0 0 0;
	padding: 10px;
	background: #333333;
	text-align: left;
	width: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 100px;
	}
html>body #left {
	width: 100px; /* ie5win fudge ends */
	}
#middle {
	float: left;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	height: 600px;
	background: #eAe9E4;
	text-align: left;
	width: 130px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
	}
html>body #middle {
	width: 130px; /* ie5win fudge ends */
	}
#right {
	float: right;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 0px;
	padding: 10px;
	background: #ffffff;
	text-align: left;
	height: 600px;
	overflow: auto;
	width: 490px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 490px;
	}
html>body #right {
	width: 490px; /* ie5win fudge ends */
	}
	
/* Main Content */
#navlinks ul {
 	list-style: none;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 4px;
	text-decoration: none;
}
#navlinks li {
	padding: 0 0 0 0;
	line-height: 18px;
}
.navlinks {
	color: #b7b8a0;
}
.navlinks a:link, a:visited {
	color: #b7b8a0;
	text-decoration: none;
}
.navlinks a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* -- contentNav -- */
.midtype {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.midtype a:link, a:visited {
	color: #cc3333;
	text-decoration: none;
}
.midtype a:hover {
	color: #ffffff;
	text-decoration: none;
}

.righttype {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.righttype a:link {
	color: #cc3333;
	text-decoration: none;
}
.righttype a:hover {
	color: #ffffff;
	text-decoration: none;
}
.righttype a:visited {
	color: #333333;
	text-decoration: none;
}
/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
	color: #363636;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
	color: #363636;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #c0a062;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: cc3333;
	line-height: 12px;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
	/* ---------->>> Links <<<-----------*/

a:link, a:visited { color: #b7b8a0; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; }