/* general page structure and layout */
html, body { height:100%; }
body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.8em; 
color:#000;
margin:0;
padding:0;
background:#fff;
text-align:center;
}
a { color:#660000; }
a:hover { text-decoration:none; }
p { margin:4px; }
img { border:none; }
#content { width:500px; margin-left:auto; margin-right:auto; }
.stretcher { background:#FFFFEF; }
.display { background:#993300; padding:2px; margin-bottom:1px; }
.display:hover { background:#996666; padding:2px; }
.display a { color:#fff; text-decoration: none; }
.display a:hover { color:#fff; text-decoration: underline; }
#credit { color:#444; font-size:.8em }

/* workarounds and hacks */
.maperror { font-size:.9em; color:#ff3333; }

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */