body {
   font-family: Bembo, Garamond, Georgia, Times Roman, serif;
   background-color: #ADA1AD;
   background-image: url(../images/Nosegay.jpg);
   background-position: left bottom; 
   background-repeat: no-repeat;
   background-attachment:fixed;
}

/**** Styles for text formatting ****/

.textBigRed {
   color: #7B0037;
   font-size: 19px;
   line-height: 32px;
}

.textMediumRed {
   color: #7B0037;
   font-size: 16px;
   line-height: 21px;
}

.outletInfo {
   font-size: 12px;
	padding-top: 43px;
   line-height: 21px;
   vertical-align: top;
   height: 240px;
}

.adCopy {
   font-size: 26px;
   font-style: italic;
	padding-top: 55px;
	vertical-align: top;	
   height: 217px;
}

a:link, a:visited, a:active {color: #000; text-decoration: none;}
a:hover {color: #7B0037; text-decoration: none;}

/**** Styles for positioning (sometimes in addition to text formatting) ****/

table.dressTable {
   background-image: url(../images/Dress2.jpg);
   background-repeat: no-repeat;
   z-index: 2;
   width: 494px;
}

div.contactInfo { 
   position: absolute;
   left: 260px;
   top: 437px;
   font-size: 13px;
   line-height: 21px;
}

div.forFlowers { 
   position: absolute;
   left: 192px;
   top: 303px;
}

