@charset "ISO-8859-1";
h1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 18px;
}
#download #osx {
	list-style-type: none;
	background-image: url(images/apple-small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px;
	padding-left: 40px;
	margin-left: 2px;
}
#download #windows {
	list-style-type: none;
	background-image: url(images/windows_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px;
	padding-left: 40px;
	margin-left: 2px;
}
