#content h2 {
	height: 150px;
	background-image: url(../images/headings/about.jpg);
}

#content h4 {
	margin-bottom: 15px;
}

#content strong {
	color: #5a5e63;
}

#content .left {
	width: 200px;
}

#content .right {
	width: 675px;
}

#content .right ul {
	list-style: none;
	float: left;
	width: 320px;
	font-size: 12px;
}

#content .right ul + ul {
	margin-left: 30px;
}

#content .right li {
	margin: 10px 0;
}

#about h2 {
	width: 650px;
	height: 180px;
	background-image: url(../images/headings/trick.png);
	float: left;
}

#about p {
	display: none;
}

#about #newsletter {
	float: right;
	margin-right: 25px;
}

#about #newsletter input[type=submit] {
	*margin-right: -25px; /* ridiculous IE7 hack */
}

#about, #learning, #teaching, #publishing {
	overflow: auto; /* clear floats */
	margin-top: 25px;
}

#content .detail {
	margin-top: 0;
}

#learning.detail h2 {
	background-image: url(../images/headings/learning-detail.png);
}

#learning a, #learning h4, #learning .left {
	color: #0091b2;
}

#teaching h2 {
	background-position: center left;
}

#teaching.detail h2 {
	background-image: url(../images/headings/teaching-detail.png);
}

#teaching a, #teaching h4, #teaching .left {
	color: #00a67e;
}

#publishing h2 {
	background-position: bottom left;
}

#publishing.detail h2 {
	background-image: url(../images/headings/publishing-detail.png);
}

#publishing a, #publishing h4, #publishing .left {
	color: #22b24c;
}
