body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666633;
	/*background-image: url(pics/background1.gif);
	background-repeat: repeat;*/
	font-family: Tahoma;
	font-size: 100%;
}


/* MAIN */

#mainContent a {
	text-decoration: none;
	color: #333300;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #808080;
}

#mainContent h1 {
	color: #0A077B;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin: 0 0 5px 0;
	font-family: Tahoma;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}

#mainContent h2 {
	margin-top: 15px;
	margin-bottom: 3px;
	color: #333300;
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#mainContent h3 {
	margin-top: 3px;
	margin-bottom: 3px;

	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#mainContent p {
	font-size: 13px;
	margin-bottom: 5px;
}


#sidebar1  p {
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
}
#sidebar1  a {
	text-decoration: none;
	color: #333300;
	font-weight: bold;
}
/*characteristics of left hand menu bar which changes colour councillors etc*/
#sidebar1 .related {
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-top: 1px;
	background-color: #cccc66;
	border-bottom: 3px solid #666633;
	/*background-image: url(pics/wrapper_bg.gif);
	background-repeat: repeat-y;
	background-position: left bottom;*/
}


#sidebar1 .related li {
	list-style: none;
	display: inline;
}
#sidebar1 h2, #sidebar1 h3, #sidebar1 p {
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar1  h2 {
	color: #333300;
	padding-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 100%;
	background: url(../images/bg_relatedhead.gif) no-repeat right top;
	margin: 0 !important;
	padding-left: 5px;
	padding-top: 13px;
}
#sidebar1 .related a {
	display: block;
	padding: 5px;
	border-top: 3px solid #666633;
	border-left: 2px solid #666633;
	border-right: 2px solid #666633;
	/*border-bottom: 2px solid #666633;*/
	text-decoration: none;
}


#sidebar1 .related a:hover {
	background: #666633;
}

#sidebar1 .related ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}




.featureHead {
	background-repeat: no-repeat;
	background-position: right 0px;
}

a img {
	border-style: none;
}




/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: auto;
	float: left;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
/* Menu items are a light orange block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	background-color: #cccc33;
	padding: 0.7em 1em;
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: 1px;
}
/* Menu items that have mouse over or focus have a plaer orange background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #666633;
	color: #FFFFFF;
}


.caption {
	/*float:left;*/
	font-size: 12px;
	font-weight: normal;
	color: #333300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: block;
	border-right: 2px solid #666633;
	/*white-space: normal;*/
	/*top: 2px;*/
	background-color: #ffffff;
}
#container {
	border-right-width: 2px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.photoBox {
	text-align: center;
	float: right;
	width: 220px;
}
#header img {
	display: block;
}

#container {
	border-right-width: 2px;
	border-bottom-width: 20px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	
}
.photoBoxgalleft {
	text-align: center;
	float: left;
	width: 300px;
	background-color: #D4D0C8;
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	.photoBoxleftsmall {
	text-align: center;
	float: left;
	width: auto;
	background-color: #FFFF66;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	.photoBoxgalrt {
	text-align: center;
	float: right;
	width: 300px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	display: table;
	background-color: #D4D0C8;
	padding: 20px;
	height: auto;
	margin: 10px;
	}
.photoBox {
	text-align: center;
	float: right;
	width: 320px;
	background-color: #99CCFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	margin: 5px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}
.photoBoxnoborder {
	float: right;
	background-color: #D4D0C8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	margin: 5px;
	border-top-width: 3px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}
.photoBoxnoborderleft {
	float: left;
	background-color: #D4D0C8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	margin: 5px;
	border-top-width: 3px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}
.shopitemrt {
	text-align: center;
	float: right;
	width: 120px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	display: table;
	background-color: #FFFFCC;
	padding: 0px;
	height: auto;
	margin: 10px;
	}
	.shopitemleft {
	text-align: center;
	float: left;
	width: 150px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	display: table;
	background-color: #FF9900;
	padding: 5px;
	height: auto;
	margin: 5px;
	}
	.viewcartleft {
text-align: center;
	float: left;
	width: auto;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	display: table;
	background-color: #ffff66;
	padding: 5px;
	height: auto;
	margin: 5px;
	}
#banner img {
	display: block;
}
.style2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #0B0963;
	font-style: normal;
	font-weight: bold;
}
.style3 {
	/*display: block;
	background-color: #99CCFF;*/
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	padding-left: 5px;
	
}
/*.style4 {
	
	display: block;
	
	width: 205px;
	background-color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	color: #333300;
	font-style: normal;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 3px;
	
	
	border-bottom: 2px solid #666633;
	border-top: 0px solid #666633;
	border-left: 2px solid #666633;
	border-right: 2px solid #666633;
}*/
.style4 {
	font-family: Tahoma;
	font-size: 12px;
	color: #333300;
	font-style: normal;
	font-weight: bold;
	}
	.style10 {
	font-family: Tahoma;
	font-size: 11px;
	color: #666633;
	font-style: normal;
	font-weight: bold;
	}
		.style11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: medium!important;
	}
	/*style for underlined links*/
.style8 {
	font-family: Tahoma;
	font-size: 11px;
	color: #333300;
	font-style: normal;
	font-weight: normal;
	}
	.style9 {
	font-family: Tahoma;
	font-size: 12px;
	color: #333300;
	font-style: normal;
	font-weight: bold;
	/*border-bottom-style: none !important;*/
	}
