body
{
color: #000000;
background-color: #ffffff;
font-size: 10px;
font-family: Verdana, Geneva, Tahoma;

background-image:url(img/wedding_bg.png);
background-position: left top;
background-repeat: no-repeat;

margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;

overflow: auto;
}

a {
    color: #000000;
    font-size: 10px;
    font-family: Verdana, Geneva, Tahoma;
    text-decoration: underline;
}
body, td {
    color: #000000;
    font-size: 10px;
    font-family: Verdana, Geneva, Tahoma;
}

#toptext {
    position: absolute;
    top: 20px;
    left: 150px;
    z-index: 2;
}

#rightborder {
    position: absolute;
    top: 0px;
    left: 800px;
    z-index: 1;
}

#leftmenu {
    /* To limit the menu width to the content of the menu: */
    display: inline-block;
    /* Or set the width explicitly: */
    /* width: 10em; */
    position: absolute;
    top: 100px;
    left: 0px;
    width: 180px;
    list-style: none;
    margin: 0;
  padding: 0;
}

#leftmenu ul {

  padding: 0;
  list-style: none;
  
}

#leftmenu ul li {
    padding-left: 20px;
    
    height: 25px;
    font: 10pt Verdana, Geneva, Tahoma;
    font-weight: lighter;
}

#leftmenu ul li a {
    background-image: url("img/wedding_menubutton.png");
    
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    
    display: block;
    color: #fafafa;
    text-decoration: none;
    
    font: 10pt Verdana, Geneva, Tahoma;
    
}

#leftmenu ul li a#active {

    color: #a07ffc;
    cursor: default;
}

#leftmenu ul li a:hover {

    color: #6b58ac;
    cursor: pointer;
}

#leftmenu ul li a.under {
    background-image: url("");
    background-color: #c4dbff;
    
}


#main {
    position: absolute;
    top: 100px;
    left: 200px;
    z-index: 2;
}



.polaroid {
  position: relative;
  width: 220px;
}
 
.polaroid img {
  border: 10px solid #fff;
  border-bottom: 45px solid #fff;
  -webkit-box-shadow: 3px 3px 3px #777;
     -moz-box-shadow: 3px 3px 3px #777;
          box-shadow: 3px 3px 3px #777;
}
 
.polaroid p {
  position: absolute;
  text-align: center;
  width: 220px;
  bottom: 0px;
  font: 400 18px/1 'Kaushan Script', cursive;
  color: #001e8e;
}