/* ########## EXHIBIT HALL SUPPLIER"S PAGE STYLES ########## */

body {
	background-color: #ffffff;
	background-image: none;
	color: #000000;
}

p.descript{
	border-bottom: 1px dotted #000000;
	padding-bottom: 2em !important;
	margin-bottom: 2em;
}

div#headmast {
	background-color: transparent;
	background-image: none;
	border-bottom: none;
}

div#headmast h1 {
	float:none;
	margin: 3em 1em 2em .25em;
	color: #000066;
	background: #ffffff;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
}

div#wrapper {
	float: none; 
	width: 100%;
	background: #ffffff;
	color: #000000;
} /*** Must enclose both cols. ***/

#content {
	/*margin-bottom: 2%;*/  /* deleted cos causes bug in ie */
	margin-right: 0%;
	margin-left: 0%;
	padding: 0;
	background: #ffffff;
	color: #000000;
	font-size: 85%;
	width: auto;
	border-bottom: 15px solid #ffffff;
/*border-right: 1px dotted #ccc;*/
} 

ul#nextback {
	margin-top: 3em;
}