/*box for pictures on left in maincontent*/	
.photoBoxleft {
	text-align: left;
	float: left;
	width: 322px;
	background-color: #666633;
	height: auto;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	margin-left: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: #333300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	display: inline;
	}
	/*header for photoBoxright and most popular */
	.photoBoxrightheader
		{text-align: center;
		
		display: block;
	float: right;
	width: 184px;
	background-color: #666633;
	height: 30px;
	padding-top: 7px;
	padding-left: 2px;
	
	padding-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
		font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;

	}
	/*box for pictures on right 172 px wide in maincontent*/	
.photoBoxright {
	text-align: left;
	float: right;
	width: 183px;
	background-color: #666633;
	height: auto;
	padding-top: 2px;
	padding-left: 2px;
	
	padding-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	border-color: #333300;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	}
		/*box for pictures on right 172 px wide in maincontent*/	
.photoBoxrightvar {
	text-align: left;
	float: right;
	width: auto;
	background-color: #666633;
	height: auto;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-top: 5px;
	border-color: #333300;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	}
	/*box for old holsworthy pic*/
.infoBoxleft {
	text-align: left;
	display: block;
	float: left;
	width: 310px;
	background-color: #ffffff;
	height: auto;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-left: 2px;
	border-bottom: 2px solid #666633;
	border-top: 2px solid #666633;
	border-left: 2px solid #666633;
	border-right: 2px solid #666633;
	
}
	/*box for list of links h2 large info box*/
.infoBoxlarge {
	text-align: left;
	/*display: block;*/
	float: left;
	width: 505px;
	background-color: #ffffff;
	height: auto;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-left: 2px;
	margin-top: 6px;
	display:inline;
	border-bottom: 2px solid #666633;
	border-top: 2px solid #666633;
	border-left: 2px solid #666633;
	border-right: 2px solid #666633;
	
}

.photoBoxmargin {
	text-align: center;
	float: left;
	width: 160px;
	background-color: #99CCFF;
	height: auto;
	padding: 2px;
	margin: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width:2px;
}
.photoBoxleft300 {
	text-align: center;
	float: left;
	width: auto;
	background-color: #FF6600;
	height: auto;
	padding: 5px;
	margin: 5px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	
}
/*characteristics of display boxtop for contact details*/
.contactboxtop {
	display: block;
	text-align: left;
	float: left;
	width: auto;
	background-color: #666633;
	height: auto;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom: 1px solid #666633;
	border-top: 2px solid #666633;
	border-left: 0px solid #666633;
	border-right: 0px solid #666633;
	}

/*characteristics of display box for contact details*/

	/*testboxwith deeptop*/
	#testbox {
		border-bottom: 1px solid #666633;
	border-top: 2px solid #666633;
	border-left: 2px solid #666633;
	border-right: 2px solid #666633;
	height:auto;
	width:206px;
	text-align:left;
	float:left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	z-index:5;
	top: -20px ;
	/*left bottom of div box for opening times on museum page*/
	}
		#leftbox {
		display: block;
		background-color:#FFFFFF;
	border-bottom: 1px solid #666633;
	border-top: 2px solid #666633;
	border-left: 2px solid #666633;
	border-right: 2px solid #666633;
	height:auto;
	width:206px;
	text-align:left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	position: relative;
	}
		/*left bottom of div box width 350*/
	
		#leftboxvarwidth {
		display: block;
		background-color:#FFFFFF;
	border-bottom: 1px solid #666633;
	border-top: 2px solid #666633;
	border-left: 2px solid #666633;
	border-right: 2px solid #666633;
	height:auto;
	width:auto;
	text-align:left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	position: relative;
	}
		/*right floating image box within div*/
	
		#rightbox {
		/*display: block;
		background-color:#FFFFFF;
	border-bottom: 1px solid #666633;
	border-top: 2px solid #666633;
	border-left: 2px solid #666633;
	border-right: 2px solid #666633;*/
	height:auto;
	width:100px;
	/*text-align:left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;*/
	float: right;
	position: relative;
	

	
	}
#testbox a:hover {text-decoration:underline}
	/*header for photoBoxleft  and testbox*/
	.photoBoxleftheader
		{text-align: center;
		display: block;
	float: left;
	width: 210px;
	background-color: #666633;
	height: 30px;
	padding-top: 7px;
	padding-left: 2px;
	
	padding-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom:0px;
		font-family: Tahoma;
	font-size: 12px !important;
	color: #ffffff !important;
	font-style: normal;
	font-weight: bold !important;

	}
	/*characteristics of search box*/

	
	#searchbox {
		border-bottom: 1px solid #666633;
	border-top: 2px solid #666633;
	border-left: 2px solid #666633;
	border-right: 2px solid #666633;
	height:auto;
	width:172px;
	text-align:left;
	float:right;
	padding-bottom: 10px;
	padding-top: 15px;
	z-index:5;
	margin-top: -10px;
	padding-left: 10px;
	top: -20px;
	
	
	}
#searchbox a:hover {text-decoration:none}
.searchboxtitle {
	display: block;
	
	text-align: center;
	position:relative; z-index:10;
	width: 176px;
	/*background-color: #666633;
	height: 20;
	padding-top:0px;
	padding-right: 0px;*/
	padding-bottom: 0px;
	padding-left: 0px;
		font-family: Tahoma;
	font-size: 14px;
	color: #cccc33;
	font-style: normal;
	font-weight: bold;
	top: -235px;

	}
	
	
