

#siteTitle
{
  font-size : 36pt;
  font-weight : 900;
  margin-bottom : 20;
}


#siteSubTitle
{
  font-size : 14pt;
  font-weight : 900;
  margin-bottom : 20;
  
}

#siteDescription
{
  font-size : 14pt;
  font-weight : 900;
    width : 210;
  margin : 0  auto;
}

#customerQuote
{
  font-style : italic;
  width : 300;
  font-size : 10pt;
  font-weight : 900;
  margin : 0  auto;
  margin-top : 30;
  margin-bottom :  20;
  
}


#dance
{
 position : absolute;
 left : 450;
 top : 60;
 width : 215;
 height : 240;
 background-image : url(../images/dance.gif);
 background-repeat : no-repeat;
}

#bridesmaid
{
 position : absolute;
 left : 0;
 top : 60;
 width : 215;
 height : 240;
 background-image : url(../images/bmaid.gif);
 background-repeat : no-repeat;

}


