/* CSS Document */

div#footerWrapper { width:100%; margin:0;}
html>body div#footerWrapper { } /* 'html>body' because IE can't understand parent/child selectors */


div#footerContent {margin:0 auto; width:310px; text-align:center;margin-bottom:0; padding-bottom:0; border-top: 1px grey dotted; }

#footerContent a { 
color:#190000; 
font-size: 95%; font-weight:bold;
text-decoration: none; 
}



#footerContent a:hover { 
color:#5E3C39; 
text-decoration:underline;
}

div#copyright {
color:#190000; text-align:center; font-size:.5em;
}