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

#content {
	padding: 0 0 120px 0;
	background: #000 url(/img/links-background.jpg) bottom left no-repeat;
	color: white;
	font-size: 12px;
}

#content #leftColumn {
float: none;
border: none;
padding-top: 12px;
}

#content #rightColumn {
position: absolute;
top: 0;
right: 0;
width: 200px;
height: 89px;
background: url(img/links.gif) top right no-repeat;
}

#content a {
	text-transform: lowercase;
}

#content h1 {
	display: none;
}

#content h2, #content ul {
	padding-left: 12px;
	width: 340px;
}

#content h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
}

#content ul {
	list-style: none;
	margin: 0 0 1em 0;
}