body
{
  background: #ffcff2 url('/images/background-gradient.png') repeat-x;
}

a
{
  text-decoration: none;
  color: green;
}

h1
{
  position: absolute;
  opacity: 0.5;
  width: 300px;
  top: 300px;
  left: 140px;
  text-align: center;
}

li a
{
 cursor: pointer; 
}

.smallcaps
{
  font-variant: small-caps;
}

#intro_picture
{
  float: right;
  margin-left: 10px;
}

#wrapper
{
  overflow: hidden;
  position: relative; 
  top: -8px;
  margin: 0 auto;
  width: 900px !important;
}

#header_pic
{
  height: 377px;
  width: 880px;
  background: url('/images/Melva_Elvey_Logo.png') no-repeat;
}

#header_menu
{
#  position: relative;
#  top: -50px;
#  height: 100px;
#  background: url('/malenycelebrantII/images/curve.jpg') no-repeat;
}

#header_menu ul
{
#  position: relative;
#  left: -20px;
  width: 900px;
  height: 45px;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
#  background: gray;
}

#header_menu ul ul
{
  position: absolute;
  left: 0;
  border-top: solid #ffcff2;
  margin-top: 3px;
  padding-top: 3px;
}

#header_menu ul ul li
{
  width: 225px;
}

#header_menu ul li
{
#  display: inline;
  float: left;
  width: 175px;
  text-align: center;
#  background: white;
}

.contact_me
{
  font-variant: small-caps;
}

#content
{
  background: #fff2fb url('/images/content-gradient.png') 0 -30px repeat-x;
  padding: 15px;
#  border-style: ridge;
  border-top: none;
  border-color: white;
  font-family: Georgia, serif;
  text-align: center;
}

