/* nav div (wraps the popout code and css) */
#nav
{
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em 0em;
	left: -1000px;
	display: none;
}
/* rightnav div */
#rightnav
{
	float: right;
	width: 180px;
	margin: 0;
	padding: 0em;
	font-size: 0.7em;
	line-height: 1.3em;
	text-align: left;
	display: none;
}

/* content div */
#content
{
	max-width: 36em;
	padding: 0px;
	width: 100%;
	position: absolute;
	clear: none;
	float: none;
	visibility: visible;
	left: 0px;
	top: 0px;
	margin: 0px;
}

/* footer div */
#footer
{
	clear: both;
	margin: 0;
	padding: 0em;
	color: #333;
	border-top: 1px solid gray;
	font-size: 0.6em;
	background-color: #FFFFFF;
	display: none;
}
#footer a {
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}
#header
{
	padding: 0em;
	background-color: #FFFFFF;
	margin: 0px;
	height: 150px;
	background-image: url(img/logo_headerb.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333333;
	position: relative;
	display: none;
}
#topnav {
	height: 25px;
	width: 350px;
	position: absolute;
	padding-left: 250px;
	text-align: right;
	font-size: 0.6em;
	top: 18px;
	display: none;
}
.imageLeft {
	float: left;
	padding: 8px;
}
