#logo, #corner, #menu {
display: none;
}

#printlogo {
display: block;
width: 152px;
height: 71px;
}

#footer {
padding-top: 30px;
}

h1, h2, h3, h4 {
font-family: futura, "century gothic", sans-serif;
font-weight: bold;
color: #002971;
clear: both;
}

.right {
	float: right;
	padding: 10px 0 10px 10px;
}

.left {
	float: left;
	padding: 10px 10px 10px 0;
}

div#content img {
display: block;
}


