div#prehead
{
text-align: center;
color: #0041B1;
font-size: 1.5em;
}
h1#headline
{
text-align: center;
color: #8C0000;
}
div#subhead
{
text-align: center;
color: #0041B1;
font-size: 2em;
}
#lead
{

}
#main
{
}
h2
{
text-align: center;
color: #0041B1;
}
div.testimonial
{
background-color: #DCD790;
border-style: dotted;
padding: 2em;
}
/*form
{
text-align: right;
padding: 10px;
width: 30%;
}*/

form.no_fields
{
text-align: left;
}

#offer
{
}
#call
{
background-color: #DCD790;
border-style: dashed;
padding: 2em;
}
#ps
{
	}
btn
{
-webkit-border-radius: 4px; /* for Safari */ 
-moz-border-radius: 4px; /* for Firefox */
}
btnhov
{
}
div.illo
{
/*float either left or right*/
float: left;
}
div.caption
{
text-align: center;
}

/*Use as follows:
<div class='illo'>
<img ...>
<div class='caption'>caption text</div>
</div>
*/
