body {
    text-align: center;
    background: #000066;
    color: #000;
    padding: 0px;
}
.container {
    width: 940px;
    min-height: 100%;
    margin: 0px auto 0px;
    text-align: left;
    background: #fff;
}
.header {
    background: url('top.jpg') no-repeat top;
    clear: both;
    height: 100px;
/*    padding-top: 15px; */
    padding: 0px;
    margin: 0px;
}
 .header h1 {
/*    margin: 0px 0px 0px 25px; */
    margin: 0px;
}
.contentwrap {
    background: url('topleft.jpg') no-repeat top left;
}

.content {
    background: url('bottom2.jpg') no-repeat bottom;
    padding: 5px;
    padding-left: 10px;
    clear: both;
    font-family: arial, "lucida console", sans-serif;
    font-size: 16px;
/*    font-style: oblique; */
    font-weight: 600;
}
.footer {
    width: 940px;
    height: 40px;
    text-align: center;
    clear: both;
    background: url('footer.png') no-repeat;
    position: absolute;
    bottom: 0px;
}
.footer span {
    position: relative;
    top: 10px;
}
.image-enclosure {
    float: right;
    display: inline;
    position: relative;
    right: 20px;
    top: 10px;
}
/* .image-right {
    float: right;
    text-align: right;
    margin: 0px;
    position: relative;
    top: 15px;
    right: 30px;
} */
.title {
    font-family: Tahoma, "Lucida Sans", sans-serif;
    font-size: 40px;
}
/* This is for the lightbox in case someone hits via IP instead of name. */
#sexyBG { display: none; position: absolute; background: #000; opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; filter: alpha(opacity=40); width: 100%; height: 100%; top: 0; left: 0; z-index: 99; }
#sexyBOX { display: none; position: absolute; background: #000066; color: #fff; font-size: 1.2em; text-align: center; border: 1px solid #111; top: 70px; z-index: 100; }
.sexyX { font-size: 12px; color: #000; padding: 3px; border-top: 1px solid #636D61; background: #fff; }


