@charset "utf-8";
body {
	background-color: #99CCFF;
}
p {
	font-size: 14px;
}

#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000066;
	height: auto;
	width: 590px;
	margin-left: -380px;
	position: absolute;
	left: 50%;
	z-index: 2;
	color: #FFFFFF;
	padding-top: 150px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 160px;
}
a:link {
	color: #FFFFFF;
}


#links {
	position:absolute;
	left:0px;
	top:150px;
	width:120px;
	height:500px;
	z-index:1;
	padding: 10px;
	color: #FFFFFF;
}
#content {
	position:absolute;
	left:140px;
	top:150px;
	width:540px;
	height:930px;
	z-index:2;
	text-align: left;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}



#heading {
	position:absolute;
	left:140px;
	top:0px;
	width:580px;
	height:110px;
	z-index:1;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
}
a:visited {
	color: #FFFF66;
}
a:active {
	color: #FFFF66;
}
a:hover {
	color: #00FFFF;
}


#footer {
	position:absolute;
	left:140px;
	top:1100px;
	width:610px;
	height:100px;
	z-index:3;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.sermonstext {
	font-size: 16px
}
#FBCsign {
	float: right;
}
