@charset "utf-8";
/* CSS Document */

h2{
color:#FF0000;
font-size:18px;
}

.faqBox{
 width:400px;
 float:left;
}

p.question{
 font-weight:bold;
}

p.answer{
margin-bottom:30px;
margin-left:30px;
}

.photo{
float:right;
}

.spacerh{
width:400px;
height:20px;
clear:both;
}