body {
    background:url(../../graphics/header_graphics/quilt.jpg);
    font-family: helvetica;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none }

#container {
    padding: 0;
    width: 771px; } 
    
#content {
    background: url(../../graphics/header_graphics/octopibaby_11.gif);
}

#content p {

    font: normal 14px helvetica;
    color: #000;
    padding: 0;
    margin: 0;

}

#content h1 {
    
    font: bold 36px helvetica;
    color: #96C61A;
    padding: 0;
    margin: 5px 0 10px 0;
    
}

#content h2 {
    
    font: bold 16px helvetica;
    color: #F40101;
    padding: 0;
    margin: 15px 0 10px 0;
    
}

#content h3 {
    
    font: bold 14px helvetica;
    color: #F40101;
    padding: 0;
    margin: 5px 0 10px 0;
    border-bottom: dashed 1px #F40101; 
    
}


/* FOOTER */

#footer {

    text-align: center;
    font: normal 12px helvetica;
    color: #fff; 
}

#footer a {
    color: #fff; 
}


