/* OSA Area Left */

#osaArea1 {
	width:350px;
	height:150px;
	float: left;
	overflow: hidden;
	background-color: #8f2263;
}

/* Photo Gallery */

#photoGallery{
	width: 180px;
	height:150px;
	margin-left: 8px;
	float: left;
}
#photoGallery .moduleHeader{
	background-image:url(/SpringFest2007/images/title_photogallery.gif);
	width: 178px;
	height: 25px;
}
#photoGallery .moduleHeader h2{
	display: none;
}
#photoGallery a{
	color: #870093;
	text-decoration: none;
	font-weight: bold;
}
#photoGallery a:Hover{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.entry{
	border-bottom: 1px solid #2a2a2a;
	padding: 5px 0px 8px 0px
}
.entry .photoBox{
	float: left;
	border: 1px solid #2a2a2a;
	padding: 1px;
	background-color: #000;
	height: 38px;
	margin-right: 12px;
}
.entry .content{
	float: right;
	color: #787878;
	text-align: left;
	width: 126px;
	margin-top: 0px;
}
.entry .date{
	color: #fff;
	margin-bottom: 2px;
}
.entry h3{
	color: #870093;
	font-weight: bold;
	font-size: 1.1em;
}
.entry p{
	margin-top: 0px;
}
.more{
	color: #870093;
	text-decoration: none;
	font-weight: bold;
	float: right;
	margin-bottom: 4px;
	font-size: 1.1em;
}
/* Home Sponsor */

#homeSponsor{
	width: 180px;
	height:150px;
	margin-left: 8px;
	float: left;
}