a img {
	border: 0;
}

body {
	background-color: #FFFFFF;
	
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center; /* for IE */
	
}

body > #wrapper {
	height: auto;
	min-height: 100%;
}

html	{
	font-size: 100%;
}

html, body {
	height: 100%;
	margin:0;padding:0;
}

label {
	cursor: pointer;
}

#wrapper {

	width: 950px;
	background: url(/Web/DUG2009GenConf.nsf/side-nav-buttons.gif) #FFFFFF top left no-repeat;
	
	height: 100%;
	margin: 0 auto;
	position: relative;
	text-align: left; /* counter the body center */
	padding-bottom: 150px; /* so this and the footer don't overlap */
	
	min-height:100%;margin-bottom:-50px;height:auto;  /* jjl fix */
}


* html #wrapper{height:100%;}



.nowrap {
	white-space: nowrap;
}

.clear {
	clear: both; 
	font-size: 1px; 
	height: 1px;
}

hr {
	background-color: #D3D3D3; /* gray */
	border-style: none;
	color: #D3D3D3; /* gray */
	height: 1px;
	margin: 6px 0;
}


}