body {
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #F33;
	font-family: Trebuchet MS, sans-serif;
}

a:link, a:visited {
	color: #FFF;
}

a:hover, a:visited:hover {
	color: #FFF;
	background-color: #F33;
}

a img {
	border: 0px;
}

#hCenter {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: #000;
	text-align: center;
	overflow: none;
	visibility: visible;
	display: block
}

#wScreen {
	position: absolute;
	top: -18em;
	left: 0;
	height: 37em;
	width: 100%;
	visibility: visible
}

#top_wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	height: 3em;
	width: 1px;
}

#top {
	position: absolute;
	top: 0;
	left: -29.7em;
	height: 3em;
	width: 50em;
	text-align: left;
	background-color: transparent;
}

#top a {
	text-decoration: none;
	font-size: 90%;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 0 0.5em 0.25em 0.75em;
	border-left: 3px groove #666;
	border-left: 0px groove #666;
}

#top a.active {
	color: #F33;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 0 0.5em 0.25em 0.75em;
	border-left: 3px groove #F33;
	border-left: 0px groove #F33;
}

#top a:hover {
	color: #FFF;
	background-color: #F33;
}

/*
#top_sub {
	position: absolute;
	top: 0;
	left: 0;
	height: 3em;
	width: 25em;
	text-align: right;
	background-color: transparent;
}

#top_sub a {
	text-decoration: none;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 0 0.5em 0.25em 0.75em;
	border-right: 3px groove #666;
}

#top_sub a.active {
	color: #F33;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 0 0.5em 0.25em 0.75em;
	border-right: 3px groove #F33;
}

#top_sub a:hover {
	color: #FFF;
	background-color: #F33;
}

*/
#top_sub {
	position: absolute;
	top: 0;
	left: -6em;
	height: 3em;
	width: 31em;
	text-align: left;
	background-color: transparent;
}

#top_sub a {
	color: #666;
	text-decoration: none;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 0 0.5em 0.25em 0.75em;
	border-right: 0px groove #666;
}

#top_sub a.active {
	color: #F33;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 0 0.5em 0.25em 0.75em;
	border-right: 0px groove #F33;
}

#top_sub a:hover {
	color: #FFF;
	background-color: #F33;
}
#content {
	position: relative;
	top: 2em;
	height: 30em;
	width: 100%;
	padding-top: 1em;
	background-color: transparent;
}

#content_border {
	position: absolute;
	top: 0;
	left: 0;
	height: 24.9em;
	width: 49.9em;
	border: 1px solid #F33;
	background-color: transparent;
}

#content_border_top {
	position: absolute;
	top: 0;
	left: 0;
	height: 0.1em;
	width: 100%;
	border-top: 1px solid #F33;
	z-index: 100;
}

#content_border_right {
	position: absolute;
	top: 0;
	right: 0;
	height: 25em;
	width: 0.1em;
	border-right: 1px solid #F33;
	z-index: 100;
}

#content_border_bottom {
	position: absolute;
	top: 24.9em;
	left: 0;
	height: 0.1em;
	width: 50em;
	border-bottom: 1px solid #F33;
	z-index: 100;
}

#content_border_left {
	position: absolute;
	top: 0;
	left: 0;
	height: 25em;
	width: 0.1em;
	border-left: 1px solid #F33;
	z-index: 100;
}

#content_border_center {
	position: absolute;
	top: 0;
	left: 25em;
	margin-top: 4em;
	height: 17.5em;
	width: 0.1em;
	border-right: 1px solid #666;
	z-index: 100;
}

#content_border_corner {
	position: absolute;
	top: 0;
	left: 0;
	height: 3em;
	width: 4.5em;
	border-top: 1px solid #F33;
	border-left: 1px solid #F33;
}

#content_inner {
	position: relative;
	height: 25em;
	width: 50em;
	margin-left:auto;
	margin-right: auto;
}

#content_inner_back {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 25em;
	width: 50em;
}

#content_inner_front {
	position: absolute;
	top: 0;
	left: 0;
	height: 25em;
	width: 50em;
}

#content_left_30 {
	float: left;
	width: 30%;
	height: 100%;
	text-align: center;
	background-color: #000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

#content_50 {
	float: left;
	width: 25em;
	height: 100%;
	border-top: 2px solid #F333;
	background-color: white;
}

.content_left_50 {
	float: left;
	width: 50%;
	height: 100%;
	text-align: left;
	background-color: #000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

.content_right_50 {
	float: left;
	width: 50%;
	height: 100%;
	text-align: center;
	background-color: #000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

#content_right_70 {
	float: left;
	width: 70%;
	height: 100%;
	font-weight: bold;
	text-align: left;
	background-color: #000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

#logo {
	position: absolute;
	left: 30em;
	top: 23.25em;
	height: 3.5em;
	width: 50%;
	z-index: 200;
}

#logo_w_corner {
	position: absolute;
	left: 30.3em;
	top: 23.2em;
	height: 3.5em;
	width: 50%;
}

#bottom {
	position: relative;
	height: 3em;
	width: 100%;
	text-align: center;
	background-color: transparent;
}

.border {
	border: 2px solid #F33;
}

.special {
	color: #666;
}

.red {
	color: #F33;
}

.big {
	font-size: 110%;
	font-weight: bold;
}

.XXL {
	font-size: 120%;
	font-weight: bold;
}

.small {
	font-size: 90%;
}

.XS {
	font-size: 80%;
}

.XXS {
	font-size: 70%;
}

.normal {
	font-weight: normal;
}

.gray_line_top {
	border-bottom: 0.1em solid #666;
	margin-bottom: 0.5em;
}

.gray_line {
	border-bottom: 0.1em solid #666;
	margin: 0.75em 4.5em 0.75em 0.5em;
}

#singleRight {
	float:left;
	width:25em;
	text-align: right; 
	overflow:hidden;
	background-color: #000; 
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

#singleText {
	position: absolute;
	top:0;
	left:25em;
	height: 21em;
	width: 21em;
	font-weight: bold;
	text-align:left;
	padding: 2em;
}