BODY { 
        background-color: #f0f0f0;
        margin: 0px;
        margin-top: 15px;
        padding: 0px;
        padding-bottom: 5px;
        text-align: center;
       }
       
#main {
        background-color: #54aaff;
        border: 3px #000000 solid;
        margin-left: auto;
        margin-right: auto;
        width: 750px;
        min-width: 700px;
        text-align: left;
        height: auto;
       }

#maintop {
        background: url(/images/title.gif) no-repeat #54aaff;
        height: 100px;
        width: 750px;
        text-align: left;
        vertical-align: bottom;
       }
       
#sidetext {
        background: url(/images/topleft.gif) no-repeat;
        font-size: 11px;
        font-family: tahoma, verdana, arial;
        line-height: 14px;
        padding: 6px;
       }
       
#sidetext a, #sidetext a:link {
        display: block;
        background-color: #f0f0f0;
        border: 1px #000000 solid;
        text-align: left;
        padding: 5px;
        text-decoration: none;
        color: #000000;
       }

#sidetext a:hover {
        background-color: #d0d0d0;
       }
                     
#rightside {
        font-size: 11px;
        font-family: tahoma, verdana, arial;
        line-height: 14px;
        padding: 6px;
       }

#rightside b {
        font-weight: bold;
        font-size: 13px;
        font-family: tahoma, verdana, arial;
        font-decoration: underline;
        color: #000080;
       }

#rightside a, #rightside a:link {
        display: block;
        background-color: #f0f0f0;
        border: 1px #000000 solid;
        text-align: left;
        padding: 5px;
        text-decoration: none;
        color: #000000;
       }

#rightside a:hover {
        background-color: #d0d0d0;
       }
       
#quote {
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
       }
         
#text {
        margin-top: -12px;
        padding: 3px;
        padding-right: 24px;
        padding-bottom: 10px;
        text-align: justify;
        font-size: 13px;
        font-family: tahoma, verdana, arial;
        height: auto;
        line-height: 25px;
       }

#text h1 {
        text-align: center;
        font-size: 16px;
        font-family: tahoma, verdana, arial;
        font-weight: bold;
       }
       
#bottom {
        padding-top: 4px;
        font-size: 11px;
        font-family: tahoma, verdana, arial;
        color: #000000;
        line-height: 14px;
       }
       
#bottom a, #bottom a:link {
        color: #000080;
        text-decoration: none;
       }
       
#bottom a:hover {
        text-decoration: underline;
       }
       
#health {
        float: right;
        background-image: url(/images/health.gif);
        height: 82px;
        width: 150px;
       }