body {
        color: #552994;            
        font-family: tahoma, arial, sans-serif;
        font-weight: normal;
        font-size: 10pt;
        }

H1 {
        font-weight: bold;
        font-size: 12pt;
        }
        
#container  {
        position: relative;
        width: 719px;
        margin-left: auto;
        margin-right: auto;
        }   
        

#header {
        position: absolute;
        top: 0px;
        background-image: url(images/header1.gif);
        background-repeat: no-repeat;
        width: 719px;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
        }
                       
#content {
        position: absolute;             
        top: 260px;
        left: -1px;
        width: 719px;
        border: 1px solid #BFBFBF;
        background-color: white;
        margin-left: auto;
        margin-right: auto;
        }       

#footer {
        position: absolute;
        bottom: 0;
        height: 25px;
        font-size: 70%;
        width: 719px;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        }
   
