#content {
	background: url(/images/common/pixel_gray.gif) repeat-y 422px 0px;
	margin-bottom: 10px;
}

ul {
	list-style-type: square;
	margin-bottom: 20px;
  /* ie fudge begins */
    margin-left: 18px;
    }
    html>body ul {
    margin-left: 0px;
    padding-left: 18px;
  /* ie fudge ends */
}

ol {
	margin-bottom: 20px;
  /* ie fudge begins */
    margin-left: 18px;
    }
    html>body ol {
    margin-left: 0px;
    padding-left: 18px;
  /* ie fudge ends */
}

li {
	margin-top: 5px;
}

#content-left {
	float: left;
	padding: 0px 18px 0px 0px;
	/* ie5win box hack begins */
	width: 422px;
  voice-family: "\"}\"";
  voice-family:inherit;
	width: 404px;
  }
  html>body #content-left {
	width: 404px;
	/* ie5win box hack ends */
}

#content-right {
	float: left;
	padding: 0px 0px 0px 20px;
	/* ie5win box hack begins */
	width: 212px;
  voice-family: "\"}\"";
  voice-family:inherit;
	width: 192px;
  }
  html>body #content-right {
	width: 192px;
	/* ie5win box hack ends */
}

.feature {
	background: url(/images/common/hdot.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.feature-last {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.feature-image {
	display: inline;
	float: left;
	margin-left: 10px;
	width: 135px;
}

.feature-copy {
	float: left;
	margin-left: 12px;
	width: 246px;
}

.item-button {
	margin-top: 5px;
	width: 80px;
}

.item-button a {
	border: 1px solid #BB0204;
	color: #BB0204;
	display: block;
	font-size: 10px;
	padding: 1px 0px 1px 0px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
}

#noflash {
	display: block;
}

#flash {
	display: none;
}

#scrollernoflash {
	display: block;
}

#scrollerflash {
	display: none;
}

#footer {
	background: url(/images/home/footer.gif) no-repeat left bottom;
}