#content {
	margin: 0;
	float: left;
	width: 480px;
	/* must have some padding at the bottom*/
	padding: 20px 0 30px 30px;
}
html>body #content {
	margin: 0;
	width: 510px;
}
html>/**/body #content {
	padding: 20px 0 60px 30px;
}
#right-column {
	display: none;
}

#container {
	background: #fff  url(/images/nursery-bg.gif) top left repeat-y;
}

#footer {
	font-size: 12px;
	color: #FFFFFF;
	background: #00008a;
}
