h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}

/* main body  ...........................................*/

#body {
	background-color: #fffod9;
	left: 0px;
	top: 0px;
	position: absolute;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	list-style-type: circle;
}



/* ....................................................end mainbody */

/* maincontent ................................................ */

#maincontent {
	width:100%;
	left: 0px;
	top: 0px;
	border-right-width: 0.1ex;
	border-left-width: 0.1ex;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #925c5a;
	border-left-color: #925c5a;
}

/* endmaincontent --------------------------------------------------- */

/* header --------------------------------------------------- */

#header {
	width: 100%;
	background-color:#fef0d9;
	padding: 0;
	border-bottom-width: 0.25ex;
	border-bottom-style: solid;
	border-bottom-color: #925c5a;
	background-image: url(../images/TopBackground.png);
	background-repeat: repeat;
	border-top-width: 0.25ex;
	border-top-style: solid;
	border-top-color: #925c5a;
}

/* .................................................. endheader */


/* content_container .......................................... */

#container {
	width: 100%;
	background-color:#fffod9;
	padding: 0;
	margin-top: 2em;
}
/* ......................................endcontent_container  */


/* nav ....................................................... */
#nav {
	padding-left:1ex;
	padding-right:1ex;
	padding-bottom:1em;
	float:left;
	padding-top: 2em;
	
}

.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #925c5a;
	line-height: 2em;
	text-decoration:none;
	font-weight: bold;
}

.navlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #925c5a;
	text-decoration: none;
	line-height: 2em;
}

/* ...................................................endnav */


/* textcontent ............................................. */

#textcontent {
	padding-left:1ex;
	padding-right:0ex;
	padding-bottom:1em;
	padding-top:2em;
	float: right;
	width: 68%;
}	

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

#imagebox1  {
	width:147px;
	
}
	
/* ................................................end textcontent*/

/* Footer ....................................................... */

#footer {
	background-color: #FFFFFF;
	height: 2.5ex;
	width: 100%;
	background-image: url(file:///Z|/DreamWeaver%20Sites/Blewbury/images/Footer.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 0.25ex;
	border-bottom-style: solid;
	border-bottom-color: #925c5a;
	border-right-width: 0.1ex;
	border-left-width: 0.1ex;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #925c5a;
	border-right-color: #925c5a;
	border-left-color: #925c5a;
	clear: both;
	border-top-width: 0.25ex;
	border-top-style: solid;
}

/* ................................................end footer*/

