html { 
	margin: 0; padding: 0; 
	/* overflow: hidden; */
}
body { 
	margin: 0;
	background: #222 url('banner.gif') no-repeat top left; 
	/* overflow: hidden; */
	font-family: Calibri, Arial, sans-serif;
}
img { 
	border: none; /* margin: auto; */ 
}

#nav {
	float: left;
	width: 100px;
	margin: 20px 0 0 90px;
}
#nav h5 {
	margin: 4px 0;
	padding: 0;
	font-size: 15px;	
	color: #ccc;
}
#nav a {
	display: block;
	text-decoration: none;
	color: #999;
	font-size: 14px;
	padding-left: 8px;
	-moz-outline-style: none;
}
#nav a:hover {
	text-decoration: underline;
	color: #bbb;
	-moz-outline-style: none;
}

#content {
	padding: 0 10px;
	white-space: nowrap;
	margin: 20px 0 0 0;
}
#content img {
	display: inline;
	margin: 0 10px;
}
#content p {
	font-size: 14px;	
	color: #ccc;
	width: 420px;
	white-space: normal;
}

#copyright {
	position: absolute;
	bottom: 2px;
	left: 90px;
	font-size: 12px;
	color: #555;
}

iframe {
	display: none !important;
}


