body{
	background-image:url(../images/bg.png);
	margin:15px 0px 5px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
div.topBG{
	width:100%;
	height:266px;
	background-image:url(../images/bgTop.png);
	background-repeat:repeat-x;
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
}
div.wrapper{
	width:806px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
	padding-bottom:3px; 
}
div.menu{
	width:800px;
	height:20px;
	background-color:#006699;
	background-image:url(../images/menuBG.png);
	margin-left:auto;
	margin-right:auto;
}
div.menuItem{
	font-weight:bold;
	font-size:10px;
	color:#E2ECF3;
	height:100%;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	text-align:center;
	float:left;
}
div.quicklinks{
	width:160px;
	height:20px;
	float:right;
	text-align:right;
	background-color:#333333;
	vertical-align:middle;
}
div.quickLinksText{
	float:left;
	width:80px;
	text-align:center;
	padding-top:5px;
	margin-bottom:5px;
}
div.content{
	width:800px;
	min-height:400px;
	/*_height:400px;*/
	background-color:#B6B8BA;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/contentBG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	/*overflow: auto;*/

}
div.banner{
	width:500px;
	height:205px;
	border:2px solid #F4F4F4;
	background:#FFFFFF;
	margin-left:3px;
	margin-top:3px;
	float:left;
	overflow:hidden;
}
div.sideGraphix{
	width:280px;
	height:205px;
	border:2px solid #F4F4F4;
	background:#FFFFFF;
	margin-left:3px;
	margin-top:3px;
	float:left;
	overflow:hidden;
	line-height:1px;
}
div.sideGraphixImage{
	width:100px;
	height:51px;
	padding-bottom:1px;
}
div.feature{
	width:500px;
	border:2px solid #F4F4F4;
	background:#FFFFFF;
	margin-left:3px;
	margin-top:5px;
	float:left;
	overflow:hidden;
}
div.featureHeader{
	width:100%;
	height:20px;
	background-image:url(../images/homepage/featureTitle.png);
}
div.sermonMapsEtc{
	float:left;
}
div.currentSermon{
	width:280px;
	height:90px;
	border:2px solid #F4F4F4;
	background:#FFFFFF;
	background-image:url(../images/homepage/currentSermon_BG.png);
	background-position:center;
	margin:0px;
	margin-top:5px;
	margin-left:5px;
	overflow:hidden;
	color:#FFFFFF;
	font-weight:bold;
	z-index:1;
}
div.currentSermonHeader{
	width:100%;
	height:20px;
	background-image:url(../images/homepage/currentSermon.png);
}
div.sermonInformation{
	padding:2px;
	height:50px;
	overflow:hidden;
}
div.directions{
	width:280px;
	height:90px;
	border:2px solid #F4F4F4;
	background:#FFFFFF;
	background-image:url(../images/homepage/directionsBG.png);
	background-position:center;
	margin:0px;
	margin-top:5px;
	margin-left:5px;
	overflow:hidden;
	color:#FFFFFF;
}
div.directionsHeader{
	width:100%;
	height:20px;
	background-image:url(../images/homepage/directionsHeader.png);
}
div.updates{
	width:280px;
	min-height:100px;
	border:2px solid #F4F4F4;
	background-color:#EEEEEE;
	background-position:center;
	margin:0px;
	margin-top:5px;
	margin-left:5px;
	overflow:hidden;
	color:#222222;
}
div.updatesHeader{
	width:100%;
	height:20px;
	background-image:url(../images/homepage/recentUpdatesHeader.png);
}
div.directionsContent{

}
div.featureContent{
	width:490;
	padding:5px;
}
div.copyright{
	color:#999999;
	text-align:center;
	width:100%;
	padding-top:10px;
        padding-bottom:10px;
}
.link{
	color:#0066FF;
	text-decoration:underline;
}
.menuLink{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
