﻿.contentItem
{
	width:250px;
	margin:9px;
	float:left;
}

.contentItem .itemTitle
{
	width:238px;
	background-color:black;
	height:18px;
	padding:6px;
	float:left;
}

.contentItem .itemTitle a
{
	color:#dbad27;
	text-decoration:none;
}

.contentItem .itemTitle a:hover
{
	text-decoration:underline;
}
.contentItem .image
{
	overflow:hidden;
	text-align:center;
	float:left;
}

.contentItem .border
{
	border:1px black solid;
	width:250px;
}

.moreLink 
{
	width:250px;
	margin:5px 0px;
	float:left;
	text-align: right;
	color:black;
	font-weight:bold;
	font-size:1.2em;
	text-decoration:none;

}

.moreLink:hover
{
text-decoration:underline;
}
