html {
	color: black;
	background-color: #FBFAF5;
	font-size: 10pt;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#mainBox {
	width: 980px;
	margin: auto;
}

#logoBox {
	background-repeat: no-repeat;
	background-image: url(../img/logo.jpg);
	height: 179px;
	width: 980px;
}

#footerBox {
	margin-top: 10px;
	background-repeat: no-repeat;
	background-image: url(../img/footer_bg.jpg);
	height: 84px;
	width: 980px;
}

.tools {
	display: block;
	text-align: right;
	width: 980px;
}

.tools img {
	border-width: 0px;
}

#printHeader {
	display: none;
}

#printFooter {
	display: none;
}

