html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background-color: #99CC33;
}
a, a:link, a:visited, a:hover {
	color: #0000FF;
}
#header {
	margin: 0 auto;
	width: 800px;
}
#header img {
	display: block; /*this removes gap under image*/
}
#container {
	width: 768px;
	padding: 15px;
	margin: 0 auto;
	background-color: #FFFFFF;
	color: #000000;
	border-top: none;
	border-right: 1px solid #669900;
	border-bottom: 1px solid #669900;
	border-left: 1px solid #669900;
	min-height: 400px;
}
#container h1 {
	color: #0066CC;
	font-size: 24px;
	line-height: 28px;
	margin: 10px 0px 0px 0px;
}
#footer {
	width: 768px;
	padding: 10px;
	margin: 0 auto;
	color: #000000;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
}
.smallerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.reallysmalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
#boxdetailFrame {
	position: relative;
	width: 700px;
	margin: 0 auto;
}
#boxdetails {
	display: block;
	overflow: scroll;
	width: 470px;
	height: 280px;
	font-size: 11px;
	line-height: 14px;
	padding: 5px;
	border-top: 2px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 2px solid #999999;
}
#bonusFrame {
	position: relative;
	width: 750px;
	margin: 0 auto;
}
.highlight {
	background-color: #FFFF00;
	padding: 2px;
}
.testimonialBox {
	width: 600px;
	background-color: #FFCC99;
	padding: 10px;
	border: 1px dotted #FF9900;
	font-size: 12px;
	line-height: 16px;
	margin: 0 auto;
}
.adBox {
	width: 400px;
	background-color: #FFEAD5;
	padding: 10px;
	border: 1px solid #000000;
	font-size: 12px;
	line-height: 16px;
	margin: 0 auto;
	text-align: left;
}
.adBox h4 {
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	margin: 0px 0px 5px 0px;
	color: #000000;
}
.strike {
	text-decoration: line-through;
}
.bodyImg {
	text-align: center;
	font-size: 11px;
	color: #666666;
	margin-bottom: 10px;
}
.errortext {
	color: #CC0000;
	font-weight: bold;
}
.floatRight {
	float: right;
	margin: 0px 0px 10px 10px;
}
.photoBox {
	position: relative;
	float: left;
	margin: 0px 10px 10px 0px;
}
