/* CSS Document */

.column1 {
	position: relative;
	top: 0px;
	left: 5px;
	width: 485px;
	float: left;
}


.column2 {
	position: relative;
	top: 0px;
	right: 10px;
	width: 332px;
	float: right;
}

.column2 li {
	list-style:none;
	clear: both;
}

.column2 li img{
	padding-bottom: 10px;
}

.showcaseItem {
	width: 488px;
	border: 1px solid #D9D9D9;
	background: #F7F7F7;
	height: 95px;
	margin-bottom: 25px;
}

.showcaseItem .thumb {
	border-right: 1px solid #D9D9D9;
	float: left;
	margin-right: 5px;
}

.showcaseItem h2 {
	font-size: 1em;
	font-weight: bold;
	height: 15px;
}

.showcaseItem p {
	#margin-bottom: 10px;
}

.showcaseItem a {
	color: #009DFA;
}

.showcaseItem a:hover {
	color: #009DFA;
	text-decoration: underline;
}
