/* St Peters Cathedral. */
/* DHTML / XHTML Layout Styles *
/* Page has no special indentation */
body {
	margin: 0px;
	padding: 0px;
}

/* Main Layout Table (for IE crap display) */
table#main-layout {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* Navigation Menu Text Display (When Image not present */
.navmenutext {
	margin-left: 20px;
       margin-right: 10px;
}
/* Some nav menu's have a title row placed at the top */
/* The text there has slighltly different properties. */
.navmenutitle {
	margin-left: 0px;
}

/* RHS column area */
/* this applies to everything in the rhs menu area */
/* (if the page has this style set not all do at present) */
td.rhs-column {
	vertical-align:	top;
	padding: 15px;
}
/* Object in the RHS area. bounding areas only. no colors */
/* .rhsbox exists for things needing a visible border */
.rhsitem {
	margin: 15px;
	border: 0px;
	padding: 8px;
	width: 200px;
}
/* images inside MUST NOT be larger than 200px wide */
.rhsbox img {
	width: 200px;
}

/* Spacing of thumbnails in the photo gallery */
/* height and width are normalised so they all appear of the same 120px height */
span.gallery_image {
	margin: 5px;
}
img.gallery_image {
	border: none;
}
/* Box around a set of thumbnails in the gallery. */
/* This should justify the thumbnails inside. */
.gallery_box {
	text-align: center;
	padding: 8px;
	margin: 15px;
}
/* The outlined box on the main gallery-selection page */
.gallery_box_main {
	text-align: left;
	padding: 8px;
	margin: 15px;
	width: 400px;
	height: 100px;
}
.gallery_box_main span.gallery_thumbnail {
	float: right;
}
/* The text name of a gallery on the main gallery-selection page */
.gallery_box_main .subtitle {
	vertical-align: middle; /*does not seem to be working :-( */
	text-align: left;
	margin-left: 15px;
}

/* The table within the main page content area */
table.content {
	width: 500px;
	border: 0px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
}

/* The footer table listing Treehouse Networks Details */
table.treenet {
	width: 100%;
	border: 0px;
}

/* A text Illustration object (span, img or object) */
.ilus-right {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
.ilus-left {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
}

#updateform
{
	width: auto;
	text-align:left;
}

#deleteNewsForm
{
	width: auto;
	text-align:left;
}
