#kwicks_container { 
	height: 150px;
	width: 645px;
	margin: 0px;
	float: right;
}
#kwicks {
	position: relative;
}

#kwicks a {
		text-decoration: none;
		font-weight: bold;
}

#kwicks a:hover {
		text-decoration: underline;
}

ul#kwicks {
	margin: 0px;
	padding: 0px;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 155px;
	height: 144px;
	font-family: Arial;
}

.kwick h1 {
	font-size: 1.3em;
	color: #efefef;
	padding: 3px;
}

.kwick ul {
	margin-left: 100px;
	padding-top: 20px;
	font-size: .8em;
}
	
#kwick_a {
		background-image: url(images/kwick/worship.jpg);
		border: 3px solid #1c3248;
	}

#kwick_a:hover {
		background-image: url(images/kwick/worship_over.jpg);
		background-repeat: no-repeat;
	}


#kwick_a:hover h1 {
			color: #fff;
}

#kwick_a ul {
		font-size: .8em;
		display: none;
		font-weight: bold;
}

#kwick_a ul a:link {
		color: #fff;
		
}

#kwick_a:hover ul {
		color: #fff;
		display: block;
}


#kwick_b {
		background-image: url(images/kwick/serve.jpg); 
		border: 3px solid #1c3248;

}

#kwick_b:hover {
		background-image: url(images/kwick/serve_over.jpg);
		background-repeat: no-repeat;
}

#kwick_b:hover h1 {
		color: #fff;
}

#kwick_b ul {
		font-size: .8em;
		display: none;
		font-weight: bold;
}

#kwick_b ul a:link {
		color: #fff;
		
}

#kwick_b:hover ul {
		color: #fff;
		display: block;
}

	
	
#kwick_c {
		background-image: url(images/kwick/adult.jpg);
		border: 3px solid #1c3248;

}

#kwick_c:hover {
		background-image: url(images/kwick/adult_over.jpg);
		background-repeat: no-repeat;
}


#kwick_c:hover h1 {
		color: #fff;
}

#kwick_c ul {
		font-size: .8em;
		display: none;
		font-weight: bold;
}

#kwick_c ul a:link {
		color: #fff;

}

#kwick_c:hover ul {
		display: block;
}


#kwick_d {
		background-image: url(images/kwick/family.jpg);
		border: 3px solid #1c3248;
}

#kwick_d:hover {
		background-image: url(images/kwick/family_ro.jpg);
		background-repeat: no-repeat;	
}

#kwick_d:hover h1 {
		color: #fff;
}

#kwick_d ul {
		font-size: .8em;
		display: none;
		font-weight: bold;
}

#kwick_d ul a:link {
		color: #fff;
}

#kwick_d:hover ul {
		color: #fff;
		display: block;

}

#kwick_d h1 {
	color: #ffffff;
}