body {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 75%;
	background-color: #150 ; 
	padding: 0; 
	margin: 2em; 
	min-width: 800px; 
	height: 100%;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em;  }
h4 { font-size: 1em; }
h5 { font-size: .83em; line-height: 1.17em; }
h6 { font-size: .67em; }

h1, h2, h3, h4, h5, h6 { 
	color: #c30; 
	font-weight: bolder; 
	margin: 0.8em 0 0.5em 0; 
}

#header {
	background: #fff;
	padding: 0;
	height: 81px; 
}

#headertext { 
	margin-right: 300px; 
	text-align: center; 
}

.strapline { 
	color: #150; 
	font-style: italic; 
	font-size: 120%; 
	font-weight: bold; 
}

/* Navigation bar */
#topnav { 
	clear: both; 
	width: 100%; 
	height: 2.4em; 
	margin: 0 auto; 
	background-color: white; 
}

/* #topnav ul width must be (n x 7em [width of li including borders and margins]) 
+ (2x 0.15em [ul padding]) + (2x 0.15em [li margin]) where n = the number of navigation buttons [li] */

#topnav ul { 
	list-style: none; 
	padding: 0.15em ; 
	width: 63.3em; 
	margin: 0 auto; 
	text-align: center; 
}

#topnav li { 
	display: inline;
	margin: 0 0.15em;
}

#topnav li a:link { 
	background: url(images/navbutton.gif) #fff bottom left repeat-x; 
	height: 2em; 
	line-height: 2em; 
	float: left; 
	width: 6.8em; 
	border-top: 0.1em solid #ccc; 
	border-right: 0.1em solid #ccc; 
	border-bottom: 0.1em solid #333; 
	border-left: 0.1em solid #333; 
	color: white; 
	text-decoration: none; 
}
#topnav li a:visited { 
	background: url(images/navbutton.gif) #fff bottom left repeat-x; 
	height: 2em; 
	line-height: 2em; 
	float: left; 
	width: 6.8em;
	border-top: 0.1em solid #ccc; 
	border-right: 0.1em solid #ccc; 
	border-bottom: 0.1em solid #333; 
	border-left: 0.1em solid #333; 
	color: #ff9; 
	text-decoration: none; 
}
#topnav li a:hover {
	background: url(images/navbutton.gif) #fff bottom left repeat-x; 
	height: 2em; 
	line-height: 2em; 
	float: left; 
	width: 6.8em;
	border-top: 0.1em solid #ccc; 
	border-right: 0.1em solid #ccc; 
	border-bottom: 0.1em solid #333; 
	border-left: 0.1em solid #333; 
	color: white; 
	text-decoration: underline; 
}
#topnav li a:active {
	background: url(images/navbutton.gif) #fff bottom left repeat-x; 
	height: 2em; 
	line-height: 2em; 
	float: left; 
	width: 6.8em;
	border-top: 0.1em solid #ccc; 
	border-right: 0.1em solid #ccc; 
	border-bottom: 0.1em solid #333; 
	border-left: 0.1em solid #333; 
 	color: red; 
 	text-decoration: none; 
}


/* Hide from IE5-Mac \*/
#topnav li a
{
float: none
}
/* End hide */

.topnav { width:100em }

/* "wrapper" allows the columns to have equal length */
#wrapper { 
	overflow: hidden; 
	background-color: white; 
} 

#content {
	background-color: white;
	float: left;
	/* Set the width to 100% less the width of the sidebar AND less the width of the padding */
	width: 73%; 
	padding: 0 1% 30000px 1%;
	/* Set the right margin to minus the width of the sidebar */
	margin: 0 -25% -30000px 0; 
	text-align: justify ;
}

.happyquote { 
	font-weight: bold; 
	text-align: center; 
}

.happyquote sub { 
	font-weight: normal; 
	font-style: italic; 
}

.images { 
	width: 450px; 
	margin: 1em auto; 
} /* If you change the picture size, change this width! */

.standout { 
	color: #150; 
	font-weight: bold; 
}

.bullet { 
	margin: 0; 
	clear: both; 
}

.bullet h3 { 
	display: inline; 
	float: left; 
	line-height: 2.2em; 
	margin: 0; 
}

.bullet ul { 
	display: inline; 
	list-style: none; 
	padding: 0.15em ; 
	margin: 0 auto; 
}

.bullet li { 
	display: inline; 
	margin: 0 0.15em; 
}

