body{
	background-color : #F4DDC4;
	background-image : url(images/backgroundmain.gif);
	background-position : top left;
	background-repeat : repeat-x;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	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;
}

div#newspiece{
	background-color : #FFEDD2;
	display : block;
	padding : 3px;
}

div#item1{
	background-color : #F2EBD9;
	display : block;
	padding : 0 3px 0 3px;
	margin-bottom:3px;
	border : #F8DAA3 1px solid;
}

div#item2{
	background-color : #F1F2D9;
	display : block;
	padding : 0 3px 0 3px;
	margin-bottom:3px;
	border : 1px solid #F7F9A2;
}

.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 : 250px;
	width : 780px;
	background-color : #F5DCAE;
}

div#breadcrumb{
	background-color : #F5DCAE;
	font-size : 0.8em;
	padding-left : 5px;
	background-image : url(images/breadcrumb-bottom.gif);
	background-position : bottom left;
	background-repeat : repeat-x;
	padding-bottom : 10px;
}

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,
#beers #menu-beers a,
#times #menu-times a,
#crunchers #menu-crunchers a,
#events #menu-events a,
#weeklyevents #menu-weeklyevents a,
#specialevents #menu-specialevents a,
#functionroom #menu-functionroom a,
#pubgrub #menu-pubgrub a,
#news #menu-news 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,
#beers #menu-beers a span,
#crunchers #menu-crunchers a span,
#events #menu-events a span,
#weeklyevents #menu-weeklyevents a span,
#specialevents #menu-specialevents a span,
#functionroom #menu-functionroom a span,
#pubgrub #menu-pubgrub a span,
#news #menu-news 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,
div#content.howtofindus,
div#content.contact{
	background-image : url(images/mainback.jpg);
	background-position : top right;
	background-repeat : no-repeat;
	min-height : 473px;
}

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

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

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

tr.menusubhead{
	background-color : #E3BD6C;
}

tr.menuitem{
	background-color : #FEEDBA;
}

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

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#content form fieldset {
	background-color : #F9EBDB;
	border: 1px solid #000000;
	margin-top: 2em;
	padding:0;
}

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#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;
}