@charset "utf-8";
/* CSS Document */

body {
	background-color:black;
	margin:0 0 0 0;
	font-family:verdana;
	font-size:12px;
}

#holder {
	width:100%;
	background-color:black;
	height:535px;
	position:absolute;
	top:50%;
	margin-top:-268px;
	background-image:url(images/background.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	border:3px solid #006D61;
	border-left:none;
	border-right:none;
}

#side {
	height:535px;
	float:left;
	background-image:url(images/side.gif);
	width:295px;
	background-repeat:no-repeat;
	z-index:99;
	position:absolute;
	left:0px;
}

#contentHolder {
	width:100%;
	height:425px;
	background-color:white;
	opacity:.15;
	filter:alpha(opacity=15);
	position:absolute;
	left:0px;
	margin-top:55px;
	z-index:1;
}

#content {
	width:600px;
	height:400px;
	position:absolute;
	left:0px;
	margin-top:68px;
	z-index:1;
	color:white;
	margin-left:250px;
	font-size:14px;
}

#logo {
	height:229px;
	width:165px;
	position:absolute;
	right:10px;
	z-index:99;
	margin-top:0px;
}

#underLogo {
	height:312px;
	width:105px;
	position:absolute;
	right:10px;
	z-index:99;
	margin-top:223px;
	text-align:center;
	color:white;
	font-size:14px; 
	font-weight:bold;
	background-color:black;
}

#aboveContent {
	width:500px;
	height:20px;
	position:absolute;
	left:0px;
	margin-top:30px;
	z-index:1;
	padding-left:120px;
	font-size:16px;
	color:white;
	letter-spacing:2px;
}

#below {
	width:100%;
	height:20px;
	position:absolute;
	top:50%;
	margin-top:275px;
}

#below span {
	width:33%;
	float:left;
	color:white;
	text-align:center;
}

#links a {
	display:block;
	border-left:1px solid white;
	color:white;
	text-decoration:none;
	float:left;
	width:19%;
}

a#ws {
	text-decoration:none;
	font-weight:bold;
	color:#009900;
}

#side a {
	display:block;
	width:100px;
	float:center;
	background-color:#333;
	opacity:.6;
	text-align:left;
	padding-left:5px;
	color:white;
	text-decoration:none;
	font-size:20px;
	position:relative;
	top:130px;
	height:1.5em;
	left:10px;
	font-weight:normal;
	filter:alpha(opacity=60);
}

#flash {
	width:450px;
	height:100%;
	float:left;
	text-align:center;
}

#textBelow {
	width:100%;
	float:left;
	text-align:center;
	height:50px;
	margin-top:-45px;
	color:white;
	font-size:12px;
	font-weight:bold;
}

a {
	color:#EEE;
	text-decoration:underline;
	font-weight:bold;
}