#banner {
	position: static;
	left: 390px;
	top: 160px;
	display: block;
	float: left;
	width: auto;
	background-color: #D5C69F;
}
body{
	font-family: Arial,sans-serif;
	color: #D5C69F;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;

	background-image:url(../images/background2.jpg)
	background-repeat:repeat;
	text-align: center;
	

}

a{
	color: #484335;
	text-decoration: none;
	font-family: Georgia;
	font-size: 12px;
	font-style: normal;
	text-align: left;
}

a:link{
	color: #993300;
	text-decoration: none;
}

a:visited{
	color: #993300;
	text-decoration: none;
}

a:hover{
	color: #688125;
	text-decoration: underline;
	text-align: center;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 80%;
	color: #754c24;
	margin: 0px;
	padding: 0px;
}

h2{
 font-family: Georgia;
 font-size: 100%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

h4{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 15%;
	margin: 0px;
	padding: 0px;
	background-color: #ebe2d4;
	border-right: 1px solid #9c410f;
	border-bottom: 1px solid #9c410f;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #484335;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 70%;
}

#search form{
	margin: 0px;
	padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 10px;
	width: 150px;
	border-color: #484335;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display:block;
	width:148px;
	margin:0px 0px 0px 0;
	padding:3px 0 3px 0px;
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
	background:#eee url(../img/gradient1.png) repeat-x;

	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	text-indent: 7px;
}

#sectionLinks a:hover{
	background:#fff url(../img/gradient2.png) repeat-x;
	color:#222;
	border-top:1px solid #ddd;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #ddd;
	text-decoration:none;
	width: 150px;
}


body {
	margin: 10px;
	padding: 0;
	text-align:center;/* center layout in ie5 and 5.5. */
}
#container {
	width: 850px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #666600;

}
#content {
	padding: 0;
	width: 850px;
	border-top-color: #484335;
	border-top-style: solid;
	border-top-width: thin;
	background-color: #eddcb2;
	position: static;
}
#left {
	float:left;
	border-right:1px solid #000;
	width:150px;
	background-color: #EDDCB2;
}
#right {
	float:left;
	width:551px;
	border-left:1px solid #000;
	margin-left:-1px;/* makes border line up with #left border */
	background-color: #D5C69F;
	padding-left: 10px;
	padding-top: 5px;
	border-right: 1px solid #000;
	padding-right: 10px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #000000;
}

#header, #footer {
	text-align:center;
	background-color: #FFFFCC;






	background-image:url(../images/banner6.jpg)
	height: 142px;
	width: 850px;
	background-image: url(../images/banner6.jpg);
	height: 142px;

}
#header h1, #footer h1 {
}
#footer {
	background-image: url(../images/footer.jpg);
	border: none;
	height: 45px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #993300;

}
#navmenu {
	margin: 0px;
}

</style>
<link href="meretown.css" rel="stylesheet" type="text/css" />
<style type="text/css">

.style10 {
	font-family: Geneva;
	font-size: smaller;
	padding-left: 10px;
}

#rightcol {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
}
#links {
	float: right;
	width: 125px;
	text-align: center;
	margin-top: 20px;
	display: block;
	vertical-align: middle;
	height: auto;

}
#contrib {
	position: static;
	top: 161px;
	width: 115px;
	padding: 2px 5px 2px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#484335;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	

}
.content_txt {
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.content_smalltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
}
.content_headertxt {
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #484335;
}
.menu_header {
	font-family: Georgia;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}
.menu_links {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.content11 {
	font-size: 10px;
	color: #484335;
	text-align: center;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
/***********************************************/
/* Wrappers                                 */
/***********************************************/

#accomm1 {
	background-image: url(../accom/bed.jpg);
	height: 771px;
	width: 550px;
	position: relative;
	background-repeat: no-repeat;
}
#accomm2 {
	background-image: url(../accom/hots_inns.jpg);
	height: 650px;
	width: 550px;
	position: relative;
	background-repeat: no-repeat;
}
#accomm3 {
	background-image: url(../accom/selfcate.jpg);
	height: 630px;
	width: 550px;
	position: relative;
	background-repeat: no-repeat;
}

