body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, arial, helvetica, sans-serif, "MS Sans Serif"; 
	font-size:10pt;
	background-color: #3d2e1f;
	text-align: center;
	padding-bottom:20px;
}
img {
	border:none;
	text-align: center;
}
iframe {
	font-size:10pt;
}
a, a:link, a:visited {
	text-decoration:none;
	border-bottom:1px dotted;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("site_images/shadow-bg.jpg");
	background-repeat:repeat-y;
	min-height:50px;
}
#effects_wrapper {
	padding: 20px;
	background-image:url("site_images/shadow-bottom.jpg");
	background-repeat:no-repeat;
	background-position: bottom left;
	min-height:50px;
}
* html #effects_wrapper {        /* fix padding for bottom drop shadow in IE6 */
	padding-bottom: 50px;
}
#main {
	background-image:url("site_images/sidebar-bg.jpg");
	background-repeat:repeat-y;
	width:100%;
}
#main_1col {
	background-color:#FFF;
}
#header {
	position:relative;         /* position child objects relative to this div */
	float:left;
	vertical-align:top;	         /* protect from super-large user text sizing */
	border:0;
	margin:0;
	padding:0;
	width:100%;                                  /* grey-fill the entire width */
    height:260px;
	background:#5e3416;
}
#header .logo {
	float: left;
	width: 187px;
	margin-left: 45px;
}
#header .theme_img {
	color: #778899;
	background-color: transparent;
	float: right;
	width: 368px;
}
#header h1 {
	margin: 0;
    padding: 0;
    font-weight:normal;
    color: #cb352d;
    font-size: 190%;
    position:absolute;
    bottom: 4px;
    right: 10px;
}
#content {
	border-top:#7d6146 solid 4px;
	padding: 15px 20px 20px 20px;
	line-height: 1.6em;
	color: #5c3113;
	text-align: left;
	min-height:300px;
	float:right;
	width:550px;
}
#content_1col {
	border-top:#7d6146 solid 4px;
	padding: 15px 20px 20px 20px;
	line-height: 1.6em;
	color: #5c3113;
	text-align: left;
	min-height:300px;
	width:780px;
	float:left;
}
#content h1, #content_1col h1 {
	color: #5c3113;
	font-size: 120%;
}
#content h2, #content_1col h2 {
	color: #5c3113;
	font-size: 100%;
}
#content h3, #content_1col h3 {
	color: #5c3113;
	font-size: 100%;
	font-style:italic;
}
#content a:link, #content a:visited {
	color: #5c3113;
	border-bottom: 1px dotted #5c3113;
}
#content a:hover {
	color:#C60;
	border-bottom: 1px dotted #C60;
}
#sidebar {
	font-size:12px;
	color: #5c3113;
	position:relative;
	float:left;
	width:227px;
	background-color: transparent;
	min-height:400px;
	border-top:#7d6146 solid 4px;
	padding-bottom:20px;
}
#sidebar h1 {
	font-size: 100%;
	margin: 0;
	padding: 15px 15px 5px;
}
#sidebar p {
	margin: 0;
	padding: 5px 15px 5px 15px;
}
#sidebar ul {
	margin: 0;
	padding: 5px 15px 5px 35px;
}
#sidebar ul.numlist {
	list-style:decimal;
}
#sidebar li {
	padding-bottom:5px;
}
#sidebar a:link, #sidebar a:visited {
	color: #5c3113;
	border-bottom: 1px dotted #5c3113;
}
#sidebar a:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
#footer {
	clear:both;
	font-size: 80%;
	padding: 20px;
	text-align:center;
	color: #cfbba6;
	background-color: #7d6146;
	min-height:5px;
}
#footer a:link, #footer a:visited {
	color: #cfbba6;
	text-decoration:none;
	border-bottom: 1px dotted #cfbba6;
}
#footer a:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
* html #footer {                                   /* fix IE6 padding problems */
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.sidebar_img {
	margin:0;
	padding:20px 7px 0px 7px;
}
.inline_heading {
	font-weight:bold;
	font-size: 110%;
}
.sermonlist td {
	line-height: 1.2em;
	padding: 4px 5px 4px 5px;
	text-align: left;
	font-size: 11px;
	vertical-align:top;
}
.sermonlist th {
	padding: 2px 5px 2px 5px;
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
	background-color: #7d6146;
	color: #FFFFFF;
}
.sermonseries td {
	background-color: #cfbba6;
	font-weight: bold;
	font-style:italic;
	line-height: 1.5em;
}
#content a.audioplay:link, #content a.audioplay:visited, 
#content_1col a.audioplay:link, #content_1col a.audioplay:visited {
	display:block;
	width: 18px;
	height: 18px;
	background: url('/site_images/playbutton.gif') no-repeat;
	background-position: 0 1px;
	text-decoration:none;
	border:none;
}
#content .audioplay a:hover, #content_1col .audioplay a:hover {
	background-position: 0 -18px;
}
.framed_photo {
	border:5px solid #9f6125;
}
.caption {
	font-size:90%;
	line-height:1em;
	padding:0 0 20px 0;
	margin:0;
}
#video_player {
	z-index:0;
	float:left;
}
#media_list {
	float:right;
	width:300px;
}