﻿body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Sans-Serif;
    font-size: small;
    background-position: center top;
    background-image: url(../Img/small_background.jpg);
    background-repeat: repeat-y;
    background-color: #99ccff;
}

a:hover
{
    text-decoration: none;
}


h1
{
    font-size: 2.5em;
    font-weight: lighter;
    text-align: center;
    margin-bottom: -5px;
}

#wrapper
{
    width: 755px;
    margin: 5px auto;
}

/* Main Table */
TABLE.OBH_main
{
    margin-left: auto;
    margin-right: auto;
    border-right: white 2px solid;
    border-top: white 2px solid;
    border-left: white 2px solid;
    width: 100%;
    border-bottom: white 2px solid;
}

/* header */
#Header
{
    width: 100%;
    height: 70px;
    background-color: #010372;
    color: white;
    border-bottom: white 2px solid;
    padding: 10px 0;
}
#Logo
{
    float: left;
}

#Address
{
    float: right;
    text-align: right;
    font-size: 0.8em;
    font-weight: bold;
    margin-right: 30px;
    padding-right: 15px;
    border-right: white 2px solid;
}

.OBH_header .rightcell
{
    width: 30%;
}
.OBH_header .leftcell
{
    padding-left: 30px;
}

.OBH_darkTitle
{
    color: #898772;
}

.OBH_OpeningTimes
{
    background-color: #010372;
    color: white;
    padding: 1px;
    margin: 2px;
    font-size: 0.8em;
    text-align: center;
    width: 100%;
}
