h1 {
	margin: 0 40px 0 50px;
	height: 50px;
	padding-left: 20px;
	background: url('/img/titles/bg.png') repeat-x;
}

#column {
	color: #666;
	background: #fff;
	margin: 0 40px 0 50px;
	padding: 20px 30px;
	font-size: 0.8em;
	line-height: 2em;
}

#column h2 {
	margin: 0;
	font-size: 1.2em;
}

#column h3 {
	margin: 0;
	font-size: 1em;
}

#column p {
	margin: 0 0 20px 0;
}

#column a {
	color: #356ab3;
	border-bottom: 1px dotted #356ab3;
}

#column a:hover {
	border-bottom-style: solid;
}