html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, sans-serif;
    font-size: 120%;
    color: #000000;
    height: 100%;
    background: #FFF2BC;
}
a {
    text-decoration: none;
    color: #11A0CF;
    font-size: 1em;
    padding: 1px 2px;
}
a:hover {
    background-color: #f4f4f4;
}
#container {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
    text-align: center;
}
#content {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 50px;
}
#content:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}
#content h1 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    font-size: 1.8em;
    margin: 0 0 20px 0;
    clear: both;
}
#content p {
    line-height: 1.6em;
}
#content ul {
    margin: 20px 0;
    padding: 0 0 0 10px;
}
#content li {
    list-style-type: none;

    padding: 0 0 0 25px;
    line-height: 1.5em;
}
p {
    text-align: left;
}
.phone {
    display: inline-block;
    margin-right: 20px;
}
.phone a {
    font-size: 1.5em;
}



