BODY{
  margin:       0px;
  background:   #951515;
}
a{
  color: yellow;
  font-family: arial;
  font-weight: bold;
  font-size: 12pt;
}
a:hover{
  color: white;
}
#central{
  float:left;
  position: relative;
  width: 780px;
  left: 50%;
  margin-left: -390px;
  padding-top:10px;
  z-index: 2;
  background: #d12734 url('chinese-whispers-bkg.jpg') no-repeat;
}
#menu_bar{
  margin-top: 10px;
  padding: 10px;
  background-color: #701015;
  text-align: center;
  border-bottom: 2px solid black;
}
#menu_bar a, #menu_bar a:visited{
  color: yellow;
  font-family: arial;
  font-size: 10pt;
  font-weight:bold;
}
#menu_bar a:hover{
  color: white;
}
h1{
  width: 100%;
  text-align: center;
  margin: 0px;
  padding-top: 2px;
  font-size: 26pt;
  font-family: arial;
  color: #FFFFFF;
  font-weight: bold;
}
h2{
  color: black;
  font-weight:bold;
  font-family: arial;
  font-size: 14pt;
}

.text_box1{
  float:left;
  width: 400px;
}
.text_box1 p{
  padding: 5px;
  margin-left: 5px;
  font-family: arial;
  color: #8d2323;
  background-color: #E47384;
  font-weight: bold;
  font-size: 14pt;
}
.text_box3{
  float:left;
}
.text_box3 p{
  width: 600px;
  padding: 5px;
  margin-left: 5px;
  font-family: arial;
  color: #8d2323;
  background-color: #E47384;
  font-weight: bold;
  font-size: 14pt;
}
#text_box2{
  float:left;
  width: 600px;
  font-family: arial;
  color: black;
  font-weight: bold;
  font-size: 14pt;
  background-color:#DF747A;
}
#ad1{
  position: relative;
  width: 120px;
  left: 50%;
  margin-left: -515px;
  float:left;
}
#ad3{
  position: relative;
  width: 120px;
  left: 50%;
  margin-left: 0px;
  float:left;
}

