#wrapper { width: 600px; margin-left: auto; margin-right: auto; }
#photo { width: 100%; text-align: center; }
#content { width: 100%; }
#funeral { width: 100%; }
#footer { width: 100%; text-align: center; border-top: 1px solid #600; margin-top: 20px; padding-top: 20px; clear: both; }
#photo_row { width: 100%; height: auto; clear: both; }
#photo_cell { width: 150px; height: auto; text-align: center; float: left; margin-top: 5px; margin-bottom: 5px; }
#floating_box { position: absolute; float: left; margin-left: auto; margin-right: auto; visibility: hidden; display: none; background-color: white; vertical-align: middle; z-index: 31; padding: 20px; border: ridge 5px gray;}

a:active  { color: #600; }
a:hover { color: #00fa9a; }
a:link   { color: #600; text-decoration: none; }
a:visited   { color: #600; text-decoration: none; }
img { border: 0px; }

.title { font-size: 14px; font-family: Verdana, Arial, sans-serif; font-weight: bold; }
.body { font-size: 11px; line-height: 13px; font-family: Verdana, Arial, sans-serif; }
