body {
    font: 1em Georgia, serif;
    margin: 5px;
    text-align: center;
    color: #191919;
    background: fixed repeat-x url(images/bgb.png);
    padding: 0;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

img {
    border-style: none;
}

div {
    display: block;
    height: auto; 
}

.clearer {
    clear: both;
}

#Page { 
    max-width: 1024px;
    background: #fff;
    border: 1px solid #5c8aa7;
    margin: 0px auto;
    text-align: left;
    padding: 5px 5px 15px 5px;
    line-height: 1em;
}

#Header {
    margin: 5px;
    padding: 5px 5px 30px 5px;
    text-align: left;
    background: repeat-x url(images/bgh.png) left bottom;
}

#Header img {
    float: right;
    position: relative;
    right: 10px;
    margin: 5px;
}

#Header h1 {
    font: 2.8em Georgia, serif;
    color: #804000;
    margin: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    background: transparent;
    padding: 0 5px;
}

#Header h2 {
    color: #4b6da1;
    margin: 0px;
    font-size: 1.3em;
    font-weight: normal;
    letter-spacing: 3px;
    background: transparent;
    padding: 0 10px;
}

#Content {
    color: #000;
    padding: 2px 10px 1px 10px;
    font: 1.1em Georgia, serif;
}

.imgLeft {
    float: left;
    left: 25px;
    padding: 15px 20px;
    align-items: center;
}

.txtLeft {
    float: left;
    left: 25px;
    padding: 0 20px;
}

.imgRight {
    float: right;
    position: relative;
    right: 25px;
}

.txtRight {
    float: right;
    position: relative;
    right: 25px;
}


h3 {
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    background: #4b6da1;
    padding: 5px 10px 5px 10px;
    margin: 20px 0px 10px 0px;
}

#Footer { 
    background: repeat-x url(images/bgf.png) left top;
    margin: 0px;
    text-align: center;
    padding: 10px;
    color: #000;
    font-size: 1em;
}


