body {
background: #ccc;
margin: 0; border: 0; padding: 0;
font-family: tahoma,verdana;
text-align: center;
}

#wrapper {
text-align: left;
width: 790px;
margin: auto;
color: #000;
padding: 5px;
position: relative;
/*clear: both;*/
}

#header {
margin: 0;
font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
text-align: center;
background: #09c;
color: #fff;
border-radius: 1em 1em 0 0;
}

#nav a:link,#nav a:active,#nav a:visited,#nav a:hover {
display: inline-block;
font-weight: bold;
background: #09c;
color: #fff;
padding: 5px;
width: 8em;
text-align: center;
text-decoration: none;
}

#nav a:hover {
color: #ff0;
}

#centre {
font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
margin: -5px 0 0 0;
padding: 5px;
background: #fff;
border-radius: 0 0 1em 1em;
}

#centre a {
color: #09c;
}

#centre a:link,#centre a:active,#centre a:visited {
text-decoration: none;
}

#centre  a:hover {
text-decoration: underline;
}

p.title,td.title {
font-size: 1.1em;
font-weight: bold;
font-family: arial,sans-serif;
margin: 3px 0;
color: #09c;
}

td.hours {
font-size: 0.7em;
border: 1px solid gray;
text-align: center;
}

td.hourstitle {
font-size: 0.7em;
text-align: center;
}

table.staffing {
border-collapse: collapse;
}

tr.staffing,td.staffing {
border-bottom: 1px solid gray;
}

p {
margin: 5px 0;
}

h2 {
font-size: 1.5em;
font-weight: bold;
font-family: arial,sans-serif;
margin-top: 0;
margin-bottom: 0;
color: #09c;

}

table.beerfest {
	border-width: 1px;
	border-spacing: ;
	border-style: ridge;
	border-color: gray;
	border-collapse: collapse;
	-webkit-border-radius: 3px;
}
table.beerfest th {
	border-width: 1px;
	padding: 4px;
	border-style: ridge;
	border-color: gray;
}
table.beerfest td {
	vertical-align: top;
	border-width: 1px;
	padding: 4px;
	border-style: ridge;
	border-color: gray;
	-moz-border-radius: ;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

#footer {
font-size: 0.8em;
color: #555;
}
