body {
	background-color:#400808;
	margin-top:0px;
}
h1 {
	color:#400808;
	font-size:17pt;
}
h2 {
	font-size:12pt;
	margin-top:25px;
}

.container {
margin:0 auto 0 auto;
width:814px;
}

.mainBody {
	width:814px;
	/*HEIGHT SPECIFIED IN THE HTML!!!*/
}

.bodyLEFT {
	background-image:url("_images/background-body_01.png");
	width:25px;
	height:100%;
	float:left;
	}

.bodyMIDDLE {
	background: #FCF9E5 url("_images/background-body_022.png") no-repeat;
	width:764px;
	float:left;
	height:100%;
}

.bodyRIGHT {
	background-image:url("_images/background-body_03.png");
	width:25px;
	height:100%;
	float:left;

}

/* ------------ LEFT MENU NAVIGATION SECTION -----------------------*/	

.contentLEFT {
	
	background: #FCF9E5 url("_images/contentMenu.jpg") no-repeat;
	width:257px;
	/*height:727px;*/
	height:100%;
	margin-left:15px;
	float:left;

}

.logoLink {
	height:140px;
	width:140px;
	margin:55px 0 0 58px;
}

	.navMenu{
		margin-left:29px;
		width:200px;
		margin-top:65px;
		height:20px;
	}
	
	.navMenu ul{
		list-style:none;
		margin:0;
		padding:0;
		width:200px;
	}
	
	.navMenu ul li a div{
		width:200px;
		height:25px;
		margin-bottom:4px;
	}
	
			.linkHome{background:url("_images/link-Home.png");}
			.linkEmma{background:url("_images/link-about.png");}
			.linkTCM{background:url("_images/link-TCM.png");}
			.linkTreat{background:url("_images/link-Treat.png");}
			.linkService{background:url("_images/link-Service.png");}
			.linkTesties{background:url("_images/link-Testies.png");}
			.linkLinks{background:url("_images/link-Links.png");}
			.linkFAQ{background:url("_images/link-FAQ.png");}
			.linkContact{background:url("_images/link-Contact.png");}
	
			
			.menuHome:hover .linkHome { background:url("_images/link-Home-hover.png");}
			.menuEmma:hover .linkEmma { background:url("_images/link-Emma-hover.png");}
			.menuTCM:hover .linkTCM { background:url("_images/link-TCM-hover.png");}
			.menuTreat:hover .linkTreat { background:url("_images/link-Treat-hover.png");}
			.menuService:hover .linkService { background:url("_images/link-Service-hover.png");}
			.menuTesties:hover .linkTesties { background:url("_images/link-Testies-hover.png");}
			.menuLinks:hover .linkLinks { background:url("_images/link-Links-hover.png");}
			.menuFAQ:hover .linkFAQ { background:url("_images/link-FAQ-hover.png");}
			.menuContact:hover .linkContact { background:url("_images/link-Contact-hover.png");}
			

/* ------------ MAIN CONTENT SECTION -----------------------*/	

.contentRIGHT {
	width:486px;
	/*height:727px;*/
	float:right;
}

	.banner {
		background:url("_images/banner.png");
		height:210px;
		width:486px;
		margin-top:34px;
	}
	
	.mainInfo {
		height:463px;
		width:462px;
		font-family:arial;
		font-size:11pt;
		padding-right:25px;
		padding-top:20px;
	}


/* ------------ BOTTOM NAVIGATION (SITEMAP) SECTION -----------------------*/	
.contentBOTTOM {
	height:68px;
	width:814px;
	background:url("_images/background-bottom.png") no-repeat;
	float:left;
	padding-top: 10px;
}
	.siteMap {
		list-style:none;	
	}
	.siteMap li {
		float:left;
	}
	.siteMap li a{
		font-family:arial;
		font-size:8pt;
	}

	
/* ------------ PATIENT STORIES -----------------------*/	
	
.story {
	width:450px;
	border:1px solid #400808;
	padding: 10px 10px 10px 10px;
	margin-bottom:15px;
	background:#fefcf4;
}
.storyIcon {
	width:74px;
	height:74px;
	margin-right:10px;

	float:left;
	margin-bottom:40px;
	border:1px solid black;
	background:url("_images/stories.jpg");
}

.storyInfo{

}
/* ------------ RESEARCH & LINKS-----------------------*/	
.orderedList li{
	margin-bottom:14pt;
}

/* ------------ SPECIALIST SERVICES-----------------------*/	
.specialLink {
text-decoration:none;
color:blue;
font-weight:bold;
}
.specialLink:hover {
text-decoration:underline;
}


/* ------------ CONTACT EMMA-----------------------*/	
a.contactIMG1:hover  .contactIMG11{
border: 6px double #950808;
margin-right:0px;
}
.contactIMG11{
border:2px solid #400808;
margin-right:4px;
}

a.contactIMG2:hover  .contactIMG22{
border: 6px double #950808;
margin-right:0px;
margin-top:4px;
}

.contactIMG22{
border:2px solid #400808;
margin-right:4px;
margin-top:4px;
}


