#nav, #lst0, .lst2, #products  { display: none; }

a {
 color: #000;
 background: #FFF;
 text-decoration: none; 
}

img { border: none; }

#cmplogo { float: right; margin: 1em; }
#slogan { display: none; }
#ftr { margin-top: 1em; }
#address { margin-bottom: 1em; }

.title { text-decoration: underline; font-size: 1.5em; }

#content {
 text-align: center;
 margin: 0 2em 0 2em;
 height: 1%;
}

#content .box {
 display: inline;
 margin: 0 2em 0 0;
}

#content a {
 margin-top: 1em;
 font-family: arial, serif;
 vertical-align: bottom;
 width: 8em;
 display: table-cell; 
 display: inline-block;
 text-decoration: none;
 padding-top: 0.5em;
 font-weight: bold;
}
#content .box img {
}

#content .box .wrap span {
 display: block;
 padding-bottom: 0.2em;
}
#content .box br {
 display: none;
}

#ftr {
 text-align: right;
}