/* CSS Document */
#banner {
	background-image:url(images/students/banner.jpg);
	background-repeat: no-repeat;
}

.section_logo {
	float: right;
	margin-left:10px;
	margin-bottom:7px;
}
#player {
	width: 400px;
	padding-top: 5px;
	text-align: center;
}
#sermon_list {
	float: right;
	width: 300px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FEBA0A;
	color:#666666;
}
.sermon_wrapper {
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.sermon_wrapper a.listen,
.sermon_wrapper a.download {
	color: #666;
	float: left;
	height: 20px;
	text-indent: 20px;
	display block;
	margin-top: 3px;
}

.sermon_wrapper a.listen {
	width: 70px;
	background: url(images/listen.gif) no-repeat;
	
}

.sermon_wrapper a.download {
	width: 100px;
	background: url(images/save.gif) no-repeat;
	
}
