#content #left {
	float: left;
	width: 400px;
}

#content #right {
	float: right;
	width: 400px;
}

#content .adminLink a {
	border-bottom-width: 0;
}
#content .adminLink img {
	display: inline;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content p {
	margin: 15px 0;
}

#content h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
}
#content h2 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
#content h3 {
	font-size: 14px;
}
#content h4 {
	font-size: 14px;
	font-weight: normal;
}
#content ul, #content ol {
	padding-left: 30px;
}