img {
	display: none;
}

#head, #nav, #left {
	display: none;
}

#content {

}

#right {
	margin: 0px;
	padding: 30px;
	width: auto;
}	

*, #right a {
	color: black;
}

#right ul li {
	list-style-image: none;
	list-style-type: disc;
}

#foot {
	text-align: center;
	font-weight: bold;
}

#printhead {
	display: block;
	text-align: center;
	border-bottom: solid 1px black;
}

#printhead table {
	margin: 5px 0px;
	width: 100%;
}

#printhead table tr {
	vertical-align: bottom;
}

td.printhead1 {
	font-size: 16px;
}

td.printhead2 {
	font-size: 14px;
	text-align: right;
}