div.body_container
{
	width: 900px;
}
div.body_container div.top, div.body_container div.bottom
{
	position: relative;
	width: 900px;
	height: 20px;
	clear: both;
	background: transparent url("./assets/images/body_white_top.gif") top left no-repeat;
}
div.body_container div.bottom
{
	background-image: url("./assets/images/body_white_bottom.gif");
}
div.body_container div.content
{
	position: relative;
	width: 900px;
	background-color: white;
	overflow: hidden;
}
div.content_text, div.support_image
{
	position: relative;
	width: 400px;
	float: left;
	padding-left: 50px;
}
b
{
	color: #0C273D;
}
p.support_price
{
	font-size: 12pt;
	color: #0C273D;
	text-align: center;
}
p.support_price span
{
	font-size: 14pt;
	font-weight: bold;
	color: #7AC943;
}
p.support_price sup
{
	color: #7AC943;
}
p.support_price sup.cents
{
	text-decoration: underline;
}
div.support_button
{
	position: relative;
	padding-top: 100px;
	clear: both;
}
div.support_testimonials
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 286px;
	height: 278px;
	margin-right: 30px;
	margin-left: 10px;
	margin-bottom: 40px;
	text-align: center;
	background: transparent url("./assets/images/support_box_blue.jpg") top left no-repeat;
	z-index: 1;
}
div.support_testimonials div.content
{
	width: 280px;
	background-color: transparent;
	text-align: left;
}
div.support_testimonials div.support_button
{
	padding-top: 20px;
}
div.header span
{
	visibility: hidden;
}

