.node {
	background-color: #000000;
	color: #00FF00;
	font-family: "Courier New", Courier, mono;
	font-size: 11pt;
	width: 480px;
	border: 1px solid #009900;
	position: absolute;
	top: 90px;
	left: 150px;
	padding: 10px;
	margin: 0px;
	z-index: 2;
}
#logo {
	position: absolute;
	left: 150px;
	top: 20px;
	z-index: 3;
}

.node a {
	color: #00FF00;
	font-weight: normal;
}
.node p {
	margin: 25px 0px 10px;
	padding: 0px;
	text-align: left;
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	border: 1px solid #009900;
	background-image: url(img/00_back.jpg);
	background-repeat: repeat-y;
}
.rsb {
	position: absolute;
	right: 0px;
	z-index: 1;
}

.node img {
	border: 1px solid #00CC00;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#about {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 4px;
	border-top: 2px solid #666666;
	border-right: 2px none #666666;
	border-bottom: 2px none #666666;
	border-left: 2px none #666666;
}
.node #about a {
	color: #009900;
}
.node a:hover {
	color: #FFCC00;
}

.node #about a:hover {
	color: #FFCC00;
}p.status {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	padding: 15px 5px 15px 15px;
	background-color: #FFCC00;
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.node #goo {
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.node #goo a {
	color: #009900;
}

.node #goo small {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #009900;
}
