/* CSS Document */
/* @group #Content div */

div#content {
	color: #FFFFBE;
	padding-right: 200px;
}
body#home div#content {
	padding-right: 50px;
}
/* @end */
h2 {
	font-size: 16px;
	margin-top: 32px;
}
/* @group Links */
a {
	color: white;
	text-decoration: none;
}
a img {
	border: none;
}
a:hover {
	text-decoration: underline;
}
/* @end */
/* @group Tables */
#content td {
	border-top: 1px solid #B3AD7F;
	vertical-align: top;
	padding: 5px 0 5px 10px;
}
#content td:first-child {
	padding-left: 25px;
}
#content tr {
	background: url(../images/icons/checkmark.png) top left no-repeat;
}
#content tr:first-child td {
	border-top: none;
}
table.checklist td {
	width: 50%;
}
#content td p {
	margin-top: 0;
}
/* @end */
/* @group Testimonials */
body#testimonials blockquote {
	margin-left: 0;
	margin-right: 0;
}
body#testimonials #content cite {
	display: block;
	text-align: right;
	margin-bottom: 3em;
}
/* @end */
