.panel { float: left; font-size: 11px; }
.panel-content { padding-top: 10px; padding-left: 14px; padding-right: 5px; }
.panel-content .text-block { height: 130px; }
.panel-content img { float: right; padding-right: 7px; }
.panel-image { width: 208px; height: 121px; border: 1px solid red; margin-top: 9px; }
.panel h2 { margin: 0px; font-family: Trebuchet MS, Lucida Sans, sans-serif; font-size: 18px; font-weight: normal; }

/* General link panel stylings */
a.link-panel {
	color: #505050;
	display: block;
	width: 100%;
	height: 100%;
}
a.link-panel:hover {
	text-decoration: none;
}

a.link-panel * {
	cursor: hand;
}
