/* CSS Document */

#content {
	position: absolute;
	left: 250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	width: 760px;
	margin-top: 175px;
}

#content p, p, li {
	font: 12px georgia,"times new roman",times,serif;
	color: #000;
	margin-left: 10px;
	margin-right: 10px
}

#content #reseller {
	position: relative;
	height: 180px;
}

#content #reseller div {
	float: left;
	text-align: center;
}
#content #reseller img {
	border-style: none;
}
#content .imagebox {
	text-align: center;
	margin: 10px;
	border: 1px solid #CCC;
	padding: 7px;
	position: relative;
	background-image: url(../images/bpointsbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content .imagebox p {
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
