div#primary, div#secondary, div#tertiary {
	position: absolute;
	z-index: 10;
	top: 30px;
}

div#primary {
	width: 350px;
	left: 30px;
}

div#primary img {
	border: 3px solid #444;
}

div#secondary {
	width: 200px;
	left: 450px;
}

div#tertiary {
	width: 200px;
	left: 720px;
}

div#secondary li a, div#tertiary li a {
	color: #dadada;
}

div#secondary li a:hover, div#tertiary li a:hover {
	color: #b6ecff;
}

a#downloadCard {
	display: block;
	font-weight: bold;
	color: #b6ecff;
	font-size: 1.1em;
	width: 11.5em;
	padding: 0 0.3em 0 1.8em;
	background: transparent url("/img/global/page_white_acrobat.png") 0 0 no-repeat;
}
