html {
	height: 100%;
	margin: 0px;
	padding: 0px;

}

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #C8BDB4;
 margin-top: 10px;
 margin-right: 0;
 margin-bottom: 0;
 mrgin-left: 0;

}

table.Main {
  border: 1px solid #000000;
  width: 80%;
  background: #ffffff;
  padding: 0;
  align: center;
}
.header {
font-size: 11px;
}

.content {
background: #ffffff;
}

.contentBR {
background: url(images/rose_deco.jpg); 
background-position: right bottom;
background-repeat: no-repeat;
padding-left: 25px;
padding-right: 20px;
text-align: left;

}

.link {
color: #9D948D;
text-decoration: underline;
font-size: 11px;
}
.link:hover { color: #635E59; }

h3 { font-size: 12px; color: #635E59; text-transform: uppercase; text-decoration:underline;}

.services:link, .services:visited {
color: #000000;
font-size: 11px;
padding-left: 2px;
text-decoration: none;
float: left;
}

.services:hover {
color: #ffffff;
background: #9D948D;
display: block;
text-decoration: none;
width: 85%;
height: 18px;

}

.services2:link, .services2:visited {
color: #000000;
font-size: 11px;
padding-left: 2px;
text-decoration: none;
float: left;
}

.services2:hover {
color: #ffffff;
background: #9D948D;
display: block;
text-decoration: none;
width: 100%;
height: 18px;

}
.text {
width: 95%;
float: left;
text-align: left;
position: left;
}