@charset "UTF-8";
/* CSS Document */

#junior h3 {
	background: url(images/junior.jpg) no-repeat left top;
	width: 570px;
	height: 40px;
	}

/*#party h3 {
	background: transparent url(images/familyPicnic.gif) no-repeat top left;
	width: 570px;
	height: 40px;
	margin-bottom: 5px;
	} */
	
p {
	padding: 4px;
	}
	
#scholar h3 {
	background: url(images/scholar.jpg) no-repeat left top;
	width: 570px;
	height: 40px;
	margin-top: 10px;
		}

#scholar {
	position: relative;
	}

	
#junior h3 span,
#party h3 span,
#scholar h3 span {
	display: none;
	}
	
#winner img {
		margin: 5px;
		border: 5px solid;
		border-top-color: #969698;
		border-right-color: #4B4B4C;
		border-bottom-color: #757577;
		border-left-color: #BCBCBE;
		}