body {
    background: #ddd;
    margin: 0;
    text-align: center;
}

div#body-inner {
    margin: auto;
    min-width: 716px;
    max-width: 1150px;
    text-align: left;
    
    position: relative; /* fix appearance of search engine-cached pages in IE7 */
    z-index: 1;
}

*
{
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

h1
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 225%;
	margin: 0;
}

h2
{
	font-family: 'Trebuchet MS', Calibri, sans-serif;
	font-size: 150%;
	margin: 0 1em 0.5em 1em;
}

h3
{
	font-family: 'Trebuchet MS', Calibri, sans-serif;
	font-size: 120%;
	margin: 0 1em 0.5em 1em;
}

p
{
	line-height: 160%;
	margin: 0 0 1em 0;
}

a:hover, a:focus
{
	background: #ffc;
}

div#content-outer
{
    background: #abd;
    border: 1px solid black;
}

div#header
{
    background: #152189 url('../images/header-photo') no-repeat right;
    border-bottom: 2px solid black;
    height: 140px;
    
    position: relative; /* fix appearance of search engine-cached pages in IE7 */
    z-index: 1;
}

div#header-inner
{
    background: url('../images/header-background') no-repeat left;
    height: 140px;
}

div#header-inner a
{
    background: none;
}

div#header-inner a img
{
    border: 0;
    margin: 22px;
}

div#navigation
{
    float: left;
    font-size: 68%;
    font-weight: bold;
    padding-top: 0.5em;
    width: 168px;
    
    position: relative; /* fix appearance of search engine-cached pages in IE7 */
    z-index: 1;
}

div#navigation p
{
	margin: 0.2em 0;
    text-align: center;
}

div#navigation p.phone-number
{
	color: #a42;
    font-size: 200%;
	line-height: 100%;
}

div#navigation p a
{
    font-size: 110%;
    margin-top: -0.5em;
    margin-bottom: 1em;
    padding: 0.4em 20px 0.4em 20px;
    text-indent: 0;
}

div#navigation h2
{
    margin: 1em 0.5em 0.5em 0.5em;
}

div#navigation ul
{
    font-size: 125%;
    list-style: none;
    margin: 0;
    padding: 0;
}

div#navigation a
{
    color: black;
    display: block;
    padding: 0.4em 16px 0.4em 24px;
    text-indent: -8px;
    width: 128px;
}

div#navigation a:hover, div#navigation a:focus
{
	background: #cbe0eb;
	color: #a42;
}

div#column1
{
    background: white;
    border-left: 1px solid black;
    margin-left: 168px;
    padding: 16px;
    
    min-width: 0; /* fix for IE7 peek-a-boo bug */
    position: relative; /* fix for possible IE6 peek-a-boo bug;  untested */
}

div#column1 p.outer-spacer+p
{
    margin-top: 0;
}

p.clear
{
    clear: both;
    font-size: 0px;
}

span.clear
{
    clear: both;
    display: block;
    font-size: 0px;
    width: 100%;
}

p.outer-spacer
{
    font-size: 0px;
}

span.spacer
{
    display: inline-block;
    width: 240px;
}

div.button a
{
    border: medium solid;
    border-color: #aaa #777 #777 #aaa;
    display: block;
    margin: 0 auto 0.5em auto;
    padding: 0.5em;
    text-align: center;
    width: 18em;
}

div.button img
{
    border: 0;
    float: left;
}

div.button span
{
    display: block;
	line-height: 160%;
	margin: 0;
}

p.photo-enlarged
{
    text-align: center;
}

p.photo-featured a, p.photo-miniatures a
{
    background: none;
}

p.photo-featured img, p.photo-miniatures img
{
    border: 1px solid black;
}

p.photo-featured a:hover img, p.photo-featured a:focus img, p.photo-miniatures a:hover img, p.photo-miniatures a:focus img
{
    border: 1px solid #a42;
}

p.photo-miniatures img
{
    margin: 0 4px;
}

#column1 table, #column1 object
{
    margin-bottom: 1em;
}

div#column2
{
    float: right;
    margin-left: 16px;
    text-align: center;
    width: 480px;
    
    position: relative; /* fix appearance of search engine-cached pages in IE7 */
    z-index: 1;
}

div#footer
{
    font-size: 75%;
    text-align: center;
}


table.opening-hours th
{
    text-align: right;
}

table.opening-hours th.rowgroup-heading
{
    padding-bottom: 0.5em;
    text-align: center;
}

@media print
{
    div#content-outer
    {
        border: 0;
    }
    
    div#header
    {
        border: 0;
    }
}