body {
  margin: 8px;
  font-family: arial;
  font-size: 11px;
}

img.menu_spacer {
  height: 10px;
  width: 1px;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
}

a.menu {
  text-decoration: none;
  font-size: 11px;
	font-weight: bold;
  color: #ffffff;
}	

div.menu {
  float: left;
}

div.spacer {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}

div.blue_box_small {
  position: absolute;
  top: 2px;
  left: 4px;
  height: 18px;
  width: 78px;
  z-index: 2;	
}

div.blue_box_small_text {
  position: relative;
  padding: 3px 3px 3px 6px;
  font-weight: bold;
  color: #390e15;
}

div.movie_box_large {
  height: 140px;
  width: 250px;
  position: relative;
}		

div.movie_text_box_bg_large {
  position: absolute;
  top: 108px;
  left: 0px;
  height: 32px;
  width: 250px; 
  z-index: 2;
}

div.movie_text_box_headline {
	color: #000000;
  height: 23px;
  width: 250px; 
	font-weight: bold;
	font-size: 14px;
}

div.movie_text_box_large {
  position: absolute;
  top: 110px;
  left: 4px;
  height: 28px;
  width: 246px;
  z-index: 3;
  font-weight: bold;
  color: #ffffff;	
}	

div.movie_time_box_large {
  position: absolute;
  top: 124px;
  left: 220px;
  height: 14px;
  width: 30px;
  z-index: 3;
  font-weight: bold;
  color: #ffffff;
}	

div.movie_play_button_large {	
	position: absolute;
  top: 50px;
  left: 100px;
  height: 37px;
  width: 37px;
  background: url(../images/play_large.png);
  background-repeat : no-repeat;
  z-index: 2;
}

div.movie_play_button_small {	
	position: absolute;
  top: 33px;
  left: 74px;
  height: 25px;
  width: 25px;
  background: url(../images/play_small.png);
  background-repeat : no-repeat;
  z-index: 2;
}

div.headline {
  font-family: arial;
/*  font-family: Georgia, Palatino, Times New Roman; */
	font-size: 16px;
	color: #000000;
}

div.headline {
	font-size: 16px;
	color: #000000;
}

div.question {
  color: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.answer {
  color: #457684;
}

div.answer_big {
  color: #457684;
  font-size: 16px;
}

