@charset "utf-8";
*{
	text-shadow: #000000 0 0 0px;
}
* html #contBox .overlay {
  height: expression(document.getElementById("column-1").offsetHeight);
}
html{
	background-color: #000000;
}
body {
	background-color: #000000;
}

div#layer0 {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	overflow:visible;
}
div#layer0.light {
	background-image: url(../images/bg_dim.gif);
}

div#layer1 {
	width: 915px;
	margin-left: 65px;
	clear: both;
	overflow:hidden;
}
div#menuHead {
	clear: both;
	height: 129px;
}
	div#menuHead img {
		float: left;
	}
div#menuBox{
	margin-top:1px;
	height:36px;
}
div#homeCont {
	background-image: url(../images/bot_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: scroll;
}
div#titleBox{
	height:92px;
}
div#homeBox {
	height: 317px;
	background-image: url(../images/home_bg.gif);
	background-repeat: repeat-x;
	width: 856px;
	border: 1px solid #666666;
	margin-left: 52px;
}
div#homeFeat .box {
	background-color: #454546;
	padding: 8px;
	height: 164px;
	width: 246px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

div#homeSpacer {
	height: 234px;
}

div#homeSlogan {
	height: 124px;
	width: 856px;
	background-image: url(../images/slogan.gif);
}
div#homeFeat {
	height: 193px;
	padding-left: 4px;
	padding-right: 0px;
}
div#contCol1 {
	width: 35%;
	float: left;
}

div#contCol2 {
	width: 65%;
	float: right;
}
div#homeFooter {
	height: 100px;
	clear: both;
}
div#contFooter {
	background-image: url(../images/bot_bg.gif);
	height: 110px;
	background-position:bottom;
	clear: both;
}
div#contSpacer {
	height: 70px;
}
div#BoxInner {
	position: relative;
	height: 200px;
	border: 1px solid #666666;
	color: #FFFFFF;
}

div#contBox {
	position: relative;
	float: left;
	width: 856px; /* remember to set a width */
	margin-left: 52px;
}
	div#contBox .content {
	width: 856px;
		}
div#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4f4f4f;
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 64px;
	width: 915px;
	background-color: #000000;
}
div#whoImg{
	height:333px; 
	width:500px;
	margin-left:22px;
}
div#whoTxt{
	height:127px;
	width:500px;
	margin-left:22px;
}
div#whoTxt .innerTxt{
	height:86px; 
	overflow:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding-right:10px;
}
div#profileNav{
	margin-left:20px;
	padding-bottom:30px;
}
div#exper{
	position:relative;
	padding-top: 20px;
	background-color:#000000;
}
.exper td{
	font-size:12px;
	margin:0px;
	padding:5px;
	height:2em;
	border-top:solid 1px #666666;
	text-transform:capitalize;
	vertical-align:text-top;
	text-align:right;
}
.innerTube {
	padding: 20px;
}

.content {
	position: relative;
	border: 1px solid #666666;
	overflow: hidden;
}
.overlay{
	position: absolute;
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0;  /* will cover the entire parent */
	left: 0;
	width: 100%;
	opacity: 0.65;
	-moz-opacity: 0.62; /* older Gecko-based browsers */
	filter:alpha(opacity=65); /* For IE6&7 */
	background-image: url(../images/cont_bg.gif);
	background-repeat: repeat-x;
	margin-left: 1px;
}
	.container {
		position: relative;
		float: left;
		overflow: visible;
	}
.text{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}
.noMargin{
	margin:0px;
}
.noborder{
	border:none;
}
.whoBox{
	border-right:solid 1px #666666;
	padding:10px;
	padding-right:15px;
}
.whoBox:first-child{
	border-bottom:solid 1px #666666;
}
.col{
	width:47%;
}
.hr{
	width:100%;
	height:1px;
	background-color:#CCCCCC;
	margin:10px auto;
}
.left{
	float:left;
}
.right{
	float:right;
}
.smallspacer{
	height:10px;
	clear:both;
}
.left{
	float: left;
}
.right{
	float: right;
}
div.innerTubeGray{
	padding:10px;
	margin-left:20px;
	background-color:#111111;
	border:solid 1px #666666;
	margin-bottom:20px;
}
div.profileFloat{
	float:left;
	margin-right:10px;
	margin-bottom: 5px;
	width: 200px;
	height: 225px;
	border: solid 1px #333333;
}

h1{
	font-size: 24px;
		color: #CCCCCC;
			margin-bottom:10px;
}
h2 {
	color: #9704B5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 10px;
}
h2>a{
	color: #9704B5;
	text-decoration:none;
}
h2>a:hover{
	color: #CCCCCC;
}
h3{
	font-size: 24px;
	margin-bottom:10px;
	color:#9704B5;
}
h4{
	font-size: 18px;
	color: #CCCCCC;
	margin-bottom:10px;
}
h5{
	margin-bottom:10px;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
p{
	font-size:14px;
	margin-top:10px;
}
p:first-child{
	margin-top:0px;
}
p span.bold{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
li{
	font-size:14px;
	list-style: inside circle;
	margin-bottom:5px;
	margin-left:15px;
}
table.exper{
	margin-top:5px;
}
td:first-child{
	text-align:left;
	width:60%;
}
