body {
  background: #F0F010;
  color: #F00000;
  font-size: 14px;
  height: auto;
  padding-bottom: 0px;
  background-image: url(../img/YF_bg.png);
}

a {
  color: #0000F0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

/*h1 {
  font-family: Georgia, serif;
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
}*/

h2 {
  padding-top: 10px;
  text-align: left;
}

p {
  /*border: 1px solid #666;*/
  border-bottom: 1px solid #FFBAA0;
  overflow: hidden;
  padding: 5px 0;
  text-align: left;
}



.container_12 {
  background: #FFFAA0;
  opacity: 0.98;
}



div#header h2 {
  border-bottom: 1px solid #00D0F0;
  padding 0px 0;
  margin-bottom: 0px;
}

div#menu p {
  /*border: 1px solid #00D0F0;*/
  border-bottom: 1px solid #0000F0;
  -moz-border-radius: 0px 0px 0px 20px;
  border-radius: 0px 0px 0px 20px;
  padding 0px 0;
  margin-top: -1px;
  background-color: #D0D0F0;
  text-align: center;
}

div#image {
  background-color: #00000F;
  padding-bottom: 30px;
}


div#footer h2 {
  margin-top:20px;
  padding-top: 10px;
  border-top: 1px solid #00D0F0;
}

div#text p {
  border-top: 1px solid #00D0FF;
  border-bottom: 1px solid #00D0FF;
  border-left: 0px solid;
  border-right: 0px solid;
  -moz-border-radius: 0px 20px 0px 20px;
  border-radius: 0px 20px 0px 20px;
  font-size: 18px;
}

div#map {
  text-align: center;
}

div#image_col p  {
  background-color: #FFFBA0;
  border: none;
  overflow: hidden;
  padding: 5px 0;
  margin: 0px;
}


