body {
	font: normal 12px Arial,sans-serif;
	background-color: #ccc;
	margin: 0;
	padding: 0;
}

div#header {
	width:795px;
	height: 200px;
	background-image: url(/images/worship_group.jpg);
	background-position: top right;
	position: relative;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

div#header h1 {
	display: none;
}

div#header img#Logo {
	float: left;
	border-right: 2px solid #000;
	width: 210px;
	height: 200px;
}

div#header img#Text {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 350px;
	height: 104px;
}

div#container {
	position: relative;
	width: 795px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: white;
}

div#main {
	border-left: 150px solid #9567b0;
	padding: 10px 5px 0px 35px;
	width: 600px;
	line-height: 1.3;
}

div#menu {
	float: left;
	position: absolute;
	width: 150px;
	margin-left: 15px;
	padding-top: 10px;
}

div#menu a:link, div#menu a:visited, div#menu a:hover, div#menu a:active {
	display: block;
	width: 140px;
	border: 1px solid white;
	background-color: #57008b;
	text-align: right;
	color: white;
	font: bold italic 12px Verdana,Arial,sans-serif;
	padding: 5px;
	text-decoration: none;
}

div#menu a:hover, div#menu a:active {
	color: black;
	border: 1px solid black;
	background-color: #00a3de;
	text-decoration: underline;
}

div#footer {
	clear: both;
	text-align:center;
	font: normal 10px Verdana,Arial,sans-serif;
	margin-top: 20px;
}

h1 {
	font: bold 18px Verdana,Arial,sans-serif;
	line-height: 0.5;
}

.gallery {
	margin: 10px;
	float: left;
	height: 160px;
}
