#body {
	margin: 0;
	padding: 0;
}

#general {
	min-height: 100%;
	background-image: url(images/background-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	min-height: 100%;
	position: relative;
	text-align: left;
}
#top {
	width: 778px;
	height: 211px;
	background-image: url(images/title-top2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
#top h1 {
	display: none;
}
#navbox {
	width: 778px;
	height: 178px;
}

#nav {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 736px;
	height: 20px;
	top: 115px;
	left: 20px;
}
	
#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: block; 
	line-height: 20px; 
	text-indent: -999px; 
	position: absolute; 
   text-align: center;
}
	
#nav a {
	display: block; 
	text-decoration: none;   
	overflow: hidden;
}	
#navhome {
	left: 0px; 
	top: 0; 
	width: 70px; 
	height: 20px;
}
#navabout {
	left: 96px; 
	top: 0; 
	width: 63px; 
	height: 20px;
	
}
#navcontact {
	left: 185px; 
	top: 0; 
	width: 75px; 
	height: 20px;
}
#navhomeimage, #navhomeimage a {
	left: 310px; 
	top: -40px; 
	width: 120px; 
	height: 120px;
	display: block;
}
#navrosary {
	left: 475px; 
	top: 0px; 
	width: 73px; 
	height: 20px;
}
#navprocessions {
	left: 570px; 
	top: 0px; 
	width: 107px; 
	height: 20px;
}
#navwhy {
	left: 700px; 
	top: 0px; 
	width: 40px; 
	height: 20px;
}
#top-bottom {
	width: 166px;
	height: 23px;
	background-image: url(images/title-bottom.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;
}

