#content {
	margin: 0;
	float: left;
	width: 700px;
	/* must have some padding at the bottom*/
	padding: 0 35px 10px 25px;
	background: url(/images/corner.gif) top left no-repeat;
}

#right-column {
	display: none;
}

#left-column{
	width: 165px;
	padding: 0 15px 60px 15px;
	background: #444444 url(/images/logo.gif) top left no-repeat;
	float: left;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

/* FOOTER */
#footer {
	clear: both;
	padding: 27px 20px 0 20px;
	height: 31px;
	overflow: hidden;
	width: 922px;
	font-size: 9px;
	color: #000;
	line-height: 14px;
	background: #fff url(/images/footer-bg.gif) top left repeat-x;
	margin: 0;
}
/* OTHER CONTENT PAGE ONLY ITEMS */


.print-text {
	display: block;
	float: left;
	width: 58px;
	height: 17px;
	background: url(/images/print-page.gif) top left no-repeat;
	position: absolute;
	left: 148px;
	top: 351px;
}
.print-button {
	width: 24px;
	float: left;
	display: block;
	height: 17px;
	position: absolute;
	left: 206px;
	top: 350px;
}
html>/**/body .print-button {
	margin: 0px 0 0px 0;
}