#attract1 {
	background-image: url(../att_events/attracttxt1bkg.jpg);
	height: 950px;
	width: 550px;
	position: relative;
	background-repeat: no-repeat;
}
#attract2 {
	height: 950px;
	width: 550px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../att_events/attracttxt2bkg.jpg);
}

#bizshops1 {
	height: 700px;
	width: 550px;
	position: relative;
	background-image: url(../biz_shops/biz_bkg.jpg);
	background-repeat: no-repeat;
}
#bizshops2 {
	height: 380px;
	width: 550px;
	position: relative;
	background-image: url(../biz_shops/bizwalnutss_bkg.jpg);
	background-repeat: no-repeat;
}
#churches {
	height: 820px;
	width: 550px;
	position: relative;
	background-image: url(../churches/images/church_bkg.jpg);
	background-repeat: no-repeat;
}
#clubs {
	height: inherit;
	width: auto;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../clubs/clubs_bkg.jpg);
	padding-left: 6px;
	padding-top: 30px;
}
#food_drink {
	height: 820px;
	width: 550px;
	position: relative;
	background-image: url(../food/bkg.jpg);
	background-repeat: no-repeat;
}
#health {
	height: 460px;
	width: 550px;
	position: relative;
	background-image: url(../health/bkg.jpg);
	background-repeat: no-repeat;
}
#history {
	height: 570px;
	width: 550px;
	position: relative;
	background-image: url(../history/historybkg.jpg);
	background-repeat: no-repeat;
}
#index {
	height: 700px;
	width: 550px;
	position: relative;
	background-image: url(../index/index_grad.jpg);
	background-repeat: no-repeat;
}
#merematters {
	height: 900px;
	width: 550px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	color: #690;
}
#ourcomm {
	background-image: url(../our_comm/bkg.jpg);
	height: 484px;
	width: 550px;
	position: relative;
}
#photo_gall {
	height: 630px;
	width: 550px;
	position: relative;
	background-image: url(../photo/photo.jpg);
	background-repeat: no-repeat;
}
#ourcomm {
	height: 520px;
	width: 550px;
	position: relative;
	background-image: url(../our_comm/bkg1.jpg);
	background-repeat: no-repeat;
}
#parish1 {
	background-image: url(../parish_council/parish1_grad.jpg);
	height: 850px;
	width: 550px;
	position: relative;
	background-repeat: no-repeat;
}
#parish2 {
	background-image: url(../parish_council/parish2_grad.jpg);
	height: 630px;
	width: 550px;
	position: relative;
	background-repeat: no-repeat;
}

#quickshots {
	height: auto;
	width: 850px;
	position: relative;
}
#schools {
	height: 850px;
	width: 550px;
	position: relative;
	background-image: url(../schools/bkg.jpg);
	background-repeat: no-repeat;
}
#sport {
	height: 790px;
	width: 550px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../sport/sport_bkg.jpg);
}
#tourist {
	height: 628px;
	width: 550px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../tourist/bkg.jpg);
}
#travel {
	height: 700px;
	width: 550px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../travel/travel_bkg.jpg);
}
#yearly {
	height: 630px;
	width: 550px;
	position: relative;
	background-image: url(../att_events/yearlybkg.jpg);
	background-repeat: no-repeat;
}
#webmonster {
	height: 496px;
	width: 548px;
	position: relative;
	background-image: url(../webmonster/bkg.jpg);
	background-repeat: no-repeat;
}
.tourist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
	text-align: justify;
}
#quicklinks {
	background-color: #FFFFFF;
	text-align: inherit;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#police {
	background-image: url(../police/genral1_bkg.jpg);
	height: 589px;
	width: 558px;
	background-position: 0px;
	background-repeat: no-repeat;
}
#accomm4 {
	background-image: url(../accom/carav_camp.jpg);
	position: relative;
	height: 570px;
	width: 550px;
	background-repeat: no-repeat;
}
