#content #right_sidebar {
	display:none;
}

#content #main_column {width:980px}
#homepage_callouts {
	position:relative;
	width:980px;
	height:500px;
	background:url('images/homepage-background.jpg') no-repeat;
	margin:0px -30px;
	overflow:hidden;

}

#homepage_callouts #curious,#homepage_callouts #members {
	position:absolute;
	top:310px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	box-shadow:0px 0px 15px #ffffff;
}

#homepage_callouts #curious {left:30px}
#homepage_callouts #members {right:30px}

#homepage_callouts #book-online {
	position:absolute;top:50px;right:-200px;
}

#whats-new {
	background:#fff url('images/hp_whatsnew_bg.png') right top no-repeat;
	box-shadow:5px 5px 5px #ccc;
	padding:0px 8px;	
}

