﻿/* CSS layout */
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('../Graphics/Church.jpg');
}

#page_content {
	margin-left: 200px;
}

#container {
	position: relative;
	width: 100%;
}
#footer {
	width: 100%;
	clear: both;
	position: relative;
}
.heading {
	font-size: large;
	color: #FFFFFF;
	position: absolute;
	width: 400px;
	height: 150px;
	top: 40px;
	left: 250px;
	z-index: 100;
}
.church {
	list-style-type: none;
	font-size: large;
}
#footer a {
	font-size:large;
	color:maroon
}
#footer a.hover {
	font-variant:normal;
	font-style:italic;
	color:blue
	
}
.church a {
	list-style-type: none;
	font-size: large;
	color: #800000;
}
#aboutus {
	padding: 2px;
	margin: 4px;
	width: 700px;
	height: 650px;
}
