#download {
	margin-top: 15px;
}
#download_link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	width: 100px;
}
#download_link a, #download_link a:visited{
	height: 23px;
	width: 100px;
	padding-top: 7px;
	background-image: url(../images/title_bg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border: 1px solid #1E568F;
	white-space: nowrap;
	display: block;
}
#download_link a:hover {
	height: 23px;
	width: 100px;
	padding-top: 7px;
	background-image: url(../images/title_bg_over.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border: 1px solid #1E568F;
	white-space: nowrap;
	display: block;
}
#download_title {
	height: 23px;
	padding-top: 7px;
	background-color: #E2E2E2;
	padding-right: 10px;
	width: 200px;
}
