body,
html{
	margin:0;
	padding:0;
	font-family: Verdana, Georgia, serif;
	font-size: 12px;
	color: #000000;
	background:#ffffff  url(../images/embletoncare-header-slice-right-inner.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-inner.jpg) repeat-x;
} 
#middle-right {
   width: 100%;
   position: absolute;
   top: 150px;
   left: 0;
   height:349px;
   background: transparent url(../images/embletoncare-middle-slice-right-inner.jpg) repeat-x;
} 
#middle-white {
   width: 100%;
   position: absolute;
   top: 500px;
   background: #ffffff;
}

#middle-green {
   width: 243px;
   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:18px;
	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;
}

/* LICORICE ALLSORTS */
h1 {
	font-size:17px;
	text-align:left;
	padding:0;
	margin-bottom:0;
	color:#006633;
	font-family: Verdana, Georgia, serif;
	font-style: italic;
}
h2 {
	font-size:14px;
	font-style: italic;
	font-weight: bold;
	color:#006633;
	padding-top:10px;
	margin:0;
}
h3 {
	font-size:13px;
	font-weight: bold;
	color:#006633;
	padding-top:10px;
}
h3#contactus {
	color:#C8352D;
}
 
p {
	margin-bottom:0;
	font-size:11px;
}
ul,ol {
	font-size:11px;
	line-height:1.4em;
}

 td#navseparator {
	font-size:11px;
	color:#ffffff;
}
 td#news {
	font-size:12px;
	color:#ffffff;
}
 td#newsheadline {
	font-style: italic;
	color: #99CC66;
	height: 25px;
}

 td#newsitem {
	font-style: normal;
	height: 15px;
}

td#innerimagetext {
	color: #99CC66;
	font-style: italic;
	font-weight: bold;
	font-size:10px;
}

ul,ol#reducegap {
	margin-top:5px;
}

A { text-decoration:none;}
A:link	{color: #006633;font-weight: bold;}
A:visited{color: #006633;font-weight: bold;}
A:hover	{color: #99CC66;background-color:none; text-decoration:underline;}
