body {
  background-image: url(../gfx/bg_purple.gif);
  background-color: #BD007B;
}
#menucontainer {
  background-image: url(../gfx/menu_bg_purple.gif);
}
#contentcontainer {
  background-image: url(../gfx/curve_top_purple.gif);
}
#contentbottom {
  background-image: url(../gfx/curve_bottom_purple.gif);
}

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


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


/* Headings */

h1#purple {
  color: #c3047f;
  font-family: Georgia, Times, Serif;
  font-size: 170%;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;  
}
h2 {
  color: #c3047f;
  font-family: Georgia, Times, Serif;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 25px;  
}
h3 {
  color: #653515;
  font-family: Georgia, Times, Serif;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  letter-spacing: -1px;  
}
.profilepic {
  position: relative;
  float: right;
  margin-right: -90px;
  margin-left: 30px;
}

a {
  color: #c3047f;
  text-decoration: none;
}
a:hover
{
  color: #653515;
}
ul.purple
{
  margin-left: 20px;
  list-style-type: square;
}
.links
{
  font-size: 80%;
  margin-top: 5px;
}

