/* General */

body
{
	padding: 0px;
	margin: 0px;
	background-color: #F7D900;
}

p
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

h1
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

h2 
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 120%;
	font-weight: bold;
}

.centered
{
	text-align: center;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.page
{
	background-color: white;
	width: 800px;
	margin: 10px auto;
	padding: 0px;
	border: 2px solid black;
}

/* Header */

.topleft
{
	float: left;
	width: 186px;
	height: 177px;
}

.topright
{
	float: right;
	width: 172px;
	height: 177px;
}

.title
{
	position: absolute;
	margin: 20px -35px;
	color: white;
	width: 512px;
	height: 28px;
	border: none;
}

.address
{
	position: absolute;
	margin: 78px 0px;
	width: 108px;
	height: 56px;
	border: none;
}

.dove
{
	position: absolute;
	margin: 48px 134px;
	width: 175px;
	height: 135px;
	border: none;
}

.priests
{
	position: absolute;
	margin: 83px 314px;
	width: 122px;
	height: 45px;
	border: none;
}

/* Navbar */

.navbar
{
	clear: both;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.navbar ul
{
	list-style-type: none;
	padding: 0px;
}

.navbar li
{
	padding-top: 10px;
}

.navbar a
{
	display: block;
	width: 140px;
	height: 59px;
}

.navbar a:hover
{ 
	background-position: 0 -59px;
}

.navbar a:active
{ 
	background-position: 0 -59px;
}

.navbar a.selected
{
	background-position: 0 -59px;
}

.home
{
	background: url("img/home.jpg");
}

.news
{
	background: url("img/news.jpg");
}

.tour
{
	background: url("img/tour.jpg");
}

.masses
{
	background: url("img/masses.jpg");
}
.history
{
	background: url("img/history.jpg");
}
.ststephen
{
	background: url("img/ststephen.jpg");
}

.contacts
{
	background: url("img/contacts.jpg");
}
.groups
{
	background: url("img/groups.jpg");
}
.links
{
	background: url("img/links.jpg");
}

.space 
{
	/* Invisible box makes sure footer stays below 
	   navbar, even with very short content */
	clear: both;
	height: 10px;
	width: 20px;
}

/* Content */

.content
{
	width: 475px;
	margin-top: 200px;
	margin-left: 175px;
	text-align: justify;
}

.content img
{
	border: 2px solid black;
}

/* Footer */

.footer
{
	height: 153px;
	text-align: center;
	font-size: small;
	padding: 0px;
}

.sitedesign
{
	position: relative;
	top: 110px;
}

.bottomleft
{
	clear: both;
	float: left;
	width: 177px;
	height: 153px;
}

.bottomright
{
	float: right;
	width: 167px;
	height: 153px;
}

/* Page-specific items */

/* Home */

.churchpic
{
	text-align: center;
}

.churchpic img
{
	width: 300px;
	height: 264px;
}

.latestNewsletter
{
	text-decoration: blink;
	font-weight: bold;
	font-size: small;
	text-align: center;
	color: purple;
	width: 100%;
}

/* News */

.newsdocumentlist
{
	text-align: center;
}

.getadobe
{
	text-align: center;
}

.getadobe img
{
	border: none;
}

.newscontrols
{
	width: 100%;
	padding: 10px;
}

/* Tour */

.thumbgallery
{
	width: 100%;
	text-align: center;
}

.thumbgallery td
{
	padding-top: 30px;
}

/* Masses */

.masstimes
{
	width: 100%;
}

.masstimes p
{
	padding: 0px;
	margin: 0px;
}

/* History */

.centredpic
{
	text-align: center;
}

.nevatt
{
	float: left;
	margin-right: 10px;
}

.back
{
	text-align: center;
}

/* Contacts */

.contactstable
{
	width: 100%;
}

.contactstable p
{
	padding: 0px;
	margin: 0px;
}

/* Groups */

.play
{
	float: left;
}

.johnvine
{
	float: right;
	margin-bottom: 20px;
}

.fix
{
	clear: both;
}

/* Image */

.image
{
	text-align: center;
}

.desc
{
	width: 700px;
	margin-left: 50px;
}

.caption
{
	text-align: center;
}

/* Newsletter */

.newsletdate
{
	border: 2px solid black;
	width: 500px;
	text-align: right;
	float: right;
	position: relative;
	top: -50px;
	margin-right: 30px;
}

.newsletdate p
{
	margin: 2px;
	margin-right: 10px;
}

.newslettercontent
{
	clear: both;
	margin: 20px 40px;
}

pre
{
	/* Make the preformatted text areas wrap */
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* Newsletter Upload */

.textarea
{
	margin-top: 10px;
	margin-left: 40px;
}

.updatecontent
{
	margin-top: 200px;
	width: 100%;
}

.controls
{
	width: 100%;
	border: 2px;
}

