
/*content
++++++++++++++++++++++++++++*/
#content {
	float: left;
	width: 500px;
	margin-left: 20px;
	color: #666;
}

/*publications
++++++++++++++++++++++++++++*/
#publications {
	margin-bottom: 30px;
}

#publications h2 {
	margin-bottom: 9px;
}

#publications h2 span {
	color: #693;
	background: #d4e994 url("/images/homepage/corner-left.gif") no-repeat;
	padding: 8px 20px;
	position: relative;
	
	/*margin-bottom: 0;*/
}

#publications h2 span span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	right: -40px;
	width: 15px;
	height: 25px;
	background: url("/images/homepage/corner-right.gif") no-repeat;
}

p#pub-intro {
	background: url("/images/homepage/pub-intro.gif") repeat-x;
	padding-top: 5px;
}

p.pub-details {
	font-size: .9em;
	margin-bottom: 1em;
}

/*new
++++++++++++++++++++++++++++*/
#news {
	margin-left: 600px
}

/*whats-new
++++++++++++++++++++++++++++*/
#whats-new {
	background: #8d8dc1 url("/images/homepage/whats-new-bg.gif") no-repeat;
	padding-top: 11px;
	width: 181px;
	width: 200px;
}

#whats-new h2 {
	background: #7e7eb5 url("/images/nav/formats-li-bg.gif") repeat-x left bottom;
	padding: 0 20px 10px 20px ;
	color: #fff;
	font-family: "Lucida Sans" sans-serif;
	font-size: 1.25em;
}

#whats-new p { 
	color: #fff;
	padding: 0 20px;
}
#whats-new p.final {
	padding: 0 20px 30px 20px ;
	background: url("/images/homepage/whats-new-bottom.gif") no-repeat left bottom;
	color: #fff;
	margin-bottom: 0;
}