body {
	background: #333333;
	padding: 0px;
	margin: 0px 50px;
	font-family: Trebuchet, Arial, sans-serif;
}
a {
	color: #dd4422;
}
a:visited {
	color: #444444;
}
a:hover {
	text-decoration: none;
	color: #444444;
}
div#body {
	background: #ffffff;
	border-bottom: 2px solid #dd4422;
}
div#topbar {
	height: 90px;
	background: #dd4422 url(images/topbarbg.gif) top left repeat-x;
}
div#logo {
	float: left;
	padding-top: 15px;
}
div#logo img {
	border: 0px;
}
div#topbarright {
	padding-top: 55px;
	padding-right: 20px;
}
div#topbarright p {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
}
div#topbarright p a, div#topbarright p a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px;
	font-weight: normal;
}
div#topbarright p a:hover {
	text-decoration: underline;
}
div#main {
	background: url(images/mainbg.gif) left repeat-y;
	overflow: auto;
	height: 100%;
}
div#leftnav {
	width: 170px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
div#leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#leftnav li {
	color: #222222;
	font-size: 90%;
	text-align: right;
}
div#leftnav li a, div#leftnav a:visited {
	color: #222222;
	text-decoration: none;
	padding: 5px 20px 5px 10px;
	width: 140px;
	display: block;
	background: url(images/button.gif) top right no-repeat;
}
div#leftnav li a:hover {
	color: #dd4422;
	background: url(images/button_hover.gif) top right no-repeat;
}
div#leftnav li a.activelink {
	background: url(images/button_hover.gif) top right no-repeat;
	color: #dd4422;
	font-weight: bold;
}
div#leftnav li a:hover.activelink {
	color: #222222;
}
div#content {
	padding: 20px;
	color: #222222;
	margin-left: 170px;
	height: 100%;
	min-height: 370px;
}
h1 {
	font-size: 100%;
	margin-top: 0px;
	color: #dd4422;
}
h2 {
	font-size: 90%;
	margin-top: 0px;
	color: #222222;
}
div#content p {
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 12px;
}
div#content ul {
	list-style-type: circle;
}
div#content ul li {
	font-size: 80%;
}
div.newsbox {
	border-left: 1px solid #dd4422;
	border-right: 1px solid #dd4422;
	border-top: 1px solid #dd4422;
	overflow: auto;
	margin-bottom: 20px;
	height: 100%;
}
div.newsbox div.newsitem {
	padding: 10px;
	overflow: auto;
	height: 100%;
	border-bottom: 1px solid #dd4422
}
div.newsbox div.newsitem p {
	font-size: 80%;
}
div.newsbox div.newsitem h2 {
	font-size: 95%;
	color: #222222;
	margin-top: 0px;
}
div.newsbox div.newsitem img {
	border: 0px;
}
div.frontposter { /* for very large promotions - image right across page */
	overflow: auto;
	margin-bottom: 20px;
	height: 100%;
	border: 1px solid #dd4422;
	padding: 10px;
}
div.frontposter p {
	font-size: 85%;
	text-align: center;
}
div.frontposter h2 {
	font-size: 125%;
	color: #dd4422;
	margin-top: 0px;
	text-align: center;
}
div.frontposter h3 {
	font-size: 100%;
	color: #222222;
	margin-top: 0px;
	text-align: center;
}
div.frontposter div.frontposterimg {
	margin: 10px 0px 15px 0px;
	overflow: auto;
	text-align: center;
}
div.frontposter div.frontposterimg img {
	border: 0px;
}
table.frontprogramme {
	border: 1px solid #dd4422;
	width: 100%;
	font-size: 80%;
	margin-bottom: 20px;
}
table.frontprogramme th {
	background-color: #eda495;
	padding: 5px;
}
table.frontprogramme td {
	vertical-align: top;
	padding: 5px;
	text-align: center;
}
table.frontprogramme td.title {
	font-weight: bold;
}
table.frontprogramme tr.darkcol {
	background-color: #eeeeee;
}
div.review {
	border-bottom: 1px solid #dd4422;
	overflow: auto;
	margin-bottom: 20px;
	height: 100%;
	text-align: justify;
}
div.review h3 {
	font-size: 95%;
	margin-top: 0px;
	color: #dd4422;
}
div.review img.reviewright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 0px;
}
div.review img.reviewleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 0px;
}
div#content p.clicktoreturn {
	font-size: 80%;
	margin-bottom: 20px;
}
div#map {
	width: 300px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
div#sponsors {
	text-align: center;
}
div#sponsors img {
	border: 0px;
	margin: 10px;
}
div#footer {
	font-size: 75%;
	color: #bbbbbb;
	padding: 5px;
}
div#footer a, div#footer a:visited {
	color: #bbbbbb;
}
div#footer a:hover {
	text-decoration: none;
}
.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
} 