#wrap { 
    width:700px; 
	text-align:left; 
	margin:0 auto; 
}  

#inner { margin:0 10px; }  

#main{
	width:420px;
	float:left;
	margin:30px 5px 30px 15px;
}

#side{
	width:240px;
	float:right;
	margin:30px 15px 0 0;
}

.clear{
	clear:both;
	line-height:0;
	height:0;
}

div#qTip {
  padding: 5px;
  border: none;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background-color:#666600; 
  color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  text-align: justify;
  position: absolute;
  z-index: 1000;
  width: 250px;
  height: 120px;
  opacity:.80;
  filter: alpha(opacity=80); 
}