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

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

#right-margin {
	position:absolute;
	left:800px;
	top:-80px;
	width:112px;
	height:705px;
	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:240px;
	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%;
  }
#video{
	position: absolute;
	top: 100px;
	left: 105px;	
}

#top10{
	position: relative;
	top: 40px;
	left: 425px;
	height: 175px;
	width: 325px;
	background-color:#363636;
	border: 4px solid #666666;
	padding: 5px;	
}
#questions{
	position: relative;
	left: 10px;
}
#allQuestionsLeft{
	position: absolute;	
	top: 60px;
	left: 40px;	
	width: 325px;
	text-align: left;	
	font-family:arial;
	color:#D6D6D6;
	font-size:12px;
}

#allQuestionsRight{
	position: absolute;	
	top: 200px;
	left: 390px;	
	width: 325px;
	text-align: left;	
	font-family:arial;
	color:#D6D6D6;
	font-size:12px;
}

#contentBreak{
	position: relative;	
	height: 0px;
	border-top: 1px dotted #000;
	width: 250px;
}
#qContent{
	position: relative;
	top: 5px;
	width: 240px;
	padding-bottom: 10px;
}