body {
        font-size: 11px;	
	text-align: center;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	color: #333333;
	background: #ffffff url(images/background11.jpg) 0 0 repeat;
	/*background-color: #ffffff;*/
	margin-top: 0px;
}

#page {
	text-align: left;
	margin: 0 auto;
	width: 1040px;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 11px;
	/*min-height: 100%;*/
	position: relative;
	background: #e2bb6c; /* #f1d7b4 */
	border-width: 4px;
	border-top-style:none;
	border-right-style:solid;
	border-left-style:solid;
	border-bottom-style:none;
	border-color: #5e7f4b; /* #5e7f4b */
}

#header {
	position: relative;
	background: #efefef url(images/banner.jpg) 0 0 no-repeat;
	margin: 0;
	/*display: inline;*/
	height: 180px;
	width: 1040px;
	padding: 0;
}

#content {
	font-family: "Lucida Grande", "Verdana", sans-serif;
	clear: both;
	position: relative;
	background: #e2bb6c; /* #f1d7b4 */
}

#content p {
	margin: 0 1em 1em 0;
	display: block;
	width: 100%;
}

#breadcrumbs {
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	margin-top:5px;
	margin-bottom:0px
	/*padding: 15px 0;*/
	font-size: 11px;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	background: #ffe3ab; /* #f8ebd9 */
	border-width:1px;
	border-style:solid;
	border-color:#bbbbbb;
	border-radius:4px;
}

#breadcrumbs p {
	padding-top: 7px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 3px;
	display: block;
	width: 100%;
}


#story1 {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	width: 1030px;/* story width */
	background: #e2bb6c; /* #f1d7b4 */
	min-height: 500px;
	border: 0;
	margin-left: 10px;
	margin-right: 0px;
	margin-top:20px;
	margin-bottom:10px
	font-size: 11px;
	font-family: "Lucida Grande", "Verdana", sans-serif;
}

#story2 {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	width: 710px;/* story width */
	background: #e2bb6c; /* #f1d7b4 */
	min-height: 500px;
	border: 0;
	margin-left: 10px;
	margin-right: 0px;
	margin-top:20px;
	margin-bottom:10px
	font-size: 11px;
	font-family: "Lucida Grande", "Verdana", sans-serif;
}


#side {
	position: relative;
	float: right;
	display: block;
	width: 313px; /* side width */
	margin-left: 0px;
	margin-right: 5px;
	margin-top:10px;
	margin-bottom:0px
	/*padding: 15px 0;*/
	font-size: 11px;
	font-family: "Lucida Grande", "Verdana", sans-serif;
}


#footer {
    clear: both;
    /*padding-top:18px;*/
    margin-left: -4px;
    margin-bottom: 0px;
    height:40px;
    width:1049px;
    background-image: url('images/FooterGraphic3.png');background-repeat: no-repeat;
}

#footer p {
    margin-left: 20px;
    padding-top: 12px;
}

/*-------------------------------------------------------------------------------------*/

.rightmenu {
  color:black;
  background: #ffe3ab; /* #f8ebd9 */
  border-width:1px;
  border-style:solid;
  border-color:#bbbbbb;
  border-radius:4px;
}

.rightmenu li a:link {
  text-decoration:none;
  color:black;
}

.rightmenu li a:visited {
  text-decoration:none;
  color:black;
}

.rightmenu li a:hover {
  text-decoration:none;
  color: #333333;
}

.rightmenu ul {
	font-size:14px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: url(images/menuarrow.png);	
}

.rightmenu li {
  font-size=1.5em;
  padding:4px;
  margin-bottom:3px;
}

/*----------------------------------------------------------------------------------------*/
.centercoltext {
	color: #333333;
	margin-left : 20px;
}

.centercoltext a:link {
	color: #333333;/*themecolour1;*/
}
.centercoltext a:visited {
	color: #333333;
}
.centercoltext a:hover {
	color: #cccccc;/*themecolour2;*/
}

.centercoltext h1 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;/*themecolour3%0;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;

}
