a {
	text-decoration: none;
}

body {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-top: 20px;
	background-image: url('../images/background-3.png');
	background-color: #202020;
	color: #cccccc;
	font-family: "Verdana", "Helvetica", serif;
	font-size: 10pt;
}

#container {
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -35px;
	margin-bottom: 20px;
	background-color: #000;
}

#topbox {
	/* height: 50px; */
	margin: 0px;
	overflow: visible;
	padding: 5px;
	min-height: 30px;
}

#bottombox {
	height: 10px;
	margin: 0px;
}

#middlebox {
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: visible;
	background-color: #000;
	background: url('../images/nav2-4.png') repeat-y left;
	clear: both;
}

#nav {
	width: 125px;
	/* height: 150px; */
	margin: 0px;
	margin-left: -3px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000;
	float: left;
	clear: left;
}

#subnav {
	width: 125px;
	margin: 0px;

	float: left;
	clear: left;

	color: #666666;
	vertical-align: top;
	text-align: center;
}

#contentbox {
	width: 600px;
	margin-left: 135px;
	padding-left: 10px;
	vertical-align: top;
}

#nav a {
	display: block;
	width: 110px;
	padding-left: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	line-height: 11pt;
	color: #fff;
	background: #000 url('../images/mouseover-sprite.png') no-repeat 0 0;
}

#nav a:hover {
	color: #fff;
	background: #ff9933 url('../images/mouseover-sprite.png') no-repeat 0 -17px;
}

div#colorlinks {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 15px;
	margin: 0;
	background-color: #000;
	width: 100px;
}

div#colorlinks a {
	color: #000;
	text-decoration: none;
	height: 15px;
	width: 15px;
	border: 0;
}

div#colorlinks img {
	height: 12px;
	width: 12px;
	border: 0;
}

#logoblock {
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#logoquote {
	padding-bottom: 10px;
	margin-top: 5px;
	float: left;
	text-align: left;
	min-width: 350px;
}

#ansiheader:before {
	width: 100%;
	border: 1px dotted #ccc;
	content: url('http://darkscience.org/ansiheader.png');
}
