/*-  Base styles
----------------------------------------------------------------------*/
body {
  text-align: left;
  margin: 0;
  padding: 0;
  min-width: 900px;
  font-family: times new roman;
  font-size: 12px;
}


#container {
  width: 900px;
  margin: 0px auto 0px auto;
  padding: 0;
  text-align: left;
  color: #000;
}

#vid_grid {
  width: 900px;
  font-family: courier new, courier, monospace;
  color: #000000;  
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 11px;
  float: left;
}

#content {
  width: 900px;
  font-family: times new roman;
  color: #000000;  
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 11px;
  float: left;
}

#content_650 {
  margin: 0px auto 0px auto;
  width: 650;
  font-family: times new roman;
  color: #000000;  
  font-size: 11px;
  text-align: center;
}

#project {
  width: 445px;
  font-family: times new roman;
  color: #000000;  
  margin-left: 0px;
  margin-bottom: 0px;
  font-size: 11px;
  float: left;
}

#project_wide {
  width: 900px;
  font-family: times new roman;
  color: #000000;  
  margin-left: 0px;
  margin-bottom: 30px;
  font-size: 11px;
  float: left;
}

#project_title {
  width: 450px;
  font-family: times new roman;
  color: #000000;  
  margin-top: 35px;
  margin-left: 5px;
  margin-bottom: 0px;
  font-size: 11px;
  float: right;
}

#project_title_bottom {
  width: 350px;
  font-family: times new roman;
  color: #000000;  
  margin-top: 15px;
  margin-left: 0px;
  margin-bottom: 0px;
  font-size: 11px;
  float: left;
}


a:link {
  text-decoration: none; 
  color: #000000
}

a:visited {
  text-decoration: none; 
  color: #000000
}

a:active {
  text-decoration: none; 
  background: #000000; 
  color: #ffffff
}

a:hover {
  text-decoration: none; 
  background: #000000; 
  color: #ffffff
}