#content {
	margin: 0 0 0 0;
	float: right;
	width: 650px;
	/* must have some padding at the bottom*/
	padding: 1px 0;
}
html>body #content {
	margin: 0 0 0 0;
	width: 650px;
}
#right-column {
	display: none;
}

#container {
	background: url(/images/content-bg.png) top left repeat-y;
}
#left-column{
	float: left;
	margin: 0 0 1px 0;
	width: 285px;
	padding: 0;
	min-height: 100%;
}
html>body #left-column{
	margin: 0 0 1px 0;
}

#right-column {
	width: 216px;
	margin: 0 0 0 10px;
	float: right;
}
/* FOOTER */
#footer {
	clear:both;
	padding: 10px 0 0 0;
	height: 34px;
	overflow:hidden;	
	position: absolute;
	margin-left: -480px;
	left: 50%;
	bottom: 0;
	width: 960px;
	font-size: 11px;
	color: #454846;
	background: #f5f9fa url(/images/footer-bg.gif) top left repeat-x;
}
html>body #footer {
	margin-left: -480px;
}

/* OTHER HOME PAGE ONLY ITEMS */

.search-block {
	display: block;
	float: left;
	margin: 0;
}
.search-title {
	display: block;
	float: left;
	width: 36px;
	height: 17px;
	background: url(/images/search-title.jpg) top left no-repeat;
	position: absolute;
	left: 0px;
	top: 351px;
}
.form-email {
	width: 100px;
	height: 15px;
	border: 1px solid #808099;
	display: block;
	position: absolute;
	left: 38px;
	top: 350px;
	font-size: 10px;
}
.submit-button {
	width: 22px;
	float: left;
	display: block;
	height: 17px;
	position: absolute;
	left: 142px;
	top: 350px;
}
html>/**/body .submit-button {
	margin: 0px 0 0px 0;
}
.print-text {
	display: block;
	float: left;
	width: 58px;
	height: 17px;
	background: url(/images/print-page.gif) top left no-repeat;
	position: absolute;
	left: 178px;
	top: 351px;
}
.print-button {
	width: 24px;
	float: left;
	display: block;
	height: 17px;
	position: absolute;
	left: 238px;
	top: 350px;
}
html>/**/body .print-button {
	margin: 0px 0 0px 0;
}
