#content {
	position: absolute; 
	display:block; 
	z-index:3; 
	width:800px; 
	height: 900px;
	background:#4F4F4F;
	text-align:left;
	font-family: arial;
	font-size: 13px;
	color: #D6D6D6;
	}

#left-margin {
	position:absolute;
	left:-112px;
	top:-80px;
	width:112px;
	height:1005px;
	background-image: url('../images/leftGradient.png');
	background-repeat: repeat-y;
}

#right-margin {
	position:absolute;
	left:800px;
	top:-80px;
	width:112px;
	height:1005px;
	background-image: url('../images/rightGradient.png');
	background-repeat: repeat-y;
}
#inputBox{
	position: absolute;
	background:#292929;
	text-align:center;
	color:#FFF;
	font-family:arial;
	right: 0;
	height:	23px;
	width: 180px;	
	padding-top:   0px;
	border-bottom:1px solid #000;	
}
#inputBox input{
	vertical-align:center;
}
#searchText{
	width:100px;	
	height:15px;
	color:#FFF;
	background-color:#454545;
	border:	1px solid #000;
}
#headerBottom {
	position: absolute;
	top: 26px;
	width: 800px;
	height:3px;
	background-image:url('../images/headerBottom.jpg');
	background-repeat: repeat-x;		
}
* html #headerBottom{
	background-image:url('../images/headerBottom.jpg');
	background-repeat: repeat-x;		
}
p{
	text-align: left;	
	font-family:arial;
	color:#D6D6D6;
	font-size:12px;
	width:350px;
	display: block;
}

hr{
	width:225px;
	color:#4F4F4F;
	background-color:#4F4F4F;
	border-bottom: 1px dotted #000;
}
#foot {
	position:absolute; 
	bottom:-26px; 
	width:800px; 
	height:25px; 
	font-size: 9px; 
	z-index:5; 
	font-family: arial;
	background-image:url('../images/BottomGradient.png');
	background-repeat:repeat-x;
	color: #7E7E7E;
	}
#foot a{
	color: #7E7E7E;	
}
.left {
  float: left;
  text-align: left;
  padding-top:10px; 
  padding-left:10px;
  width: 40%;
  color: #7E7E7E;
  }

.right {
  float: right;
  text-align: right;
  padding-top:10px; 
  padding-right:10px;
  width: 49%;
  }
#contentBreak{
	position: relative;	
	height: 0px;
	border-top: 1px dotted #000;
	width: 350px;
}
#recContent{
	position: relative;
	top: 30px;  	
	left: 40px;
}
#recLevels{
	position: relative;	
	height: auto;
	border: 4px solid #666666;
	width: 430px;
	visibility: hidden;
	background-color:#363636;
	margin-top: 5px;
}
#recLevels table{
	border:0;
	
}
#recFooter{
	position: relative;
}