body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background: #45494d url(bg2.jpg) top left repeat-x;
	text-align: center;
}
#wrapper {
	width: 970px;
	margin: 15px auto 0 auto;
	padding: 0 0 5px 0;
	background: #fff url(wrapper_bot.jpg) bottom left no-repeat;
	/* Fix IE5 */
	text-align: left;
}
h1 {
	padding-top:10px;
	margin-top:0;
	font-size: 2.2em;
	text-align:center;
	background: #fff url(wrapper_top.jpg) top left no-repeat;
	text-decoration: underline;
}
p {
	font-size: 1.0em;
	padding-left: 20px;
	padding-right: 20px;
}
#maintext p {
	line-height:150%;
}
#features {
	float: left;
	width: 960px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
/*	border-top: 1px solid #000; */
}
* html #features {
	display: inline;
}
.feature {
	width: 302px;
	float: left;
	margin-left: 10px;
	background: #fff url(feature_bot.gif) bottom left no-repeat;
	min-height: 23em;
}
* html .feature {
	display: inline;
}
.feature p.top {
	padding: 0;
	margin: 0;
	padding-top: 8px; 
	background:url(feature_top.gif) top left no-repeat;
	text-align: center;
}
.feature a img {
	border: 0;
}
p.first {
	padding-top: 0;
	margin-top: 0;
}