#contentDiv {
	position: relative;
	top: -9px; /* move the content to -15 to center the div on the page instead of the table */
	left: -6px;
	height: 50px; /* pushes the bottom border down enough to contain the absolutely positioned boxes */
	margin:0px;
	padding:0px;
}

#mainbanner {
	height: 400px;
	margin: 0px;
	padding: 0px;
}
#htmlbanner {
	height: 210px;
	background-image: url(/images/roundbox.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #555555;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#htmlbanner h2{
 	font-size: 22px;
	color: #551A8B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
}

#htmlbanner p{
	font-size: 18px;
	font-weight: lighter;
	color: #555555;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
}
#bannerbtns {
	position: absolute; top: 134px; left: 230px;
}
#bannerlinks {
	position: absolute; top: 187px; left: 233px;
	text-align: left;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

#quote {
	 position: absolute; 
	 top: 2px; 
	 left: 485px;
}

#htmlquote {
	position: absolute; 
	top: 3px; 
	left: 480px;
	height: 360px;
	width: 252px;
	background-image: url(images/quotes.gif);
	background-repeat: no-repeat;
}

#quotelink {
	position: absolute; top: 336px; left: 154px;
	text-align: left;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}


#Reviews{   position: absolute; top: 244px; left: 8px; }
#Reviews #boxcontent{ position: absolute; top: 0px; left: 0px;}
#Scenarios{ position: absolute; top: 244px; left: 8px;}
#Purchase{  position: absolute; top: 244px; left: 249px;}
.box {width: 232px; height: 122px; margin:0px; padding: 0px;}
.box #boxtitle{   position: absolute; margin: 5px; font-size: 15px;}
.box #boxcontent{ position: absolute; top: 22px; width: 222px; margin: 5px; font-size: 15px;}
.box #boxlink{    position: absolute; top: 90px; right: 0px; margin: 10px;}
