
#footer {
  height:240px;
}

.footer-content {
	margin: 0px auto; width: 1000px; overflow:hidden;
  padding: 5px 0px 5px 0px;
  /*background-image: url(./footer_background.png);background-repeat: repeat-y; background-position:  left;*/
  background: #c0c0c0;
}

.footer-content h3 {
  color: #aa0516;
}

#footer .box_left {
  width:300px;float:left;text-align:right;color:#595959;border-right:2px;margin-left:195px;padding-right:10px;margin-top:15px; border-right:3px solid #aa0516;
  font-size:14px;
}
#footer .box_right {
  width:355px;float:left;text-align:left;margin-left:10px;color: #595959;  margin:10px 0px 10px 0px;padding-left:10px;font-size:16px;padding-top:60px;
}

#footer .box_right h3 {
  font-size:24px;color:#aa0516;font-weight:bold;
}

#footer .box_iso {
  width:90px;float:left;padding-top:60px;
}

#footer a {
  color: #595959;
}

#footer a:hover {
  color: #aa0516;
}