html, body {
    background: #000 top left repeat-x;
    color: #fff;
}

body {
    font-family: serif;
    font-size: 1.4em;
}

h1 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #3d429e;
}

.container {
    position: relative;
    width: 100%;
    min-height: 215px;
    background: url(/EncoreEscortsWeb.Gif) top left no-repeat;
}

.nav {
    position: relative;
    top: -44px;
    width: 207px;
    float: left;
    z-index: 100;
}

.nav img {
    display: block;
    width: 207px;
    height: 33px;
}

.pre {
    font-family: "Courier New", Courier, monospace;
    white-space: pre;
}

#header {
    height: 230px;
}

#content {
    position: relative;
    padding-left: 215px;
    background: url(../Images/left/content.png) top left repeat-y;
    z-index: 0;
    min-height: 250px;
}

#footer {
    clear: both;
    padding-top: 20px;
    text-align: center;
    background: url(../Images/footer/footer.png) top left repeat-x;
}

#content > h1, #content > div {
    width: 48%;
    margin: 0 1%;
    float: left;
}
