* {
	padding: 0;
	border: 0;
	margin: 0;
}

body {
	text-align: center;
	min-width: 800px;
	background-color: #BECADE;	
}

#wholepage {
	width: 800px;
	text-align: justify;
	margin: 0 auto;
	background-color: #BECADE;	
}

#header {
	height: 200px;
	width: 800px;
	background-image:url("images/head.jpg");
	background-repeat: no-repeat;
}	

#middle {
	overflow:hidden;	
}

#middle div {
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

#left {
	width: 200px;
	float: left;
	text-align: center;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-color: white;

}

head:first-child+body #left {
	width: 198px;
}

#navlist {

}

#navlist ul {
	list-style-type: none;
}

#navlist ul li {
	border-bottom: 1px solid black;
}

#navlist a {
	display: block;	
	padding: 5px;
}

#navlist a, #navlist a:link, #navlist a:visited {
	text-decoration: none;
	font-weight: bold;
	font-variant:small-caps;	
	font-size: 12px;
	color: #000033;
}

#navlist a:hover {
	color: #9B980F;
	background-color: 000033;
}

#right {
	width: 600px;
	float: left;
	background-image:url("images/Virgin_Mary_Background.jpg");
	background-repeat: repeat-y;
	padding: 5px 10px;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

head:first-child+body #right{
	width: 578px;
}	

#right h1 {
	color: #000033;
	text-align: center;
	margin-bottom: 15px;
}

#right p {
	margin-bottom: 15px;
}	

#footer {
	width: 800px;
	height: 200px;
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	color: #C2BE12;
	padding-top: 90px;
	font-size: 20px;
}

#footer a {
	color: #C2BE12;
}