/* CSS Document */



body {
	/*Determines body area/color*/;
	margin: 0px;
	padding: 0px;
	background-image: url(Images/body-bg.jpg);
	background-position: top left;
	background-repeat:repeat;
}

#header {
	/*Determines header area/color/content*/;
	background-image: url(Images/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 826px;
	height: 184px;
	margin-top: 30px;
}


#search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: right;
	color:#000000;
	margin-top: 160px;
	margin-right: 40px;
}
#search input {
	font-size: 11px;
}
#search td {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
}

#menu {
	width: 776px;
	height:42px;
}

#content-wrap {
	background-image: url(Images/content-home-bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 796px;
	padding-left: 15px;
	padding-right: 15px;
}
#ImportantNews {
	color: #660066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#ImportantNews a:link, #ImportantNews a:visited {
	color: #660066;
	text-decoration: none;
}
#ImportantNews a:hover, #ImportantNews a:active {
	color: #660066;
	text-decoration: underline;
}
#top-content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	margin-bottom: 0px;
	margin-bottom: -30px !ie;
}
#top-content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	margin-bottom: -10px;
	color: #333333;
}
#bottom-content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
}
#bottom-content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	margin-top: -10px;
	margin-top: 20px !ie;
	margin-bottom: -10px;
	color: #333333;
}
#main-content {
	background-image: url(Images/church-bg.jpg);
	background-repeat:no-repeat;
	background-position: top;
	width: 694px;
	height: 312px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 40px;
}

#children {
	/*Position determined by order of mapping*/;
	/*Position of following elements relative*/;
	display: block;
	height: 110px;
	width: 146px;
	margin-left: 0px;
	margin-top: 0px;
}

#children a:link, #children a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(Buttons/children.jpg);
	display: block;
	height: 110px;
	width: 146px;
	text-indent: -2000px;
	background-repeat: no-repeat;
}
#children a:hover, #children a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(Buttons/children-act.jpg);
	display: block;
	height: 110px;
	width: 146px;
	text-indent: -2000px;
	background-repeat: no-repeat;
}

#youth {
	display: block;
	height: 114px;
        width: 167px;
	margin-left: 45px;
	margin-top: 0px;
	margin-top: 0px !ie
	padding-top: 0px;
	}
#youth a:link, #youth a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(Buttons/youth.jpg);
	display: block;
	height: 114px;
	width: 167px;
	text-indent: -2000px;
	background-repeat: no-repeat;
}
#youth a:hover, #youth a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(Buttons/youth-act.jpg);
	display: block;
	height: 114px;
	width: 167px;
	text-indent: -2000px;
	background-repeat: no-repeat;
}

#smallgroups{
	display: block;
	height: 130px;
	width: 144px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#smallgroups a:link, #smallgroups a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(Buttons/smallgroups.jpg);
	display: block;
	height: 130px;
	width: 144px;
	text-indent: -2000px;
	background-repeat: no-repeat;
}
#smallgroups a:hover, #smallgroups a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(Buttons/smallgroups-act.jpg);
	display: block;
	height: 144px;
	width: 150px;
	text-indent: -2000px;
}
#spacer {
	background-image: url(Images/spacer.jpg);
	background-repeat:no-repeat;
	background-position: top;
	width: 694px;
	height: 13px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	
}
#footer a:link, #footer a:visited {
	color: #807500;
}
#footer a:hover, #footer a:active {
	color: #aba690;
}
#end {
	background-image:url(Images/end-bg.jpg);
	background-repeat: no-repeat;
	height: 51px;
	width: 826px;
}

.clear {
	clear: both;
	height: 0px;
}