/******************
   Thank you to Layout-o-matic (http://www.inknoise.com/experimental/layoutomatic.php)
for the initial code (since sloppily modified).
   Thank you to squidfingers (http://www.squidfingers.com/patterns/) for the background
image (not usually modified).
******************/

body    {
        margin: 10px 0px 10px 0px;
        background-image: url("http://www.jaypaulsimon.com/i/bouncebg.gif");
        background-color: #9cc;
        text-align: center;
        }

#container {
        width: 450px;
        \width: 470px;
        w\idth: 450px;
        border: 1px solid #666;
        margin: 10px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        background-color: #fff;
        }

#masthead {
        padding: 0px;
        margin-bottom: 10px;
        background-color: #fff;
        }

#content {
        text-align: left;
        padding: 20px 30px 20px 30px;
        background-color: #9cc;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        line-height: 18px;
        color: #000;
        border: 1px solid #066;
        }

#footer {
        clear: both;
        padding: 5px;
        margin-top: 10px;
        background-color: #066;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #fff;
        font-size: 9px;
        line-height: normal;
        }

#footer a, #footer a:active, #footer a:visited {
        color: #fff;
        text-decoration: none;
        padding-bottom: 1px;
        border-bottom: 1px solid #fff;
        }

#footer a:hover {
        color: #fff;
        border-bottom: none;
        }

img {
        border: 0;
        }

a, a:active, a:visited {
        color: #066;
        text-decoration: none;
        padding-bottom: 1px;
        border-bottom: 1px solid #066;
        }

a:hover {
        color: #000;
        border-bottom: none;
        }

#datestamp {
        font-size: 9px;
        color: #099;
        text-align: center;
        }

#title {
        font-size: 14px;
        color: #000;
        font-variant: small-caps;
        text-align: center;
        }

input.button {
        font-family: verdana, sans-serif;
        font-weight: normal;
        color: #fff;
        background-color: #066;
        font-size: 10px;
        border-top: 2px solid #ccc;
        border-left: 2px solid #ccc;
        border-right: 2px solid #666;
        border-bottom: 2px solid #666;
        }