body,
html{
	margin:0;
	padding:0;
	font-family: Verdana, Georgia, serif;
	font-size: 11px;
	color: #333333;
	background:#00b6b7  url(../images/top-slice.jpg) repeat-x;	
}


/* SET BACKGROUNDS (header-right background is set in HTML above)*/
#header-left {
   width: 50%;
   height: 132px; /*has to be the height of header */
   position: absolute;
   top: 0;
   left: 0;
   background: transparent url(../images/embletoncare-header-slice-left.jpg) repeat-x;
} 
#middle-right {
   width: 100%;
   position: absolute;
   top: 225px;
   left: 0;
   height:349px;
   background: transparent url(../images/embletoncare-middle-slice-right.jpg) repeat-x;
} 

#middle-FBFFFB {
   width: 100%;
   position: absolute;
   top: 276px;
   background: url(../images/fbfffb.jpg) repeat-x;
}
#what-our-clients-say {
   width: 100%;
   font-size: 11px;
   color:#fbfffb;
   font-family: Verdana, Georgia, serif;
   font-weight: bold;
   position: absolute;
   z-index: 11;
}

.homeltext {
	color: "#333333";
	font-family: Verdana;
	font-size: 11;
	font-weight: normal;
}

#middle-green {
   width: 242px;
   position: absolute;
   top: 300px;
   background: #006633;
}

/* CONTENT POSITIONING */
#header-content {
        position: relative;
        z-index: 1;
} 
#middle-content {
        position: relative;
        z-index: 1;
} 

/* FOOTER */
div#footerwrap {
	position:absolute;
	bottom:0;
	left:0;
	height:20px;
	margin-bottom:-1px;
	font-size: 9px;
}
td#footer {
	font-size: 9px;
	color: #CCCCCC;
}
td#footer a {
	color:#CCCCCC;
}
div#footer p {
	margin: 0;
	padding: 0;
	text-align: left;
}
#footer-FBFFFB {
   width: 100%;
   position: absolute;
   bottom: 10px;
   background: url(../images/fbfffb.jpg) repeat-x;
}

/* LICORICE ALLSORTS */
h1 {
	font-size:17px;
	text-align:left;
	padding:0;
	margin-bottom:0;
	color:#333333;
	font-family: Verdana, Georgia, serif;
	font-style: italic;
}
h2 {
	font-size:14px;
	font-style: italic;
	font-weight: bold;
	color:#fbfffb;
	padding-top:10px;
	margin:0;
}
h3 {
	font-size:13px;
	font-weight: bold;
	color:#333333;
	padding-top:10px;
}
h3#contactus {
	color:#C8352D;
}
 
p {
	margin-bottom:0;
	font-size: 11px;
}

p#whitebig {
	color: #FBFFFB;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}

ul,ol {
	font-size:11px;
	line-height:1.4em;
}

ul,ol#reducegap {
	margin-top:5px;
}

A { text-decoration:none;}
A:link	{color: #fbfffb;font-weight: bold;}
A:visited{color: #fbfffb;font-weight: bold;}
A:hover	{color: #333333;background-color:none; text-decoration:none;}
