body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    text-align: center;
    margin-top: 30px;
}

#body {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    text-align: left;
}

    .offScreen {
        position: absolute;
        left: -9999px;
        top: -1000px;
    }
    
    #header {
        font-size: 16px;
    }
        
        #header #logo {
            margin-bottom: 20px;
            float: left;
        }
        
        #header #address {
            float: right;
            text-align: right;
            margin: 0;
        }

    #body hr {
        width: 100%;
        clear: both;
        border-bottom: none;
        border-left: none;
        border-right: none;
        margin-bottom: 14px;
    }
    
    #links {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
        #links li {
            float: left;
            margin-right: 20px;
        }
        
        #links li.last {
            margin-right: 0;
        }
        
        #links li a {
            text-decoration: none;
        }
        
            #links li a img {
                float: left;    
                border: none;
            }
        
            #links li a span {
                float: left;
                margin: 4px 0 0 5px;
                color: #C23428;
                text-decoration: underline;
            }
            
            #links li a:hover span {
                text-decoration: none;
            }