/* download button */
div#downloadcontainer {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

div#downloadend {
	clear: both;
}

div#downloadbutton {
	float:left; 
	width: 300px;
	height: 120px;
	background-image: url('images/download-bg.png');
	background-repeat: no-repeat;
	background-attachment:relative;
	background-position: 0px 0px;
	padding: 10px;
}

div#downloadbutton p {
	text-align:center;
	padding: 0px 0px 0px 30px;
}

div#downloadbutton a {
    color:#000;
    font-weight:normal;
    text-decoration:none;
    border-bottom:0px; 
}

.smallheading {
    font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
    text-transform: uppercase;
    color:#236;
    font-weight:bold;
    text-decoration:none;
    margin-top:20px; 
    margin-bottom:5px; 
    font-size:14px;
}


