body {
	background-color: #001100;
	font-size: 100%;
	font-family: "Lucida Console", "Courier New", monospace;
	color: #BBBBBB;
	padding: 10px;
	font-size: 1em;
}

h1 {
	border: 4px double #00FF00;
	font-size: 2.25em;
	letter-spacing: 3px;
	color: #00FF00;
	text-align: center;
	width: 35%;
	height: 41px;
	margin: auto;
	float: center;
}

h2 {
	color: #9A9A9A;
	text-align: left;
	font-size: 1.25em;
	letter-spacing: 1px;
	margin: auto;
	width: 100%;
	padding: 2px;
}

p {
	font-family: Tahoma, Arial, Sans-serif;
}

a {
	color: #00AA00;
	text-decoration: none;
}

.topnav {
	overflow: hidden;
	width: 100%;
	margin: auto;
	float: center;
}

.topnav a {
	float: left;
	display: block;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	border: 2px dotted #006700;
	width: 100px;
	font-size: .8em;
	color: #AAAAAA;
	margin-right: 4px;
	margin-left: 4px;
}

.topnav a:hover {
	background-color: hsla(120,20%,30%,.35);
	color: #00FF00;
}

input[type=text] {
	margin-bottom: 20px;
	padding: 5px 14px;
	border: 1px dotted #006700;
	background-color: hsla(0,0%,10%,.25);
	color: #007A00;
	font-size: 1em;
}

input[type=text]:focus {
	background-color: hsla(120,5%,20%,.35);
	border: 1px dotted #00FF00;
	color: #00FF00;	
}

button {
	background-color: hsla(0,0%,20%,.35);
	border: 2px dotted #006700;
	font-size: 1.07em;
	color: #AAAAAA;
    padding: 10px 19px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

button:hover {
	color: #00FF00;
	background-color: hsla(120,30%,20%,.45);
	border: 2px dotted #00FF00;
}

#searches_left {
	position: fixed;
	top: 35px;
	left: 20px;
	width: 384px;
	padding: 10px;
}

#searches_left button{
	margin-left: 8px;
	position: relative;
	top: -2px;
}

#searches_left input[type=text] {
	width: 224px;
	text-align: right;
}

#searches_right {
	position: fixed;
	top: 35px;
	right: 20px;
	width: 384px;
	padding: 10px;
}

#searches_right button{
	margin-left: 8px;
	position: relative;
	top: -2px;
}

#searches_right input[type=text] {
	width: 224px;
	text-align: right;
}

#iframe_main {
	border: 2px dotted #3F3F3F;
	position: relative;
	float: center;
	height: 650px;
	width: 850px;
}

/* 
#iframe_links {
	border: none;
	border-left: 2px dashed #232323;
	position: relative;
	top: -125px;
	float: right;
	height: 1000px;
	width: 150px;
}
*/

#link_bar {
	margin: auto;
	float: right;
	width: 110px;
}

#link_bar a {
	float: left;
	text-decoration: none;
	text-align: left;
	width: 110px;
	height: 30px;
	padding: 5px;
	font-size: .9em;
}

#link_bar a:hover {
	color: #00FF00;
}

#link_val {
	text-align: right;
	font-size: 0.75em;
	position: fixed;
	top: 10px;
	right: 10px;
}