b.title {
display:block;
margin-top:10px;
clear:both
}

a.item {
height:23px;
width:221px;
display:block;
background:url(../img/healthBG.png) 0 41px no-repeat;
color:#000;
margin:0 auto -4px;
padding:3px 5px 0 9px
}

a.item:hover,a.item:focus {
background-position:0 -13px;
text-decoration:none
}

a.item:active {
background-position:0 -39px
}

#middle.oneCol {
	width:720px;
}

.sideBar {
	width:260px;
	padding-right:15px;
	border-right:2px solid #747474;
	border-bottom:2px solid #747474;
	box-sizing: border-box;
	background:#EFEFEF;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 7px 0px;
	border-radius: 0px 0px 7px 0px;
	margin-bottom:20px;
}

.sideBar h2 {
	background:url('../img/s1.png') 0 -460px repeat-x;
	width:258px;
	padding:10px 0;
	margin-left:-4px;
	border-top:2px solid #747474;
	border-bottom:2px solid #A9A9A9;
}

.sideBar h2.first {
	margin-top:-8px;
}

.sideBar h3 {
	text-align:center;
	color:#006800;
}

#sermonWrapper {
	width:90%;
	display:block;
	margin:auto;
}

#sermonWrapper p {text-align:justify; }

#sermonWrapper img { 
	margin:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

a {
color:#A51806
}

