* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	background:#ddd;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#646464;
	margin:10px auto;
}

p {
	margin:10px 0;
}

a:link, a:visited, a:active {
	color:#069;
}

a:hover{
	color:#222;
}

img {
	padding:4px;
}

.img-alignright {
	float:right;
	padding:4px;
}

.img-alignleft {
	float:left;
	padding:4px;
}

blockquote {
margin-left:25px;
}

#wrapper {
	width:900px;
	height:100%;
	margin: 0 auto;
}

#navigation {
	background:#222;
	text-align:center;
	float:left;
    width:900px;
    height:28px;
    padding:20px 0 5px;
	margin-bottom:4px;
	overflow:hidden;
}

#navigation a{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin-left:20px;
	margin-right:25px;
}

#navigation a:hover{
	color:#ddd;
}

#header {
	color:#333;
	width:900px;
	height:150px;
	background:#fff url('http://www.uccpaducah.org/images/ucp_header.png') 0 0 no-repeat;
	float:left;
	overflow:hidden;
	clear:both; 
}

#index_content {
	float:left;
	width:890px;
	padding:5px;
	margin: 4px 4px 0 0;
	text-align:left;
	font:13px Georgia, "Times New Roman", Times, serif;
	background:#fff;
	min-height:460px;
	height:auto !important;
    height:460px; 
}

#index1, #index2, #index3{
	float:left;
	width:278px;
	padding:5px;
	margin: 4px;
	text-align:center;
	color:#069;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:#fff url('http://www.uccpaducah.org/images/widget_bg.gif') repeat-x top left;
	min-height:140px;
	height:auto !important;
    height:140px;
}

.gadget_title {
	color:#ddd;
	padding-bottom:10px;
	margin:3px;
	font-weight:bold;
}

#content_wrapper {
	float:left;
	width:900px;
	background:#fff url('http://www.uccpaducah.org/images/content_bg.gif') repeat-y top left;
	margin-top:4px; 
}

#content {
	float:left;
	width:696px;
	padding:5px;
	margin:0 4px 0 0;
	text-align:left;
	font:13px Georgia, "Times New Roman", Times, serif;
}

#sidebar {
    float:left;
	width:180px;
	text-align:center;
	padding:5px;
}

#footer {
	float:left;
	background:#222;
	color:#ddd;
	width:900px;
	height:20px;
	clear:both;
	text-align:center;
	font-size:11px;
	margin-top:4px;
	padding:10px 0 5px;
}

#footer a {
	color:#ddd;
}

span.header1, h1 {
	font-weight:bold;
	font-size:16px;
	color:#069;
}

span.text-bolditalic{
	font-style:italic;
	font-weight:bold;
}

span.sermondate{
	font-style:italic;
	font-weight:bold;
	font-size:11px;
}

span.sermontitle{
	color:#069;
	font-weight:bold;
	font-size:16px;
}

span.sermonscript{
	font-size:12px;
	font-weight:bold;
}

span.powered_by {
	margin:0 auto;
	margin-top:20px;
	padding-top:10px;
	font-size:9px;
	text-align:center;
}

#pscroller1{
width: 100%;
height: 100px;
margin:0 auto;
border-bottom: 1px solid #ddd;
}