/* CSS Document */

#banner {
	background-image: url(images/sermons.jpg);
	background-repeat: no-repeat;
}
#player {
	width: 400px;
	padding-top: 5px;
	text-align: center;
}
#sermon_list {
	float: right;
	width: 350px;
	padding-left: 10px;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FEBA0A;*/
	color:#background;
}
.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;
	
}

#sermon_left {
	float: left;
	width: 350px;
	padding-left: 10px;
	/* border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FEBA0A;
*/	color:#background;
}


#sermons {
text-align:center;
background-color:#FFFFFF;
}
#sermons_table {
margin:10px 0 10px 0;
width:500px;
}