#banner {
	height: 25px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	left: 0px;
	top: 5px;
	text-indent: 150px;
	position: absolute;
	visibility: visible;
	z-index: 5;
}
#logo {
	top: 5px;
	position: absolute;
	width: 50px;
	text-align: left;
	z-index: 10;
	left: 5px;
}
#content {
	margin-top: 100px;
	margin-left: 165px;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-right: 50px;
}


#navbar {
	height: auto;
	width: 160px;
	left: 0px;
	top: 100px;
	position: absolute;
}
