body { 
	background-image: url('/images/hex.gif');
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,san-serif; 
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 18pt;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-weight: normal;
	font-style: oblique;
}

#left {
	background: transparent;
	border: 1px solid #000000;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 5px;
	padding: 0px;
	top: 0px;
	width: 217px;
}
#middle {
	background: transparent;
	border: 0px solid #000000;
	height: 230px;
	margin-top: 30px;
	margin-left: 250px;
	margin-right: 5px;
	padding: 0px;
	padding-left: 10px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 150px;
}
#right {
	background: transparent;
	border: 1px solid #000000;
	margin-top: 30px;
	margin-left: 450px;
	margin-right: 5px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 217px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	border: 0px solid #000000;
	font-weight: bold;
	list-style: none;
	margin: 5px;
	padding: 0px;
}
#nav li:hover {
	color: #0000cc;
	list-style: none;
	margin: 5px;
	padding: 0px;
}
#nav a {
	color: #0000cc;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	text-decoration: underline;
}

#console {
	margin-top: 20px;
}
#footer {
	color: #669999;
	font-size: 8pt;
	text-align: center;
}

.typewriter {
	font-weight: bold;
	font-family: Courier, monospace; 
}

.white {
	padding-left: 30px;
	padding-right: 30px;
}

.front-left {
	border-bottom: 1px solid #c2eeef;
	border-top: 1px solid #c2eeef;
	border-left: 1px solid #c2eeef;
	border-right: 1px solid #c2eeef;
}
.front-right {
	border-bottom: 1px solid #c2eeef;
	border-top: 1px solid #c2eeef;
	border-left: 1px solid #c2eeef;
	border-right: 1px solid #c2eeef;
}

