body {
    background: #445a79;
    font-family: 'sans-serif', Helvetica;
    margin: 0;
    padding: 0;
    }
    
#header {
    background: url("NYLF.jpg") no-repeat;
    height: 100px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #CDCDCD;
    border-top: none;
    margin-bottom: 10px;
    }
    
#content_top {
    background: url("head.png") no-repeat;
    height: 10px;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    }
    
#content {
    background: #FFF;
    width: 692px;
    padding: 0 4px 0 4px;
    margin-right: auto;
    margin-left: auto;
    font-size: 11pt;
    }
    
#content h4 {
    margin: 0 0 4px 0;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #CDCDCD;
    }
    
#content p {
    margin: 0;
    font-size: 10pt;
    color: #111;
    }