#mainLeft {
	float: left;
	width: 300px;
	height: 334px;
	margin-top: 15px;
}

#mainLeft a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px #333333;
}

#mainLeft a:hover {
	background-color: #99CC99;
}

#mainLeft p {
	margin-right: 14px;
}

#mainExtended a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px #333333;
}

#mainExtended a:hover {
	background-color: #99CC99;
}

#mainRight {
	margin-top: 15px;
	margin-left: 320px;
	width: 300px;
	height: 334px;
}