

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
    color: #4c3028;
    text-align: left;
}

h1 {
	color: #7c5b4e;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 45px;
}



.infobox {
	color: #fff;
    background-color: #880000;
    padding: 3px 20px 0px 20px;
    border-radius: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.ce_text {width: 98%;}

.ce_youtube {
	margin-top: 20px;
}

.youtube {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.youtube iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
