@import url(general.css);

.homeEvent{
	background: url(../images/eventBg.jpg) no-repeat;
	width:581px;
	height:102px;
	position:relative;
}

.homeEvent .title{
	text-transform: uppercase;
	font-size: 10pt;
	color: white;
	top: 5px;
	left: 100px;
	position: absolute;
}

.homeEvent .date{
	font-size: 10pt;
	color: #DFBFC0;
}

.homeEvent .division{
	font-size: 10pt;
	color: white;
	bottom: 10px;
	left: 100px;
	position: absolute;
}

.homeEvent IMG{
	border: solid 0px blue;
	width: 80px;
	height: 80px;
	background-position: center center;
	top: 10px;
	left: 10px;
	position: absolute;
}

.homeEvent .price{
	
	font-size: 11pt;
	color: white;
	top: 20px;
	right: 40px;
	position: absolute;
}
.homeEvent .shaded{
	color: #859ECD;
}

.homeEventSep{
	background: url(../images/eventSep.jpg) no-repeat;
	width:581px;
	height:8px;
}


