﻿#mainbox{
	padding:0 0 0 0;
                  margin-top:0px;
	margin-left: 260px;
	width: 624px;
	background:#C6B691 url('../images/faq.png') no-repeat center top;
	min-height:600px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:600px; /* for IE5.x and IE6 */
border:2px solid transparent;
}	

#faqbox{
	margin-top: 205px;
}

#faqbox p.question{
      padding-top: 30px;
      padding-left: 15px;
      font-size: 20px;
      font-weight: bold;
      color: black;
      padding-bottom:1px;  }

#faqbox p.answer{
      margin-left: 35px;
      font-size: 14px;
      color: black;  
      padding-bottom: 2px;  }
