body {
  background-color: rgb( 255, 180, 162);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb( 70, 70, 70);
  font-size: 14px;
  line-height: 17px;
  -webkit-font-smoothing:antialiased;
}

@font-face { font-family: Tilda-Petite; src: url('Tilda Petite.otf'); } 
@font-face { font-family: TypoBackgrounds; src: url('TypoBackgrounds.ttf'); } 

h1 {
  font-family: "Tilda-Petite", Arial, sans-serif;
  font-size: 50px;
  color: rgb( 255, 255, 255);
  font-weight: 50;
}

h3 {
  font-family:"Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing:antialiased;
  font-size: 18.75px;
  padding-bottom: 0px;
}

td {
  vertical-align: top;
}

#enter_button { 
  background-color: rgb( 255, 255, 255);
  color: rgb( 150, 150, 150);
  box-shadow: 0px 1px 1px 1px rgb( 204, 144, 130);
  border-radius: 2px;
  border-style: solid;
  border-color: rgb( 204, 144, 130);
  border-width: 1px 0px 0px 0px;
  text-align: center;
  width: 50px;
  height: 20;
  font-size: 15px;
  margin-left: 200px;
  margin-top: 10px;
  margin-right: auto;
}


.navigation {
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  text-align: center;
  padding-top: 15px;
}

.title {
  width: 600px;
  height: 30px;
  margin-top: 175px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


.search_box_container {
  width: 450px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  color: rgb( 230, 230, 230);

  background-color: rgb( 255, 255, 255);
  height: 27px;
  border-radius: 2px;
  line-height: 27px;
  text-align: left;
  text-indent: 5px;
  box-shadow: rgb( 204, 144, 130) 0 -1px 1px, inset rgba(0,0,0,0.25) 0 1px 1px;
}

#search_box {
  margin-top: 4px;
  width: 440px;
  font-family:"TypoBackgrounds", Arial, sans-serif;
  color: rgb( 70, 70, 70);
  font-size: 14px;
  border: none;
  outline-width: 0;
}