body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

h1 {
	font-size: 16px;
}p {
	text-align: justify;
}
.review {
	background-color: #FFFFFF;
	border: 4px solid #CCCCCC;
	padding: 4px;
	font-size: 14px;
	text-align: justify;
	float: right;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h2 {
	font-size: 16px;
}
.spacer {
	clear: both;
	height: 10px;
}
.address {
	font-size: 12px;
}
.inner {
	padding: 10px;
}
.bordered {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF9900;
	vertical-align: top;
}
.products ul {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	padding: 5px;
	margin: 5px;
}
.products li {
	padding-bottom: 5px;
}
