* {
    margin: 0;
    padding: 0;
    font-family: Georgia, serif;
}

body {
    text-align: center;
    background: #c1b8a9 url(../images/body-bg-tile.gif) repeat-y center;
}

#container {
    width: 1024px;
    background: #e7ddcd;
    text-align: left;
    margin: 0px auto;
    border: 2px solid #f0e7d8;
    border-top: none;
    border-bottom: none;
}

#header {
    width: 1024px;
    height: 278px;
    background: url(../images/header-bg.jpg) repeat-y;
}

#contentContainer {
    width: 766px;
    position: relative;
    left: 127px;
    top: -65px;
    background: #f7f3ee url(../images/content-bg-tile.png) repeat-y;
}

#menu {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

#menu ul {
    list-style-type: none;
    border: 1px solid #222;
    margin-left: 55px;
    _margin-left: 29px;
    margin-right: 55px;
    padding-bottom: 0;
    float: left;
}

#menu ul li {
    display: inline;
    margin: 0px;
    float: left;
    width: 160px;
    font-variant: small-caps;
    font-size: 1.1em;
}

#menu ul li a {
    text-decoration: none;
    color: #000;
}

#menu ul li.selected a {
    border-bottom: 2px solid #222;
}

#content {
    padding: 30px 55px 20px 55px;
    _padding-top: 0;
}

hr {
    margin: 0 55px;
    width: 642px;
    height: 1px;
    background: url(../images/hr.png);
    border: none;
}

#footer {
    font-size: 10pt;
    color: #786c57;
    padding: 10px 0 35px 0;
    text-align: center;
    width: 100%;
    background: url(../images/content-shadow-bottom.jpg) no-repeat bottom;
}

#subfooter {
    position: absolute;
    bottom: -10px;
}

#subfooter a {
    color: #E7DDCD;
    font-size: 3pt;
}

p {
    font-size: 11pt;
    margin: 0.4em 0.4em;
    line-height: 15pt;
}

ul {
    margin: 0.5em 2em 1.5em 2em;
    font-size: 11pt;
}

h2 {
    font-weight: normal;
    margin-top: 0.5em;
    font-variant: small-caps;
    font-size: 1.2em;
    font-weight: bold;
}

h3 {
    font-weight: normal;
    font-size: 1.05;
    margin-top: 0.5em;
}

table#contactDetails {
    font-size: 0.8em;
    width: 100%;
    margin: 1em 0;
}

table#contactDetails td {
    vertical-align: top;
    padding-left: 0em;
}

table#contactDetails th {
    vertical-align: top;
    text-align: left;
}

ul li {
    margin-bottom: 0.2em;
}

ul li a {
    color: #171B3F;
}
