h1, h2, h3, h4, h5, {
	font-size: 100%;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}
body {
	margin-top: 5px;
	text-align: center; /* align centre for good browsers  */
	font-family: arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 82%;
}

.picframe	{
	border: ridge #00ffcc 5px;
}


.picframe2	{
	border: ridge #00ffcc 5px;
	width: 247px;
	height: 195px;
	float: left;
	margin: 4px;
	background-color: #99CCFF;
	color: #009933;
	padding-top: 4px;
	font-weight: bold;
}


#centering	{
	margin:0 auto;
	height: auto;
	width: 800px;
	background-color: #DCEFAF;
	background-position: top left;
	border-top: solid #FFFF99 3px;
	border-left: solid #FFFF99 3px;
	border-bottom: solid #660000 3px;
	border-right: solid #660000 3px;
	overflow: visible;
	padding-right: 3px;
	padding-left: 3px;
	text-align: left;
}

h1 	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 150%;
	padding-top: 5px;
	margin-top: 5px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
h2	{
	font-family: Arial, Verdana, Helvetica, sans-serif;	font-size: 130%; padding-top: 5px; margin-top: 5px; color: #660033; font-weight: bold;
}
h3	{
	font-family: Arial, Verdana, Helvetica, sans-serif;	font-size: 110%; padding-top: 0px; margin-top: 1px; color: #660033; font-weight: bold;
}
h4	{ font:  bold 100% verdana; 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }

a:link { text-decoration: underline;  color: #3333FF; }
a:visited { text-decoration: underline; color: #663366; }
a:hover, a:active { text-decoration: underline; color: #990000; background-color: #FFFF66;
}

.shadow { height:0; filter:Shadow(color=#FF7070)}

#landscape	{/* scrolling image */
	background-image:  url("../images/landscape.jpg");
	position: absolute;
	top:83px;
	height: 248px;
	left: 0px;
	width: 100%;
	background-attachment: scroll;
	background-repeat: repeat;
	z-index: -1;
}
	
#content{/* main content */
	margin:0 auto;
	height: auto;
	width: 800px;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	border-top: solid #FFFF99 3px;
	border-left: solid #FFFF99 3px;
	border-bottom: solid #660000 3px;
	border-right: solid #660000 3px;
	overflow: visible;
	text-align: justify;
	background-image:  url("../images/redbridge-fade.jpg");
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
}
.content1 {/* columnar - floated left */
	border-right: ridge #3399ff 2px;
	width: 340px;
	height: auto;
	font-size: 100%;
	padding: 2px 4px 0px 2px;
	margin: 0px 0px 02px 0px;
	float: left;
	font-size: 100%;
	text-align: left;
	}
.content2	{/* narrow column */
	padding: 2px 2px 2px 0px;
	margin: 0px 0px 2px 0px;
	width: 132px;
	float: left;
	text-align: right;
	clear: right;
	font-size: 11px;
	overflow: visible;
	height: auto;
	}
.whi {
	background-color: #FFFFCC;
	font-size: 14px;
}
.boxleft {
	float: left;
	padding: 5px 2px 2px 2px;
	margin: 2px 5px 2px 2px;
}
.boxright  {
	float: right;
	padding: 5px 2px 2px 2px;
	margin: 2px 2px 2px 5px;
}

