/*CSS*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #0d0502;
	}

/*  *********************************************  WRAPPER   *********************************************** */

div#ef-wrapper {
	margin: 0 auto;
	width: 959px;
	padding: 0 0 0 0;
	background:#e1e2d4;
	}
	

/******************************* STRUCTURE *************************/

div#ef-banner {
	float: left;
	width: 959px;
	height: 176px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image:url(http://www.ecrcare.com/images/header.jpg);
	background-repeat:no-repeat;
	}
div#ef-banneraddress {
	float: right;
	width: 250px;
	height: 176px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align:right;
	}
div#ef-homegraphic {
	float:left;
	width: 959px;
	height: 209px;
	margin:0;
	padding:0;
	}	
div#ef-topnav {
	float:left;
	width: 959px;
	height: 40px;
	margin:0 auto;
	padding: 0 ;
	overflow:hidden;
	background-repeat:no-repeat;
	}	

div#ef-content {
	float: left;
	width: 919px;
	padding: 10px 20px;
	background:#e1e2d4;
	background-repeat:repeat;
	}
div#ef-contentright {
	float: right;
	width: 229px;
	padding:0px;
	padding:0;
	background:#e1e2d4;
	background-repeat:repeat;
	}
div#ef-contentbottom {
	float: left;
	width: 959px;
	height:18px;
	padding:0px;
	padding:0;
	background-image:url(http://www.ecrcare.com/images/conten_bottom.jpg);
	background-repeat:no-repeat;
	}
div#ef-footer {
	clear: both;
	width: 100%;
	padding:10px 0 20px 0;
	margin: 0 auto;
	height: 100%;
	}
}

