html {
	font-size: 100.01%;
}

body {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*background-image:url('/images/trees2.jpg');
	background-position:center top;*/
	background-image:url(/images/grad.png);
	background-repeat:repeat-x;
	background-color:#704D36;
}

img {
	border: 0;
}

h1 {
	margin:0;
	padding:0;
	color:#78553E;
	font-weight:normal;
}

a {
	color:#49680d;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrap {
	margin:0 auto;
	padding:2px 0 0 0;
	width:857px;
}

#headerLeft {
	background:url('/images/headerLeft.png'); width:160px; height:232px; float:left; position:relative;
}
#headerCenter {
	background:url('/images/headerCenter.png'); width:665px; height:232px; float:left; position:relative;
}
#headerRight {
	background:url('/images/headerRight.png'); width:32px; height:232px; float:left;
}

#mainBackground {
	background:url('/images/mainBackground.png'); width:857px;clear:left; padding-bottom:10px;
}
#mainBottom {
	background:url('/images/bottom.png'); width:857px; height:22px; clear:left;
}

#footerTop {
	background:url('/images/top.png'); width:857px; height:16px;
}
#footerCenter {
	background:url('/images/mainBackground.png'); width:857px; color:#222;
}
#footerBottom {
	background:url('/images/bottom.png'); width:857px; height:22px;
}

#greenBar {
	position:relative;
	background-color:#49680D;
}
.greenBack {
	background-color:#49680D;
}
.greenCorner {
	width:31px;
	height:25px;
	background-image:url('/images/green_corner.png')
}
.tl { background-position:top left; }
.tr { background-position:top right; }
.bl { background-position:bottom left; }
.br { background-position:bottom right; }

#nav {
	position:absolute;
	top:141px;
	padding-left:60px;
}
#nav a {
	display:block;
	height:27px;
}
#nav a:hover {
	background-position:0px 27px;
}

.navActive {
	background-position:0px 27px;
}
.navSpacing {
	float:left;
	margin-right:30px;
}

.navWorship    { width:73px; background-image:url('/images/navWorship.png'); }
.navMinistries { width:84px; background-image:url('/images/navMinistries.png'); }
.navOutreach   { width:79px; background-image:url('/images/navOutreach.png'); }
.navCalendar   { width:79px; background-image:url('/images/navCalendar.png'); }
.navStaff      { width:45px; background-image:url('/images/navStaff.png'); }
.navDirections { width:86px; background-image:url('/images/navDirections.png'); }

#leftContent {
	float:left;
	position:relative;
	width:185px;
	padding-left:20px;
	background-image:url('/images/contentLeft.gif');
	background-repeat:repeat-y;
	background-position:right;
}
#leftContent .topGradient {
	position:absolute;
	top:0px;
	right:0px;
	width:8px;
	height:124px;
	background-image:url('/images/contentLeftTop.png');
}
#leftContent .bottomGradient {
	position:absolute;
	bottom:0px;
	right:0px;
	width:8px;
	height:124px;
	background-image:url('/images/contentLeftBottom.png');
}

#mainContent {
	position:relative;
	float:left;
	width:600px;
	padding:10px 15px;
}

#wnl {
	background-image:url(/images/wnl.png);
	width:165px;
	height:99px;
	cursor:pointer;
}

.field {
	width:400px;
}