@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 10px;
	background-color:#000000;

}

#omega	{
	margin-top: 10px;
	width: 100%;
	padding: 0%;
	float: left;
}


#header {
	margin: 0px;
	width: auto;
	background-color: #000000;
	padding-left: 20px;
	text-align: left;
}

#nav {
	width: auto;
	padding: 0px 20px 0px 20px;
	list-style-type: none;
	display: block;
	text-decoration: none;
	text-align: right;
}

.current {
	background-color: #003333;
}

#nav a:link, #nav a:active, #nav a:visited {
	text-decoration: none;
	color: #CCCCCC;
	display: inline;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border: 1px solid #666666;
}

#nav a:hover {
	text-decoration: none;
	display: inline;
	list-style-type: none;
	background-color: #669933;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border: 1px solid #CCCCCC;
	color: #000000;
}



#console {
	background-color: #000000;
	width: 844px;
	padding-bottom: 10px;
	padding-top: 20px;

}


#border {
	background-color: #FFFFFF;
	width: 804px;
	margin-top: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;

}

#stage {
	background-color: #999999;
	width: 100%;
	color: #000000;
	float: right;
	margin: 0;

}

#stage a:link, #stage a:active, #stage a:visited {
	text-decoration: none;
	color: #003333;
}

#stage a:hover {
	text-decoration: underline;
	color: #003333;
}

#blog {
	background-color: #999999;
	padding: 20px;
	width: 210px;
	text-align: left;
	float: left;
	margin: 0;
}

#centerstage {
	background-color: #66CCFF;
	height: 10%;
}

#clear  {
	clear: both;
	margin-bottom: 20px;
	
}

#footer {
	width: 700px;
	margin: 0px;
	padding: 5px;
	color: #CCCCCC;

}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
