#content {
	padding: 25px 0 100px 0;
}
h1 {
	margin: 0 0 10px 0;
}
h2 {
	margin: 1em 0 2em 0;
	border-bottom: 0;
	text-align: center;
	color: #474747;
	font-weight: normal;
	font-style: italic;
}
.item img {
	float: left;
}
.item div {
	margin-left: 58px;
	padding-top: 8px;
}
.item h3 {
	font-size: 18px;
	line-height: 24px;
}
.item h3 + * {
	margin-top: 2px;
}
.bigbutton.plain {
	background-color: #999;
		background: -moz-linear-gradient(#aaa, #888);
		background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#888));
		filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#aaaaaa, EndColorStr=#888888);
}
.bigbutton.plain:hover {
	text-decoration: none;
	background-color: #aaa;
		background: -moz-linear-gradient(#bbb, #999);
		background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#999));
		filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#bbbbbb, EndColorStr=#999999);
}
.bigbutton.plain:active {
	background: -moz-linear-gradient(#888, #aaa);
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#aaa));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#888888, EndColorStr=#aaaaaa);
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 25px;
	text-align: right;
}

