body 
{
	background-color: white;
	background-image: url('/images/bg.jpg');
	background-repeat: no-repeat;
}

#content 
{
	position: absolute;
	top: 80px;
	left: 380px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 9.5pt;
	line-height: 175%;
	width: 650px;
}

#left 
{
	position: absolute;
	top: 180px;
	left: 120px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 9.5pt;
	line-height: 175%;
	width: 200px;
}

#left ul
{
  list-style: none;
  padding-left:20px;  
}

table.pricing 
{
  border-collapse:collapse;
  align:center;
}

table.pricing td
{
    border: 1px solid #999;
    background-color: #ffffff;
}

tr.pricingheader td, td.pricingcolumn 
{
    background-color: #ddddff;
    font-weight: bold;
}

a img
{
  border: 0;
}

p.special_offer
{
  font-weight:bold;
  color: #567a9e;
}

.footer 
{
	font-size: 7pt;
	color: #999;
}

a.ninety_nine {
	font-size: 14pt;
	text-align: center;
	font-weight: bold;
	color: #567a9e;
	padding:0;

	margin:0;
}