  a:link, a:visited  {color:#000; text-decoration: none;}
  a:hover  {text-decoration: underline;}
  h1 {line-height:35px; font-size: 25px }
  h2 {line-height:25px; font-size: 20px; padding-top:30px; color:#911d0e }
  h3 {line-height:25px; font-size: 20px; padding-top:30px; color:#911d0e }
  body {background-color:#4b4b4b; color:#000; margin:0px; padding:0px; font-family: Quicksand; font-size:15px; line-height:20px;}
 .footer {font-size: 13px;}
 .videotext {font-size: 12px; border-bottom:1px solid #911d0e; margin-bottom:25px; padding-bottom:10px}
 .top {background-image:url("images/top_backgr.png"); background-position:top; }
 .content {background-image:url("images/content_backgr.png");}
 .block {max-width: 100%;  height: auto;}
 .video {width: 800px; max-width: 100%; background-color:#FFF; padding:20 px; border: 10px solid #FFF }
 .videoiframe {position:absolute;top:0;left:0;width:100%;height:100%}
 .column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}