/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #ccc;
}

div, a, input, li { behavior: url(http://www.llangollenfoodfestival.co.uk/includes/iepngfix.htc) }

body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	background: url(../images/bg.jpg);
	font-size: 0.8em; 
	color: #202020;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
	width: 660px;
	padding: 8px 10px;
	background: url(../images/h1bg.png) top repeat-y;
}

h2 {
	font-size: 1.4em;
	margin: 20px 0px 10px 0px;
	color: #4da103;
}

h3 {
	font-size: 1.2em;
	margin: 10px 0px;
}

a {
	color: #4da103;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
}

textarea {
	width: 294px;
	height: 111px;
}

.textbox {
	border: 1px solid #ccc;
	width: 244px;
	padding: 2px;
}

#container {
	width: 950px;
	margin: 10px auto;
	text-align: left;
}

#topnav {
	float: left;
	width: 910px;
	padding: 0px 20px;
	background: url(../images/topnavbg.png) top no-repeat;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 0.9em;
}

#topnav a {
	color: yellow;
}

#content {
	float: left;
	width: 930px;
	padding: 0px 10px 10px 10px;
	background: url(../images/contentbg.png) top repeat-y;
}

#monoSlideshow {
	float: right;
}

#leftcol {
	float: left;
	width: 190px;
	padding-left: 10px;
}

#leftcol li {
	clear: both;
	float: left;
	border-left-width: 7px;
	border-left-style: solid;
	line-height: 40px;
	font-size: 1.6em;
	padding-left: 15px;
	width: 185px;
	margin-bottom: 10px;
}

#leftcol a {
	float: left;
	display: block;
	margin-right: 10px;
	color: #202020;
}

#on {
	width: 185px;
	height: auto;
	background: url(../images/onbg.png) bottom right no-repeat;
}

#rightcol  {
	float: right;
	width: 680px;
	padding-right: 10px;
	background: url(../images/rightcolbg.jpg) bottom right no-repeat;
	font-size: 1.1em;
}

#rightcol ul {
	margin: 10px 0px 10px 20px;
}

#rightcol li {
	list-style: square;
	margin-bottom: 5px;
}

#footer {
	float: left;
	width: 910px;
	padding: 0px 20px 20px 20px;
	background: url(../images/footerbg.png) top no-repeat;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 0.9em;
}

#footer a {
	color: #ffff00;
}

#footer p {
	margin: 0px;
}

.contact {
	width: 320px;
}

.red {
	border-color: red;
}

.yellow {
	border-color: yellow;
}

.lightblue {
	border-color: #00c0ff;
}

.pink {
	border-color: #f0555c;
}

.green {
	border-color: #4da103;
}

.darkblue {
	border-color: #5500ff;
}

.orange {
	border-color: #e55000;
}

.thumb {
	float: left;
	width: 126px;
	padding: 5px;
}

.spacer {
	width: 1px;
	height: 150px;
}

table {
	width: 668px;
	padding: 2px 5px;
	border: 1px solid #ccc;
}

td {
	padding: 2px 5px;
	border: 1px solid #ccc;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}