@charset "utf-8";
* {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 0px;
	color: #06F;
}
#wrapper {
	width: 800px;
	border: thin none #999;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
	height: 160px;
	background-image: none;
}
#wrapper #logo {
	background-color: #FFF;
	background-image: url(../Images/sign.jpg);
	height: 160px;
	width: 800px;
}
#wrapper #navigation {
	height: 30px;
	background-color: #FFC;
	color: #03C;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px;
}

body {
	background-image: none;
	background-color: #FFC;
}
#wrapper #logoImage {
	height: 250px;
	background-image: url(../Images/Church1.jpg);
}
#wrapper #bodyArea #left {
	background-color: #FFF;
	width: 400px;
	float: left;
}
#wrapper #bodyArea #right {
	background-color: #CCC;
	width: 400px;
	float: right;
}
#wrapper #bodyArea #footer {
	background-color: #e2e2e2;
	height: 50px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 20px;
	color: #03F;
}
#wrapper #aboutText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFF;
	padding: 20px;
}
#wrapper div #aboutText {
}
#wrapper #map {
}
#wrapper #bookingsText pre {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #06F;
}
#wrapper #map div pre {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #06F;
}
#wrapper div pre {
	font-family: "Comic Sans MS", cursive;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #06F;
}
#wrapper #footer {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.PhotoHeading {
	font-family: "Comic Sans MS", cursive;
	font-size: 24pt;
	font-style: normal;
	color: #03C;
}
a:link    {
	/* Applies to all unvisited links */
  text-decoration:  none;
	outline: none;
	font-weight:      bold;
	background-color: #FFC;
	color:            #00F;
  } 
