/*-  Base styles
----------------------------------------------------------------------*/
body {
  text-align: left;
  font-family: arial;
  font-size: 12px;
  color: #000000;
  background-color: #f6f7df;
}

#container {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: table; 
  padding: 0;
  text-align: center;
  font-size: 10px;
 
}

#bottom {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  display: table; 
  padding: 0;
  position: fixed;
  bottom: 65px;
  text-align: center;
  font-size: 10px;
  z-index: 0;

}

#inner {
  width: 700px;
  display: table-cell; 
  vertical-align: middle;
  text-align: center;
}

#column {
  text-align: center;
  width: 203px;
    margin-right: 45px;
  font-family: times new roman;
  font-size: 10px;
  line-height: 1.33em;
  float: left;
}

#column_right {
  text-align: center;
  width: 203px;
  font-family: times new roman;
  font-size: 10px;
  line-height: 1.33em;
  float: right;
}

#video_column {
  text-align: center;
  width: 380px;
  margin-left: 0px;
  margin-right: 0px;
  font-family: times new roman;
  font-size: 10px;
  line-height: 1.33em;
  float: left;
}

a:link {
  text-decoration: none; 
}

a:visited {
  text-decoration: none; 
}

a:active {
  color: #f6f7df;
  text-decoration: none; 
  background-color: #0000ff;
}

a:hover {
  color: #f6f7df;
  text-decoration: none; 
  background-color: #0000ff;
}


a.pics:link {
  text-decoration: none; 
}

a.pics:visited {
  text-decoration: none; 
}

a.pics:active {
  text-decoration: none; 
  background-color: #f6f7df;
}

a.pics:hover {
  text-decoration: none; 
  background-color: #f6f7df;
}