body {
	font-family: "Trebuchet MS";
	font-size: 80%;
	color: #546470;
	margin-top: 0px;
}
#pagecontainer {
	width: 771px;
	margin:auto
}
#topbanner {
	text-align: center;
	height: 235px;
	width: 771px;
	margin-top: 0px;
	background-image: url(healing_banner.jpg);
}
#pagecontainer #topbanner h1 {
	color: #FFFFFF;
	text-align: left;
	padding-left: 50px;
	font-size: 3em;
	margin: 0px;
}
#pagecontainer #topbanner h2 {
	font-size: 2.5em;
	color: #FFFFFF;
	text-align: left;
	padding-left: 50px;
}

#topmenu {
	text-align: center;
	height: 30px;
	width: 771px;
}
#maingallery {
	height: auto;
	width: 771px;
}
#copyright {
	font-family: "Trebuchet MS";
	font-size: 85%;
	background-color: #F0ECE8;
	height: 70px;
	width: 771px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 5px;
}
#bottommenu {
	text-align: center;
	height: 30px;
	width: 771px;
	font-size: 85%;
	font-weight: lighter;
}
#leftcol {
	float: left;
	height: 100%;
	width: 51%;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #55311B;
}
#rightcol {
	float: right;
	height: 100%;
	width: 48%;
	text-align: right;
}
.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	padding: 2px;
	border: 1px dotted #8698AC;
}
#pagecontainer #maingallery p {
	margin-bottom: 2em;
}

.imgleft {
	float: left;
	margin-right: 10px;
	text-align: center;
	font-size: .9em;
	font-style: italic;
	padding: 2px;
	border: 1px dotted #8698AC;
}
br.clear {
	display: block;
	clear: both;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #303941;
}
a:visited {
	color: #7199B7;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #55311B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: bold;
}
#pagecontainer #maingallery h2 {
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	margin-top: -15px;
}
#pagecontainer #maingallery h1 {
	font-size: 150%;
	text-align: center;
	padding-bottom: 10px;
}
#pagecontainer #topmenu li {
	display: inline;
}
#pagecontainer #topmenu ul {
	margin-left: 0px;
	margin-top: 5px;
}
#pagecontainer #bottommenu ul {
	margin-left: 0px;
	margin-top: 5px;
}
#pagecontainer #bottommenu li {
	display: inline;
}
#pagecontainer #maingallery ul {
	display: inline;
	list-style-type: none;
}
#pagecontainer #maingallery ul li a img {
	border-style: none;
	padding-top: 30px;
	text-decoration: none;
}

/* FORM STYLING */
form {
			width: 100%;
			margin: 0;
			padding: 0;
			}
fieldset {
	float: left;
	width: 44%;
	padding: 1em;
	border: 1px solid #AD8D5C;
	height: 585px;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
			}
fieldset div br {
			display: none;
			}
legend {
			font-weight: bold;
			color: #AD8D5C;
			margin: 0;
			padding: 0.5em;
			}
label {
			font-size: 90%;
			display: block;
			margin-right: 10px;
			}
.textcentre {
	text-align: center;
}
