body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #E0D8D1;
	background-image: url(mockup2-1_r1_c5.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#header {
	margin: 0;
	padding: 0;
	height: 84px;
	clear: both;
	background-image: url(mockup2-1_r1_c1.gif);
	background-repeat: no-repeat;
}
#divider {
	margin: 0;
	padding-left: 196px;
	height: 19px;
	background-color: #666666;
	background-image: url(mockup2-1_r2_c1.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
#sidecol {
	position: absolute;
	top: 103px;
	width: 170px;
	left: 0;
	margin: 0;
	padding: 10px;
	padding-right: 0;
	padding-top: 65px;
	border: none;
	background-image: url(mockup2-1_r3_c1.gif);
	background-repeat: no-repeat;
}
#sidecol .header {
	color: #993333;
}
.menu {
	font-size: 10px;
	font-weight: bold;
	padding-left: 12px;
}
.menu a:link {
	color: #996666;
}
.menu a:hover {
	color: #CC9900;
	text-decoration: none;
}
.menu a:visited {
	color: #996666;
}
.menu a:active {
	color: #996666;
}
#main {
	margin: 0 0 0 190px;
	padding: 10px;
	padding-right: 5%;
	border: none;
	border-left: 1px solid #666666;
	background-color: #FFFFFF;
}
#divider_bot {
	margin: 0;
	padding: 0;
	height: 19px;
	background-color: #666666;
}
#footer {
	clear: both;
	width: 100%;
	margin: 0;
	text-align: center;
	padding: 10px;
	border: none;
	background-color: #996666;
	color: #FFFFFF;
	font-size: 10px;
}
#footer a:link {
	color: #FFFFFF;
}	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}	
#footer a:visited {
	color: #FFFFFF;
}	
#footer a:active {
	color: #FFFFFF;
}	
.subheader {
	font-weight: bold;
	font-size: 10px;
}
.calendar {
	font-size: .8em;
}

/* Sermons web part */
body.Sermons td.SermonsListHeader {
	width: 100%;
}
body.Sermons h2 {
	margin-top: 0;
	white-space: nowrap;
}
body.Sermons td.Podcast {
	text-align: right;
	white-space: nowrap;
	padding-left: 1ex;
}
table.SermonList { /* A table that lists sermons */
	width: 100%;
	border: ridge;
	border-collapse: collapse;
	margin-top: 1ex;
	margin-right: 1em;
}
table.SermonList th { /* A cell in the header of a list of sermons */
	background-color: #E0D8D1; color: inherit;
    cursor: pointer;
}
table.SermonList th, table.SermonList td { /* A cell in a list of sermons */
	border-top: solid thin;
	padding-left: 1ex;
	padding-right: 1ex;
}
h3.SermonSeries { /* Speaker for the series */
}
dl.SermonSeries dt { /* Title of the series */
	font-weight: normal;
	margin-top: 1em;
}
dl.SermonSeries dd { /* Description of the series */}
