span.title {
	display: block;
	font-style: oblique
}

ul.two-column {
	margin-top: 0
}

img.img-left, img.img-right, img.img {
	margin-bottom: 10px;
	border: solid black 1px;
}

img.img-left {
	float: left;
	margin-right: 10px;
}

img.img-right {
	float: right;
	margin-left: 10px;
}

div#also-visit {
	background-color: #aac6da;
	overflow: hidden
}

div#also-visit ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

div#also-visit strong {
	color: white;
	text-transform: uppercase
}

div#also-visit-image-holder {
	width: 82px;
	float: left;
}

div#also-visit-image-holder img {
	border: solid #4b7394 1px
}

div#also-visit-text-holder {
	float: left;
	width: 108px;
	padding: 5px;
}

