body, html
        {  
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFF;
        text-decoration: none;
        background-image: url("images/bg.gif");
        background-repeat: repeat-x;
        }



.head
           {
             height: 211px;
             color:#1B497C;
             background-image: url("images/logo.jpg");
             background-repeat: no-repeat;
             font-weight: bold;
             padding-bottom: 4px;
           }
.head a
           {
             font-size: 14px;
             color: #1B497C;
             text-decoration: none;
             font-weight: bold;
           }


.spacer
           {
             height: 10px;
           }

.main
           {
             padding: 20px;
             background-image: url("images/content.gif");
             background-repeat: repeat-x;
             color: #FFF;
             height: 150px;
           }
.main a
           {
             color: #FFF;
           }



