body {
  background-image: url(../gfx/bg_yellow.gif);
  background-color: #F6A800;
}
h2 {
  color: #f8b830;
}


#menucontainer {
  background-image: url(../gfx/menubg_yellow.gif);
}
#contentcontainer {
  background-image: url(../gfx/curve_top_yellow.gif);
}
#contentbottom {
  background-image: url(../gfx/curve_bottom_yellow.gif);
}

/* Home */
#homequote {
  background-image: url(../gfx/quote_yellow.gif);
  height: 201px;
  width: 688px;
}


#mainfooter .contactbox {
   font-family: Georgia, Times, Serif;
   line-height: 13pt;
   margin-top: 5px;
}
#linksbutton a {
  background-image: url(../gfx/butt_links_yellow.gif);
}
#linksbutton a.buttonselected {
  background-image: url(../gfx/butt_links_yellow_up.gif);
}

/* Headings */
h1#yellow {
  color: #f6a800;
  font-family: Georgia, Times, Serif;
  font-size: 170%;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;  
}
h1#yellow1 {
  color: #f6a800;
  font-family: Georgia, Times, Serif;
  font-size: 170%;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;  
}


h2#brown {
  color: #653515;
  font-size: 140%;
  font-family: Georgia, Times, Serif;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  letter-spacing: -1px;  
}

#contact_e a {
  display: block;
  height: 26px;
  width: 241px;
}
.profilepic {
  position: relative;
  float: right;
  margin-right: -90px;
  margin-left: 30px;
}
a {
  color: #f6a800;
  text-decoration: none;
}
a:hover
{
  color: #653515;
}

