body{
	background-color:#000000;
	margin:0;
	overflow-x:hidden;
}
  
#contentWrapper{
  	position:absolute;
	margin-left:250px;
	z-index:2;
	background-color:#363636;
	padding:0 6px;
	width:520px;
}


#leftWrapper{
  position:fixed;
  background:url(../images/menu_esq_back.jpg);
  width:250px;
  height:100%;
  top:0;
  z-index:2;
  }
  
*html #leftWrapper{
	padding-right:0px;
}


.contentImg{
	width:520px;
	margin:0 0 42px 0;
	padding:0;
	background-color:#363636;
	}
	
.contentImgUntitled{
	width:520px;
	margin:0 0 6px 0;
	padding:0;
	background-color:#363636;
	}		


/* end BG image */

/* hide an move elements not for the default display */
.hide{
	position:relative;
	left: -10000000px;
	display:none;
}
/* end */

/* IE styles */
/* * html div#leftWrapper {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}
* html,* html body{ /* this fake fixed BG stops the bit above jumping around in IE */
/*    background: #000 url(foo) fixed;
}
* html div#contentWrapperHome{
	margin-left:365px;
}
* html div#contentWrapper{
	margin-left:365px;
}
* html div#address{
	height:500px; */ /* specify height here to make white all the way down in IE - causes endless scroll */
/* } */
*html #leftWrapper{
	position:relative; 
	height:100%; 
	width:250px;
	top:0px;
	 background:url(../images/menu_esq_back.jpg);
}
* html div#leftWrapper #logo  {
	height:150px; 
	width: 240px; 
	position: relative;
	margin-right:18px;
}
/* * html div#leftWrapper #fix_IE  {
	height: auto; 
	width: 80%; 
	position: relative; 
	margin: 0 -10000px -10000px 0;
	float: left;
}*/
* html div#leftWrapper {
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop : document.body.scrollTop);
}
* html,* html body{ /* this fake fixed BG stops the bit above jumping around in IE */
    background: #000 url(foo) fixed;
	height:100%;
}

*html div#contentWrapper{
	margin-left:250px;
	top:0px;
	background-color:#363636;
}


/* end IE styles */