@charset "UTF-8";
/* CSS Document */
/* commented backslash mac hiding hack \*/ 
/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
	padding:0;
	margin:0;
}
body{	
	text-align:center;
	background-color:#660;
	color: #633;
	min-width:1024px;
}
#outer{
	min-height:100%;
	width:1024px;
	color: #000000;
	text-align:left;
	margin:-50px auto 0;/* negative top margin top make room for footer*/
	background:  url(../images/background.jpg) repeat-y center center;
	position:relative;
}
 
* html #outer{
	height:100%; /*IE treats height as min-height anyway*/
	width:1024px;
	w\idth:1024px;
}
#header{
	position:absolute;
	top:50px;/*place it at top of screen but remembering that we have dragged the outer upwards by 52px*/
	left:0px;
	width:1024px;
	height:634px;
	background:#660;
	overflow:hidden;
	color: #333;
	z-index:100;
}
#right {
	position:relative;
	width:200px;
	text-align:center;
	float:right;
	padding-top:700px;/*needed to make room for absolute header*/
}
#footer {
	width:1024px;
	clear:both;
	height:55px;
	background: url(../images/background-footer.jpg);
	color: #000000;
	text-align:center;
	margin:auto;
	padding:0 auto 8px auto;	
}
* html #footer {/*only ie gets this style*/
	\height:50px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#centrecontent {
	width:784px;
	padding-top:700px;/*make room for absolute  header*/
	padding-left:20px;
	padding-right:20px;
}
html>body #minHeight{float:right;width:0;height:100%;margin-bottom:-52px;} /*safari wrapper */
.clearer{height:1px;overflow:hidden;clear:both}

a:link {
	text-decoration: none;
	color: #360;
}
a:hover {
	text-decoration: underline;
}
#churchtitle {
	position: absolute;
	width: 342px;
	left: 178px;
	top: 395px;
	float: left;
}
#hours {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #FFF;
	position: absolute;
	float:left;
	text-align:left;
	left: 250px;
	top: 445px;
}
#googlemap {
	width: 180px;
	height: 150px;
	text-align:left;
	float:right;
	position: absolute;
	top: 413px;
	right: 21px;
}
#googleaddress {
	width: 200px;
	height: 80px;
	text-align:left;
	float: right;
	position: absolute;
	top: 432px;
	left: 612px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding:0 3px;margin:0 0 1em 0
}
#footer p {
	}
#footer a {
	color: #633;
	text-decoration: none;
}
#footer a:hover {
	color: #633;
	text-decoration: underline;
}

#headercross1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #2C62CE;
	line-height: 14px;
	background-image: url(../images/header-background.png);
	background-repeat: no-repeat;
	text-indent: 18px;
	vertical-align: top;
	padding-bottom:18px;
}


#headersub1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #2C62CE;
	line-height: 18px;
	text-indent: 18px;
	vertical-align: top;
}
#outer #centrecontent p #pncclogo {
	position: absolute;
	right: 250px;
	z-index: 100;
	padding-top: 25px;
}
.photothumb {
	border: 9px solid #eee;
}
#telephone {
	color: #FFF;
	position: absolute;
	top: 12px;
}
#aboutmartin {
	position: absolute;
	left: 890px;
	top: 240px;
}
#aboutrose {
	position: absolute;
	left: 890px;
	top: 280px;
}
