body {
    background-color: #FFFFFF;
    background-image: url(images/back.jpg);
	background-repeat: repeat-x;
    font-family: verdana;
    font-size: 14px;
    color: #B8317E;
    margin: 0px;
    SCROLLBAR-FACE-COLOR: #ffd4ec;
    SCROLLBAR-HIGHLIGHT-COLOR: #8b3b68;
    SCROLLBAR-SHADOW-COLOR: #8b3b68;
    SCROLLBAR-3DLIGHT-COLOR: #8b3b68;
    SCROLLBAR-ARROW-COLOR: #8b3b68;
    SCROLLBAR-TRACK-COLOR: #ffe7f5;
    SCROLLBAR-DARKSHADOW-COLOR: #8b3b68;
}

A:link, A:visited, A:active
{color: #B8317E;
}

A:hover {
text-transform: none;
text-decoration: none;
}

h1
{
  color: #CB6CA1;
  font-family: Verdana;
  font-size: 19px;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  width: 100%;
  margin-bottom: 3px;
}

h2
{
     color: #CB6CA1;
  font-family: Verdana;
  font-size: 10px;
  font-style: italic;
  text-align: center;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 30px;

}

h3
{
     color: #CB6CA1;
  font-family: Verdana;
  font-size: 10px;
  font-style: italic;
  text-align: center;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 2px;

}

h4
{
     color: #CB6CA1;
  font-family: Verdana;
  font-size: 15px;
  font-style: italic;
  text-align: center;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 10px;
  text-decoration: underline;

}

.toplinks
{
  color: #B8317E;
  font-family: Verdana;
  font-weight: bold ;
  font-size: 13px;
  text-align: right;
  text-decoration: none;
}


img
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
    border-width: 2px;
    border-color: #CB6CA1;
}

.mainframe
{
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
}

.content
{
    background-color: #FFD4EC;
    color: #8B3B68;
  background-image: url(images/sidehearts.jpg) ;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border-color: #8B3B68;
  border-width: 2px;
  border-style: solid;
  margin-bottom: 15px;
}

.slide
{
         background-color: #FFD4EC;
  padding: 0px;
  border-color: #8B3B68;
  border-width: 2px;
  border-style: solid;
  margin-bottom: 5px;
}

.form
{
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 2px;
  font-size: 10px;
}

select, input, option {
background-color: #ffd4ec;
font: 15px tahoma;
color: #762f57;
border-style: solid;
border-color: #CB6CA1;
border-width: 1px;
width: 80%;
}

textarea{
background-color: #ffd4ec;
font: 15px tahoma;
color: #762f57;
border-style: solid;
border-color: #CB6CA1;
border-width: 1px;
width: 100%;
}

.prices
{
  border-color: #CB6CA1;
  border-width: 3px;
  margin: 3px;
  border-style: Solid;
  text-align: center;
  padding: 5px;
}

.testimonials
{
      font-family: verdana;
    font-size: 12px;
    color: #B8317E;
    margin: 0px;
}






