body {
  background-color: 		        grey;
  background:                           #8b8989;
	}

table {
  background-color:		        white;
  width:				70%;
	}

h2 {
  background-color:		        orange;
  color:				white;
	}

ul {
  font-family:				Arial, Verdana;
  font-size: 				16px;
  margin: 				0;
  padding:				0;
  list-style: 				none;
  display:				hidden;
}
ul li {
  display: 				block;
  position: 				relative;
  float: 				left;
}

li ul { 
  display: 				none; 
	}

li:hover ul, li.sfhover ul {
  display: 				block;
  position: 				absolute;
}
	
#article1 {
  width:				47.5%;
  padding-right:			2.5%;
  vertical-align:			top;
	}
	
#article2 {
  width:				47.5%;
  padding-left:			        2.5%;
  vertical-align:			top;
	}
	
#boxpic {
  background-image: 		        url('images/jesus_children.jpg');
  background-repeat: 		        no-repeat;
  background-color: 		        transparent; 
  background-position:	                top; 
  height: 				428px;
	}
	
#homebutton {
  color:				white;
  text-decoration:		        none;
	}

#homebutton:hover {
  text-transform:			uppercase;
	}

#navbarbox { 
  height:				30px;
  width:				33%;
  background-color: 		        black;
  color:				white;
	}

#navbarbox:hover {
  background: 			        orange;
  color:				black;
	}

#navbarbox a {
  color:				white;
  text-decoration:		        none;
	}

#navbarbox a:hover {
  color:				black;
	}

#navitem {
  display: 				block;
  text-decoration: 			none;
  color: 				white;
  border-top: 				1px solid #ffffff;
  border-right:                         1px solid #ffffff;
  padding: 				5px 15px 5px 8px;
  background:				black;
  white-space: 				nowrap;
  width: 				33%;
  vertical-align:			top;
}
#navitem:hover {
  background:				orange;
  color:				black;
	}