#spotAds
{
	width: 920px;
}
.spotAdContainer
{
	width: 304px;
	float: left;
	margin-right: 4px;
}

.spotAd
{
	border: 1px solid #5a4e4e;
	background-color: White;
}

#bottomRightBoxCorner
{
	background-image: url(../../media/design/bottomRightBoxCorner.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	top: -21px;
	right: -4px;
}

.spotAdHeader
{
	background-color: #ae1a16;
	background-image: url(../../media/design/spotAdHeaderBG.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #8d383a;
}
.spotAdHeader h3 {color: White; font-size: 14px; padding: 2px; margin: 0px;}

.spotAdContent
{
	background-color: #ffffff;
	background-image: url(../../media/design/spotAdContentBG.gif);
	background-repeat: repeat-x;
	padding: 6px;
	padding-top: 12px;
}