BODY {
	font: normal 10pt "Arial";
	background: #000;
	color: #ccc;
	cursor: default;
}
#body-layer {
	width: 1024px;
	margin: 0 auto;
	padding: 5px 0;
}
#logo-layer {
	width: 1024px;
	height: 120px;
}
#logo-layer #menu-layer {
	float: right;
	clear: none;
	width: 500px;
	display: inline-block;
	position: relative;
}
#logo-layer #menu-layer UL {
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
}
#logo-layer #menu-layer UL LI {
	display: inline-block;
	float: left;
	border-left: solid 1px #099;
}
#logo-layer #menu-layer UL LI.first {
	border-left: none;
}
#logo-layer #menu-layer UL LI A {
	display: block;
	padding: 0 5px;
	color: #ccc;
	text-decoration: none;
}
#logo-layer #menu-layer UL LI A:hover {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}
#logo-layer #menu-layer UL LI.active A {
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 3px #fff;
}
#logo-layer #menu-layer #menu-main {
	float: left;
}
#processing-layer {
	width: 500px;
	height: 480px;
	float: left;
}
#content-layer {
	width: 500px;
	height: 480px;
	float: right;
	line-height: 16pt;
	text-align: justify;
}
#processing-layer A, #content-layer A {
	color: #fff;
	text-decoration: none;
}
#processing-layer A:hover, #content-layer A:hover {
	text-decoration: underline;
	cursor: pointer;
}
#content-layer SUP, #content-layer SUP A {
	font-size: 6pt;
	line-height: 6pt;
	color: #345;
}
#footer-layer {
	border-top: solid 1px #099;
	padding-top: 10px;
	clear: both;
	width: 1024px;
	height: 40px;
	font-size: 8pt;
	color: #345;
}
#footer-layer A {
	color: #345;
	text-decoration: none;
}
#footer-layer A:hover {
	text-decoration: underline;
	color: #357;
	cursor: pointer;
}
#hidden-layer {
	display: none;
}
#logo-layer H1 {
	color: #000;
	text-shadow: 0px 0px 4px #def;
	font-size: 22pt;
	border-bottom: solid 1px #099;
	padding-bottom: 20px;
}
PRE {
	color: #000;
}
.clear { float: none; clear: both; }