@charset "utf-8";
/* CSS Document */

/* footer */

#footer-wrapper {background:#000 repeat-x; border-top: 1px solid #FF0000; width:100%; }
#footerContainer
 {  margin-left: auto;
  margin-right: auto;
  width: 960px; }
  
  
  #col {  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px; 
  width:300px;}
 p.footer {  color:#FF0000; font-size:1em; margin-top:12px; }
  #footerContainer a  { color:#FF0000; text-decoration:underline; font-weight:bold; }
  #footerContainer a:hover {  text-decoration:none; }
  
  #footerContainer img {margin: 18px 12px 0 0; }
  
  .left { }
  .middle { }
  .right  { }
  
  h4.footer { color:#FFF; border-bottom:1px solid #FF0000; font-size:1.5em; font-weight:bold; padding-bottom:5px;}