body{ margin: 0; padding: 0; }
#page-wrapper {
	width: 850px;
	margin: 20px auto;
}

#main-page {
	min-height: 520px;
}

#header {
	height: 120px;
	margin-bottom: 0px;
}
#content {
	margin-top: 0px;
}

#left-column {
	float: left;
	width:240px;
}

#right-column {
	float: right;
	width: 610px;
}

#nav {
	clear:both;
}

#footer {

}

#full-row {
	width: 850px;
	padding-top:10px;
	clear:both;
}
#full-row img {
	float:left;
	padding:0px 25px 0px 25px;
}

.forthcoming-titles {
	position:relative;
	float:left;
}
.current-pubs {
	position:relative;
	float:left;
}

.forthcoming-titles-big {
	height: 292px;
	width: 400px;
	position: absolute;
	top:0px;
	left:-35px;
	visibility:hidden;
	z-index:2;
}

.book-text-right {
	position:absolute;
	float:right;
	bottom:-40px;
	left:150px;
	text-align:left;
	font-size:90%;
	padding-left:100px;
}

.book-text-left {
	position:absolute;
	float:right;
	bottom:-40px;
	right:380px;
	text-align:left;
	font-size:90%;
}
.big-logo {
	margin-left:-20px;
}
