#content2 {
	float: left;
	width: 700px;
	height: 3100px;
	min-height: 800px;
	padding: 0 0 0 20px;
}
/* General Table Styles  */
	caption { }
	table { }
	th, td { }
	tr { }
	thead th { }
	tbody th { }
	tr.alternate { }
	tr.alternate th { }
	
/* Sermon List */
#sermonlist {
	
}

#sermonlist caption {
	text-align: left;
	margin: 0 0 .5em 0;
	font-weight: bold;
}

#sermonlist table {
	width: 100%;
	text-align: center;
	background: #F6F6F6;
	border-collapse: collapse;
}
#sermonlist th, #sermonlist td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px;
}
#sermonlist tr {
	background: #B0C4D7;
}
#sermonlist th {
	color: #fff;
}
#sermonlist td {
}

#sermonlist thead th{
	background: #036;
	color: #fff;
}

#sermonlist tbody th{
	font-weight: bold;
	background: #658CB1;

}
.col1{
	width: 150px;
}
.col2{
	width: 75px;
}

#sermonlist tr.alternate {
	background: #D7E0EA;
}
#sermonlist tr.alternate th { 
	background: #8AA9C7;
	color: #fff;
}

#sermonlist tbody td {
	padding: 5px;
}

#sermonlist tbody a {
	font-size: 1em;
}

#sermonlist tfoot {
	background: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}
#sermonlist #title {
	with: 300px;
}
#sermonlist #date {
	color: red;
	with: 150px;
}

#sermonlist #author {
	color: blue;
	with: 250px;
}
#sermonlist #listen {
	color: white;
	background: blue;
	with: 100pxx;
}
#sermonlist #download {
	color: white;
	background: green;
	with: 100px;
}
#sermonlist #notes {
	color: white;
	background: red;
	with: 100px;
}