﻿* {
    font-family: Verdana, Sans-Serif;
}

body {
    padding: 0px;
    margin: 0px;
    background-image: url(images/masterpage/headbg.gif);
    background-repeat: repeat-x;
    text-align: center;
}
a img {
    border: none;
}

.blue, h1 {
    color: #006993;
}

.grey, p, div, .footer, .footer a {
    color: #505050;
}
h1 {
    font-size: 18px;
}

p, div {
    font-size: 11px;
}

.headContainer {
    width: 600px;
    margin: auto;
    text-align: left;
    position: relative;
    height: 170px;
}

.headContainer .logo {
    position: absolute;
    left: 10px;
    top: 40px;
}

.mnu {
    width: 100%;
    height: 31px;
    position: absolute;
    top: 119px;
}

.mnu td {
    text-align: center;
}
.mnu .on {
    background-color: #016a93;
    color: #FFFFFF;
}

.mainContent {
    width: 600px;
    margin: auto;
    text-align: left;
    margin-bottom: 70px;
}

.footer {
    margin: auto;
    padding-top: 10px;
    text-align: center;
    position: fixed;
    height: 20px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #FFFFFF;
    background-image: url(kathleen-york-house/images/masterpage/footBg.gif);
    background-repeat: repeat-x;
    
}

.footer, .footer a{
    font-size:9px;
    text-decoration:none;
} 

