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

a:link {
	color:#999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color:#999999;
}
a:active {
	text-decoration: none;
	color:#999999;
}

#body {
}

#wraooer {
}

#background {
	position: fixed;
	z-index: 2;
	left: 400px;
	float: none;
	top: 10px;
	display: block;
}

#sideBar {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 50px;
	overflow: hidden;
	display: block;
	background-color: #333333;
	opacity: 0.9;
    filter:alpha(opacity=90); /* IE's opacity*/
	height: 1500px;
	width: 256px;
}

#headerLogo {
	position: absolute;
	z-index: 2000;
	left: 22px;
	top: 20px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
}

#sideText {
	float: left;
	position: fixed;
	z-index: 3000;
	left: 550px;
	top: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color:#333333;
	text-align: left;
	height: 600px;
	width: 300px;
	line-height: 20px;
}

#content {
	z-index: 50;
	top: 70px;
	overflow:visible;
	float: left;
	position: relative;
}

#contentGraphics {
	z-index: 50;
	top: 70px;
	overflow:visible;
	float: left;
	position: relative;
	height: 550px;
	width: 10000px;
}
