@charset "UTF-8";
/* CSS Document */

BODY {
	background-image:url(images/clouds.jpg);
	background-color:#CCCCCC;
	background-position:left;
	background-repeat:no-repeat;
	margin:0px;
	}
	
h1#news 	{

	font-size:16px;
	font-family:"Georgia";
	color:#FF3300;
	letter-spacing:1px;
	line-height: 5px;
	margin:0px;
	padding:0px;
	font-weight:100;
	text-align:right;
	
	}
h2#news 	{

	font-size:12px;
	font-family:"Helvetica";
	color:#000000;
	text-transform:uppercase;
	text-align:center;

	}
h3#news		{
	font-size:10px;
	font-family:"Verdana";
	color:#000000;
	line-height: 20px;
	font-weight:normal;
	text-align:center;
	}


div#menu {
	border-bottom-width:thick;
	border-top-width:thick;
	border-bottom:double;
	border-top:double;
	border-color:#999999;
	
	height:25px;
	width:350px;
	padding:10px 10px 20px 10px;
	
	background-color:#CCCCCC;
	margin: 90px 0px 0px 115px;
	z-index:5;
	
	font-family:"Century Gothic";
	font-size: 10px;
	color: #555555;
	
}
	
div#menu a:link {
	font-family:"Century Gothic";
	font-size: 14px;
	color: #555555;
	text-decoration:none;
	z-index:5;
	}
div#menu a:visited {
	font-family:"Century Gothic";
	font-size: 14px;
	color: #555555;
	text-decoration:none;
	z-index:5;
	}
div#menu a:active {
	font-family:"Century Gothic";
	font-size: 14px;
	color: #555555;
	text-decoration:none;
	z-index:5;
	}
div#menu a:hover {
	font-family:"Century Gothic";
	font-size: 14px;
	color: #000000;
	text-decoration: overline;
	z-index:5;
	}
	
	
.news {
	border-bottom-width:thick;
	border-top-width:thick;
	border-bottom:double;
	border-top:double;
	border-color:#999999;
	
	height:auto;
	width:330px;
	padding:20px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	
	background-color:#FFFFFF;
	margin: 20px 0px 0px 115px;
	z-index:4;
	}
	
.info {
	border-bottom-width:thick;
	border-top-width:thick;
	border-bottom:double;
	border-top:double;
	border-color:#999999;
	
	font-family:"Century Gothic";
	font-size: 15px;
	text-align:center;
	
	background-color:#FFFFFF;
	margin: 90px 0px 0px 665px;
	padding:0px 25px 25px 25px;
	position:absolute;
	top: -1px;
	left: -111px;
	height:auto;
	width:200px;
	}

IMG#church {

	margin:0px;
	padding:0px;
	border:none;
	position:fixed;
	bottom:0px;
	z-index:-2;
	}
	
.logo {

	margin:0px;
	padding:0px;
	border:none;
	position:absolute;
	top:20px;
	left:50px;
	z-index:-1;
	}

#grass {
	
	height: 30px;
	width:1000px;
	position: fixed;
	bottom:0px;
	margin-left:424px;
	z-index:-3;
	background-image:url(images/grass.png);
	background-repeat:repeat;
	
	
}
