/*CSS*/

body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(../images/repeater.jpg);
	}

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

div#ef-wrapper {
	margin: 0 auto;
	width: 980px;
	padding: 0 0 0 0;
	}
	

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

div#ef-banner {
	float: left;
	width: 980px;
	height: 311px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

div#ef-topnav {
	float:left;
	width: 980px;
	height: 33px;
	margin:0 auto;
	padding: 0 0 0 20px;
	overflow:hidden;
	}	
div#ef-flash
{
	width: 980px;
	height: 311px;
} 
div#ef-content {
	float: left;
	width: 945px;
	margin:0 auto;
	padding:0px;
	padding:40px 15px 5px 20px;
	}

div#ef-footer {
	clear: both;
	width: 100%;
	padding:10px 0 20px 0;
	margin: 0 auto;
	height: 100%;
	background: url(../images/footer.jpg) repeat-x;
	}


div#ef-homegraphic {
	float:left;
	background:  url(../images/home_graphic.jpg) repeat-x;
	width: 980px;
	height: 284px;
	margin:0;
	padding:0;
	}	
div#ef-homecontent {
	float: left;
	width: 945px;
	height:476px;
	margin:0;
	padding:0 0 0 36px;
	background: url(../images/home_content.jpg) no-repeat;
	}

div#ef-homecontentleft {
	width: 510px;
	height:476px;
	margin:0;
	padding:0px;
	float:left;
	}
div#ef-homecontentright {
	width: 400px;
	height:476px;
	margin:0;
	padding:0px;
	float:left;
	}
div#ef-homelinks {
	float: left;
	width: 981px;
	height:230px;
	margin:0;
	padding:0px;
	background: url(../images/home_links.jpg) no-repeat;
	}
/******************************* inside *************************/
div#ef-contentleft {
	width: 465px;
	margin:0;
	padding:0px 0 0 45px;
	float:left;
	}
div#ef-contentright {
	width: 435px;
	height:476px;
	margin:0;
	padding:0px;
	float:left;
	background: url(../images/contactform.jpg) no-repeat;
	}
/******************************* CONTACT FORM *************************/
div#ef-contactform {
	width: 900px;
	margin:0;
	padding:0px 25px 0 25px;
	float:left;
	}