@charset "utf-8";

.twoColFixLtHdr #heading {
	position: absolute;
	top: 250px;
	height: 40px;
	width: 930px;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #000;
	background-image:   url("../images/header-slice-eoe.gif");
		
}
.twoColFixLtHdr #heading h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	margin: 13px 0px 0px 10px;
}

.twoColFixLtHdr #heading img{
	position: absolute;
	top: 17px;
	right: 12px;
	padding: 1px;
	margin: 0px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	width: 164px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will   include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 20px;
	font: 12px Verdana,sans-serif;
}

/*************** mailform position ******************/
.twoColFixLtHdr #mailform {
width:153px;
position:absolute;
top:475px;
margin-left:0px;
margin-right:10px;
border: 1px solid #000;
}

/***************end mailform position*****************/
/* CSS Document */
