body{
	background-color : #EDE1C9;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	background-image : url(images/backgroundmain.gif);
	background-position : top left;
	background-repeat : repeat-x;
	text-align : center;
}

h1{
	font-family : "Times New Roman", Times, serif;
	text-align : center;
}

h2, h3{
	font-family : "Times New Roman", Times, serif;
}

a:link{
	color : Blue;
}

a:visited{
	color : #800080;
}

a:active{
	color : #00FAF7;
	text-decoration : none;
}

a:hover{
	color: yellow;
	text-decoration : underline;
	background-color : Black;
}

.pdfdownload{
	list-style-image : url('images/pdf.gif');
	padding-left : 4px
}

.weblink{
	list-style-image : url(images/webicon.gif);
	padding-left : 4px;
}

div#wrapper{
	width: 780px;
	background-color : White;
	border-right : 1px ridge black;
	border-bottom:1px solid black;
	border-top : 1px ridge black;
	border-left:1px solid black;
	margin : auto;
	text-align : left;
}

div#header{
	height : 248px;
	width : 780px;
}

ul#menu{
	width : 150px;
	float : left;
	padding : 0;
	margin : 0;
	list-style : none;
}

ul#menu li{
	width : 150px;
	margin : 0;
}

ul#menu li a{
	width : 150px;
	background-image : url(images/menutab_top.gif);
	background-repeat : repeat-x;
	background-position : top left;
	color : White;
	font-weight : bold;
	text-decoration : none;
	display : block;
	background-color : #6E2200;
}

ul#menu li a span{
	background-image : url(images/menutab_bottom.gif);
	background-repeat : repeat-x;
	background-position : bottom left;
	display : block;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 2px;
}

ul#menu li a:hover{
	background-image : url(images/menutab_hover_top.gif);
	background-repeat : repeat-x;
	background-position : top left;
	background-color : White;
	color:black
}

ul#menu li a:hover span{
	background-image : url(images/menutab_hover_bottom.gif);
	background-repeat : repeat-x;
	background-position : bottom left;
}

#home #menu-home a,
#about #menu-about a,
#times #menu-times a,
#drinks #menu-drinks a,
#functions #menu-functions a,
#events #menu-events a,
#accommodation #menu-accommodation a,
#howtofindus #menu-howtofindus a,
#links #menu-links a,
#contact #menu-contact a{
	background-image : url(images/menutab_current_top.gif);
	background-repeat : repeat-x;
	background-position : top left;
	background-color : #FFDB97;
	color:black;
}

#home #menu-home a span,
#about #menu-about a span,
#times #menu-times a span,
#drinks #menu-drinks a span,
#functions #menu-functions a span,
#events #menu-events a span,
#accommodation #menu-accommodation a span,
#howtofindus #menu-howtofindus a span,
#links #menu-links a span,
#contact #menu-contact a span{
	background-image : url(images/menutab_current_bottom.gif);
	background-repeat : repeat-x;
	background-position : bottom left;
}


div#content{
	margin-left : 150px;
	padding-left : 10px;
	padding-right : 10px;

}

div#content.home{
	background-image : url(images/background1.jpg);
	background-position : top right;
	background-repeat : no-repeat;
	min-height : 466px;
}

div#content.accommodation{
	background-image : url(images/accommodationbg.jpg);
	background-position : top right;
	background-repeat : no-repeat;
}

div#content.drinks{
	background-image : url(images/drinksbg.jpg);
	background-position : bottom right;
	background-repeat : no-repeat;
}

div#content.times{
	background-image : url(images/timesbg.jpg);
	background-position : bottom right;
	background-repeat : no-repeat;
	min-height : 450px;
}

div#content.howtofindus{
	background-image : url(images/howtofindusbg.jpg);
	background-position : top right;
	background-repeat : no-repeat;
}

div#content fieldset{
	background-color : #F1E9D3;
	background-image : url(images/formbg.gif);
	background-position : top left;
	background-repeat : repeat-x;
}

div#content fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
	color: #003a9c;
	border: 1px solid #000000;
	background-color: #fffbb0;
	padding: 5px 15px;
	font-family : Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

div#content form label {
 width: 10em;
 float: left;
 text-align: right;
 clear: left;
 padding-right: 10px;
}

div#content form p {
 margin: 0;
 padding: 0;
 margin-top: 3px;
}

div#content form p.error {
	border: 2px dashed black;
	padding: 5px;
	background-color: #ff0000;
	color: #ffffff;
	font-weight : bold;
}

div#content form textarea {
	height: 120px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 1em;
}

div#content form input.button {
 width: auto;
}

div#errorbox{
	border: 2px dashed black;
	background-color: #ff0000;
	padding-left : 5px;
	color : White;
}

div#content span.day {
 width: 6em;
 float: left;
 text-align: left;
 padding-right: 10px;
}

thead tr.tablerow{
	background-color : #E3BD6C;
	text-align : center;
}

tbody tr.tablerow{
	background-color : #FEEDBA;
}


thead tr.timetable{
	background-color : #E3BD6C;
	font-size : 0.85em;
	text-align : center;
}

tbody tr.timetable{
	background-color : #FEEDBA;
	font-size : 0.85em;
}

tbody tr.timetable ul li{
	margin : 0;
	padding : 0;
	float : left;
}

div#footer{
	text-align : center;
	clear : both;
	padding-top : 6px;
	background-image : url(images/footerback.gif);
	background-position : top left;
	background-repeat : repeat-x;
	background-color : #6E2200;
	color : White;
	font-size : 0.8em;
	padding-bottom : 2px;
}

div#footer a{
	color : #CCFFFF;
	text-decoration : none;
}