
/* Menu Postion */
ul.dropdown {
	position: absolute;
	left: 325px;
	top: 5px;
	z-index: 597;
	float: left;
}

.scripture-month-holder {
	position: absolute;
	top: 150px;
	left: 675px;
}

.scripture-month-image {
	position: absolute;
}

.left-bar {
	position: absolute;
	top: 550px;
	left: 5px;
	z-index: 2;
}

.left-bar-very-bottom-text {
	font-size: 10pt;
	font-family: Helvetica;
	position: relative;
	top: 15px;
	line-height: 18px;
}

.left-bar-very-bottom-link {
	position: relative;
	top: 20px;
	right: 15px;
	float: right;
}

.main-content {
	position: absolute;
	top: 550px;
	left: 330px;
	width: 605px;
	font-family: Helvetica;
	font-size: 10.5pt;
}

.main-content-title {
	height: 90px;
}

.main-content-text {
	
}

.full-story {
	position: absolute;
	top: 415px;
	right: 15px;
}

.bottom-content {
	position: absolute;
	top: 1000px;
	left: 330px;
}

.bottom-content-title {
	padding: 7px 7px 7px 7px;
}

.bottom-content-left {
	background: url(../images/content-bg.png) no-repeat;
	position: absolute;
	width: 290px;
	height: 450px;
	z-index: 2;
}

.bottom-content-texta {
	font-family: Helvetica;
	font-size: 10pt;
	padding: 10px 10px 10px 10px;
	color: #391e08;
	height: 180px;
}

.bottom-content-texta img {
	float: left;
	position: relative;
	top: 10px;
	left: 0px;
}

.bottom-content-texta p {
	float: right;
	width: 125px;
	height: 105px;
}

.bottom-content-texta strong {
	font-weight: bold;
}

.bottom-content-right {
	background: url(../images/content-bg.png) no-repeat;
	position: absolute;
	width: 290px;
	height: 450px;
	left: 300px;
	z-index: 2;
}

.bottom-content-textb {
	font-family: Helvetica;
	font-size: 10pt;
	padding: 10px 10px 10px 10px;
	color: #391e08;
	height: 115px;
}

.bottom-content-textb img {
	float: left;
	position: relative;
	top: 15px;
	left: 5px;
}

.bottom-content-textb p {
	float: right;
	width: 150px;
	height: 105px;
}

.bottom-content-textb strong {
	font-weight: bold;
}

.bottom-content-both {
	background: url(../images/bottom-holder-both.png) no-repeat;
	position: absolute;
	width: 583px;
	height: 450px;
	z-index: 2;
}

.bottom-content-text {
	font-family: Helvetica;
	font-size: 10pt;
	padding: 10px 10px 10px 10px;
	color: #391e08;
}

.bottom-content-text strong {
	font-weight: bold;
}

.bottom-content-text div {
	height: 120px;
}

.bottom-content-text div img {
	float: left;
	position: relative;
	top: 15px;
	left: 20px;
	
}

.bottom-content-text div p {
	font-size: 9pt;
	width: 500px;
	float: right;
}

.bottom-content-text div p strong {
	font-family: Garamond, Georgia;
	font-size: 18pt;
	font-weight: bold;
	color: #d21039;
}

.text {
	color: #391e08;
	text-decoration: underline;
	color: #391e08;
}

.text:hover {
	text-decoration: none;
}

.link {
	color: #d21039;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

.link:hover {
	text-decoration: none;
}


.bottom {
	top: 1385px;
}

