* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #edebd6;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 10px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background-image: url('gfx/bgnd-page.gif');
	background-position: center;
	background-repeat: repeat-y;
	position: relative;
}

#logo {
	display: block;
	width: 130px;
	height: 145px;
	position: absolute;
	top: 0;
	left: 42px;
	z-index: 999;
}

a img {
	border: none;
}

.png {
	behavior: url('http://www.churchheatingconsultants.co.uk/site/wp-content/themes/default/scripts/iepngfix.htc');
}


#header {
	width: 800px;
	height: 96px;
	background-image: url('gfx/bgnd-header.gif');
	background-position: center;
	position: relative;
}

#banner {
	width: 778px;
	height: 189px;
	margin: 0 auto;
}

#content {
	width: 660px;
	margin: 0 auto;
}

#colLeft {
	width: 420px;
	float: left;
}

#colRight {
	width: 210px;
	float: left;
	margin-left: 30px;
}

#footer {
	width: 800px;
	height: 40px;
	clear: both;
	background: url('gfx/bgnd-footer.gif') center no-repeat;
	font-size: 62.5%;
	margin-top: 20px;
}

/*** Menu styles ***/

#menu {
	display: block;
	width: 670px;
	height: 36px;
	position: absolute;
	bottom: 0px;
	left: 160px;
	font-size: 62.5%;
}

#menu ul {
	width: 670px;
	height: 36px;
	list-style: none;
}

#menu ul li {
	float: left;
	width: auto;
	height: 36px;
	background-image: url('gfx/page_item.gif');
	line-height: 38px;
	padding-left: 16px;
	padding-right: 16px;
	margin-left: 2px;
}

#menu .page_item a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: white;
	text-decoration: none;
	text-transform: lowercase;
	height: 36px;
}

#menu .page_item a:hover {
	text-decoration: underline;
}

#menu ul li.current_page_item,
#menu ul li.current_page_parent {
	background-image: url('gfx/current_page_item.gif');
}
