/* CSS Document */

html, body {
	background:#515f88;
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccd0dc;
	line-height:18px;	
	overflow:auto;
}

h1, h2, h3, h4, h5, h6, p{
	margin:0 0 16px 0;
	padding:0;
}

form, table {
	margin:0;
	padding:0;
}

#wrapper {
	position:absolute;
	background:url(images/wrapper-bg.jpg) no-repeat;
	width:664px;
	height:565px;
	padding:12px 18px 12px 18px;
	margin-top:-282px;
	margin-left:-332px;
	left: 50%;
	top: 50%;	
}

#wrapper .content {
	position:absolute;
	margin:231px 0 0 208px;	
	padding:0 10px 0 0;
	width:417px;
	height:314px;
	overflow:auto;
}

/************************************** Menu */

#wrapper .menu {
	float:left;
	width:146px;
}

#wrapper .menu ul {
	padding:0;
	margin:0;
	width:146px;
	list-style:none;
	color:white;
}

#wrapper .menu ul li {
	float: left;
	background: transparent 0 0 no-repeat;
	width:146px;
	clear:left;
}

#wrapper .menu ul li#welcome {
	background-image:url(images/buttons/welcome.gif);
	height:16px;
	margin-top:238px;
}

#wrapper .menu ul li#worship {
	background-image:url(images/buttons/worship-prayer.gif);
	height:20px;
}

#wrapper .menu ul li#baptisms-etc {
	background-image:url(images/buttons/baptisms-etc.gif);
	height:36px;
}

#wrapper .menu ul li#healing-ministry {
	background-image:url(images/buttons/healing-ministry.gif);
	height:20px;
}

#wrapper .menu ul li#music {
	background-image:url(images/buttons/music.gif);
	height:20px;
}

#wrapper .menu ul li#house-group {
	background-image:url(images/buttons/house-group.gif);
	height:20px;
}

#wrapper .menu ul li#news {
	background-image:url(images/buttons/news.gif);
	height:20px;
}

#wrapper .menu ul li#our-parish {
	background-image:url(images/buttons/our-parish.gif);
	height:20px;
}

#wrapper .menu ul li#useful-links {
	background-image:url(images/buttons/useful-links.gif);
	height:21px;
}

#wrapper .menu ul li#pictures {
	background-image:url(images/buttons/pictures.gif);
	height:37px;
}

#wrapper .menu ul li a {
	display:block;
	height: 100%;
	width: 100%;
}

#wrapper .menu ul li:hover, #wrapper .menu ul li.selected {
	background-position:-146px 0;
}

#wrapper .menu ul li a span {
	display:none;
}

/************************************** Text Styles */

h1 {
	font-size:14px;
	text-transform:uppercase;
	color:white;
}

h1 img {
	margin-top:4px;
}

h2 {
	font-size:12px;
}

h1 span {
	display:none;
}

* html img.png {
	behavior:url(pngbehavior.htc);
}

a {
	color:white;
}

img.floatRight {
	float:right;
	clear:right;
	margin:0 0 15px 10px;
}

img.galleryImage {
	float:left;
	margin:0 10px 10px 0;
}