body {
	background-color: #1C170F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #746051;
}
.top {
	width: 827px;
	height: 178px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}
.mainContent {
	height: 304px;
	width: 747px;
	background-image: url(../images/bg_body.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px;
}
h4 {
	display: inline;
	font-size: 12px;
}
.verseOfToday {
	width: 250px;
	height: 45px;
	position: relative;
	top: 20px;
	left: 560px;
	z-index: 2;
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
.padLeft {
	padding-left: 20px;
}
.imgPad {
	padding-right: 10px;
}
a, a:visited {
	color: #BB5340;
}