/**************************************************************************
**                              ccw2_video.css                           **
**                                                                       **
** This is the CSS for the Colonel Crush web page, video area.           **
**                                                                       **
**************************************************************************/


.video_title {
  position: relative;
  margin-top:0px;
  padding-top: 3px;
  margin-left:5px;
  width: 470px;
  height: 26px;
  color: #ffffff;
  font-family: arial, "lucida console", sans-serif;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 18px;
}

.video_title_big {
  position: relative;
  margin-top:0px;
  padding-top: 3px;
  margin-left:5px;
  width: 920px;
  height: 26px;
  color: #ffffff;
  font-family: arial, "lucida console", sans-serif;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 18px;
}

.video_content{ 
  position: relative;
  margin-left: 1px;        
  margin-top: -4px;    
} 
