#navigation #mailingListLink a {
	background-position: 0 -22px;
}

#leftColumn h1 {
	display: none;
}

#leftColumn p {
	padding-left: 12px;
}

#firstParagraph {
	background: #2f312d;
	color: white;
	padding: 0;
	margin: 0;
	font-size: 12px;
	height: 247px;
	position: relative;
}

#firstParagraph .bottomAlign {
	margin: 0 12px 12px 12px;
	padding: 0;

	position: absolute;
	bottom: 0;
	left: 0;
}

#rightColumn {
	height: 829px;
	background: #2f312d url(/img/mailing-list.jpg) top left no-repeat;
}

#details label {
float: left;
width: 7em;
text-align: right;
padding-right: 0.3em;
}

#details input, #details textarea {
float: left;
width: 220px;
margin: 0.3em 0;
padding: 0;
font-family: 'Lucida Grande', 'Helvetica Neue', helvetica, arial, sans-serif;
font-size: 11px;
}

#details textarea {
    padding: 0.1em;
}

#details br {
clear: left;
}