html, body {
margin: 0 auto;
padding: 0;
height: 100%;
background-color: #e3dad7; 
} 

body{
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../directory/include/images/header-body-bg.jpg) repeat-x top;
	background-color: #e3dad7; 
	font-size: 14px;
	line-height: 15px;
}

#display {
	display:none;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -62px; /* the bottom margin is the negative value of the footer's height */

}

#fullwh {
	text-align: left;
	margin: 0px auto 62px;
	padding: 0px;
	border:0;
	width: 800px;
}

/*- Header -*/

#headermain {
	height: 150px;
	margin: 0;
}

#headerleft {
	height: 150px;
	background-color: none;
	background: url(../images/e-w-logo.png) no-repeat;
	background-position: -5px 25px;
	width: 250px;
	margin: 0px auto;
	padding: 0;
	float: left;
}

#headerright {
	height: 150px;
	background-color: none;
	color: #fff;
	width: 550px;
	margin: 0px auto;
	padding: 0;
	float: right;
}


#headerright h1 {
	color:#fff;
	padding: 0 0 0 20px;
	font-size: 24px;
	font-weight: bold;
	display: none;
}

#headerright h2 {
	color:#fff;
	padding: 0 0 0 20px;
	font-size: 18px;
}


/*- Columns -*/

#colsl {
	width: 250px;
	float: left;
	padding: 20px 10px 20px 2px;
}

#colsmid {
	width: 34%;
	padding: 20px 2px 20px 2px;
	float: left;
}

#colsr {
	width: 250px;
	padding: 20px 2px 20px 2px;
	float: right;
}

/*- Footer -*/
#footer{
	z-index: -9999;
	clear: both;
	color: #fff;
	width:100%;
	font-size: 14px;
	height: 62px;
	line-height: 55px;
	text-align: center;
	margin:0;
	padding:0;
	background: url(../images/footer-bg.jpg) repeat-x top center;
}

#infooter {
	width: 800px;
	text-align: right;
	height: 60px;
	margin: 0 auto;
	padding: 0;
}

/*- Text -*/
h1 {
	color:#2954d7;
	padding: 0 0 0 20px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color:#140f6e;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color:#140f6e;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.form {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
}

.egs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-style: italic;
	color: #4f5781;
}

.desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-style: italic;
}