.bullet li a:link { 
	background: url(images/navbutton.gif) #fff bottom left repeat-x; 
	height: 2em; 
	line-height: 2em; 
	float: right; 
	width: 6.8em; 
	border-top: 0.1em solid #ccc; 
	border-right: 0.1em solid #ccc; 
	border-bottom: 0.1em solid #333; 
	border-left: 0.1em solid #333; 
	color: white; 
	text-decoration: none; 
	text-align: center; 
}
.bullet li a:visited { 
	background: url(images/navbutton.gif) #fff bottom left repeat-x; 
	height: 2em; 
	line-height: 2em; 
	float: right; 
	width: 6.8em;
	border-top: 0.1em solid #ccc; 
	border-right: 0.1em solid #ccc; 
	border-bottom: 0.1em solid #333; 
	border-left: 0.1em solid #333; 
	color: #ff9; 
	text-decoration: none; 
	text-align: center; 
}
.bullet li a:hover {
	background: url(images/navbutton.gif) #fff bottom left repeat-x; 
	height: 2em; 
	line-height: 2em; 
	float: right; 
	width: 6.8em;
	border-top: 0.1em solid #ccc; 
	border-right: 0.1em solid #ccc; 
	border-bottom: 0.1em solid #333; 
	border-left: 0.1em solid #333; 
	color: white; 
	text-decoration: underline; 
	text-align: center; 
}
.bullet li a:active {
	background: url(images/navbutton.gif) #fff bottom left repeat-x; 
	height: 2em; 
	line-height: 2em; 
	float: right; 
	width: 6.8em;
	border-top: 0.1em solid #ccc; 
	border-right: 0.1em solid #ccc; 
	border-bottom: 0.1em solid #333; 
	border-left: 0.1em solid #333; 
 	color: red; 
 	text-decoration: none; 
 	text-align: center; 
}

.vouchers p { clear: both; }

#sidebar {
	background-color: white;
	float: right;
	width: 25%;
	padding-bottom: 30000px;
	margin-bottom: -30000px; 
}

.addressblock { 
	text-align: center; 
	font-style: italic; 
}
	
.maillink { 
	font-size: 2em; 
	font-style: italic; 
}

#sidebutton a:link { 
	background: url(images/navbutton.gif) #fff bottom left repeat-x; 
	height: 2em; 
	line-height: 2em; 
	width: 10em; 
	padding: 0 0.4em; 
	border-top: 0.1em solid #ccc; 
	border-right: 0.1em solid #ccc; 
	border-bottom: 0.1em solid #333; 
	border-left: 0.1em solid #333; 
	color: white; 
	text-decoration: none; 
	text-align: center; 
	font-style: normal; 
}
#sidebutton a:visited { 
	background: url(images/navbutton.gif) #fff bottom left repeat-x; 
	height: 2em; 
	line-height: 2em; 
	width: 10em; 
	padding: 0.4em; 
	border-top: 0.1em solid #ccc; 
	border-right: 0.1em solid #ccc; 
	border-bottom: 0.1em solid #333; 
	border-left: 0.1em solid #333; 
	color: #ff9; 
	text-decoration: none; 
	text-align: center; 
	font-style: normal; 
}
#sidebutton a:hover {
	background: url(images/navbutton.gif) #fff bottom left repeat-x; 
	height: 2em; 
	line-height: 2em; 
	width: 10em; 
	padding: 0.4em; 
	border-top: 0.1em solid #ccc; 
	border-right: 0.1em solid #ccc; 
	border-bottom: 0.1em solid #333; 
	border-left: 0.1em solid #333; 
	color: white; 
	text-decoration: underline; 
	text-align: center; 
	font-style: normal; 
}
#sidebutton a:active {
	background: url(images/navbutton.gif) #fff bottom left repeat-x; 
	height: 2em; 
	line-height: 2em; 
	width: 10em; 
	padding: 0.4em; 
	border-top: 0.1em solid #ccc; 
	border-right: 0.1em solid #ccc; 
	border-bottom: 0.1em solid #333; 
	border-left: 0.1em solid #333; 
 	color: red; 
 	text-decoration: none; 
 	text-align: center; 
 	font-style: normal; 
}

.bloglink {
	padding: 0em;

	}

#imageblock { 
	width: 200px; 
	margin: 0 auto; 
	padding: 0; }

#sitemap ul {
	margin: 0 0 1em 0;
}
	
#sitemap li {
	margin: .5em 0 .2em 0;
}

#sitemap li a {
	font-weight: bold;
}

.thumbrow {
	clear: both;
	width: 640px
	margin: 0 auto;
}

.thumbnail {
	float: left;
	width: 150px;
	padding: 5px;
}

.thumbnail p {
	text-align: center;
}

#linkitem ul {
	list-style: circle; 
	margin: 0 0 1em 0;
}

#linkitem li {
	margin: 0 0 .6em 0;
}

.linkdesc {
	font-size: 90%;
}

