p {
	text-indent: 0;
	padding: 1em 0;
}

h3#pageTitle{
	margin-bottom: 0.25em;
}

h4{
	font-family: "Palatino Linotype", Georgia, serif;
	font-weight: bold;
	font-size: 2em;
	margin-left: -120px;
}
h5{
	font-family: "Palatino Linotype", Georgia, serif;
	font-weight: bold;
	font-size: 2em;
}
h6{
	font-weight: bold;
	font-size: 1.25em;
	margin: 0 -10px;
	line-height: 0.75em;
}

#opener + h4{
	margin-top: 1.5em;
}

#content{
	position: relative;
}

#content #opener{
	width: 520px;
}

#content #opener li{
	margin-top: 1em;
	margin-left: -120px;
}

#content #opener li:first-child{
	margin-top:0;
}

#content #teaser {
	position: absolute;
	right:0;
	top: 15%;

	background-image: url('../../images/starburst.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;

	height: 130px;
	width: 130px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 0.9em;

	padding:50px 32px 25px;
}
