body {
	margin: 0;
	font: 11pt Arial, Helvetica, Sans-serif;
	background: #B3BFC3 url(sitebg.gif) no-repeat fixed 0 0;
	padding: 0 0 0 0.5em;
}

a {
	text-decoration: none;
	color:#000;
}

a:hover {
	text-decoration:underline;
}

p, li, a, td {
	font-size: 14px;
}

/* large fonts */
.large p, .large li, .large a, .large td, .large li {
	font-size: 16px;
}

/* heading elements */
h1, h2, h3, h4 {
	font-family:  "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #820000;
	clear:both;
	margin-bottom:10px;
}

h1 {
	text-align:center;
	font-size: 2em;
	margin-bottom:25px;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
	clear:both;
}

h4 {
	font-size: 1.4em;
}

/* List elements */
ul {
	list-style-image:url(cross.png);
}

/* table elements */
td {
	padding: 0px 5px 5px 5px;
	vertical-align:top;
}
/* 	font-size:1.1em; */

/* Style elements */

#address {
	font: 1em  Arial, Helvetica, Sans-serif;
}

/* top add block */
#addblockt {
	position:relative;
	left:0px;
	top:0px;
	align: center;
	width: 752px;
	background-color: #fcfcfc;
}
/* classes */
.bold {
	font-weight:bold;
}

.centre {
	text-align:center;
}

.framebody {
	padding: 5px 0px 0px 0px;
}

.gmap {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.indent {
	text-indent: 100px;
}

/* set up for the sub menu bar */
.submenubar {
	position: relative;
	top: 0px;
	width: 752px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color:#000;
	color:#fff;
	font: 12px  Arial, Helvetica, sans-serif;
	line-height:1.5em;
	text-indent:20px;
}

.submenubar a {
	color:#fff;
	font: 12px;
}

.submenubar a:hover {
	text-decoration:none;
	color: #999;
	font: 12px;
}

/* set up for profile pictures */
.picright {
	display: block;
	border-width: 0px;
	width: 170px;
	height: 180px;
	float: right;
	text-align:right;
	font-family: Arial, Helvetica, Sans-serif;
}

.picleft {
	display: block;
	border-width: 0px;
	width: 170px;
	height: 180px;
	float: left;
	text-align:left;
	font-family: Arial, Helvetica, Sans-serif;
}

/* generic picture block, height and width specified in code based on picture */
.picblockr {
	display: block;
	position: relative;
	top: 0px;
	float:right;
	padding: 0 0 0 0;
}

.picblockl {
	display: block;
	position: relative;
	top: 0px;
	float:left;
	padding: 0 0 0 0;
}

/* Bulletin layout */
#bulletins td a:hover {
	text-decoration: underline;
}

/* adventure layout */
.adventnav {
	color: #820000;
	font-weight:bold;
	text-align:center;
}

.adventnav a {
	color: #820000;
}

.norm {
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
}

.it {
	font-style:italic;
}

.b {
	font-weight:bold;
}

.u {
	text-decoration:underline;
}

.centre {
	text-align:center;
}