html {
    overflow-y: scroll;
}

body {
    background-color: #ACE;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
}

#skip {
    font-size: 0.5em;
    text-align: left;
}

#skip a {
    color:#000;
}

#container {
    margin: 2.5em auto;
    text-align: left;
    width:75%;
}

#header {
    padding: 0 1.5em;
    margin-right: 2em;
    background: url('../images/logo.png') 95% top no-repeat;
    
}

#header #logo{
    display: none;
    float: right;
}

#header h1 {
    font-weight: bold;
    font-size: 2.5em;
}

#header .tagline {
    font-size: 1.5em;
    font-style: italic;
    margin-bottom: 0.2em;
}

#header .address,
#header .telnum,
#header .email,
#header .openingtimes {
    font-size: 0.9em;
    margin-left: 2em;
}


#nav {
background: url('../images/tab-bar.png') repeat-x bottom;
margin-top: -1em;
line-height: normal;
float: left;
width: 100%;
}

#nav ol {
float: right;
margin-right: 1.5em;
}

#nav li {
float: left;
background: url('../images/tab-left.gif') no-repeat left top;
padding: 0 0 0 15px;
}

#nav a {
display: block;
background: url('../images/tab-right.gif') no-repeat right top;
padding: 5px 15px 3px 0;
font-weight: bold;
text-decoration: none;
color: #047;
font-size: 1.2em;
margin-right: 0.5em;
}

#nav #current {
background-image: url('../images/tab-left-cur.gif');
}

#nav #current a {
background-image: url('../images/tab-right-cur.gif');
padding-bottom: 5px;
}

#pbody {
    background-color: #FFF;
    clear:both;
    padding: 1em;
}

#pbody h2 {
    font-size: 1.75em;
    font-weight: bold;
    color: #049;
}

#pbody h3 {
    font-weight: bold;
    font-size: 1.25em;
    margin-left: 0.5em;
    margin-top: 0.5em;
}

#pbody h4 {
    font-weight: bold;
}

#pbody h4,
#pbody p,
#pbody ul {
    margin-left: 0.75em;
    padding: 0.5em 0.75em;
    border-left: 2px solid #CC0;
}

#pbody li {
    list-style-type: disc;
    margin-left: 1.5em;
}

#opening-hours {
    border-left: 2px solid #CC0;
    margin-left: 0.75em;
    padding-top: 0.5em;
    padding-left: 0.75em;
}

#opening-hours th {
    padding-left: 0.75em;
    padding-right: 1.5em;
    padding-bottom: 0.2em;
    font-style: italic;
}

#opening-hours td {
    text-align: center;
    padding-bottom: 0.2em;
}

#footer {
    text-align: center;
    font-size: 0.75em;
    padding-top: 1.5em;
    border-top: 2px solid #000;
}
