#plogo {
  float:left;
  display:block;
}

#mainleft {
  width: 450px;
  margin: 0px auto 0px auto;
  float: left;
}

	#questions {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	
	  #questions a {
		  display: block;
		}
	
	#answers {
	}
	
		#answers .faq {
			margin-bottom: 30px;	
		}
		
			#answers .faq .question {
				font-size: 12px;
			  color: #333;
			  padding: 3px 0 3px 0;
			  font-weight: bold;
			}
			
				#answers .faq .question a:hover {
					text-transform: none;
					text-decoration: none;
					color: #333;
				}
			
			#answers .faq .answer {
				
			}