.banner {
	position: absolute;
	z-index: 5;
	height: 205px;
	width: 750px;
	left: 0px;
	top: 0px;
}
.navbar {
	position: absolute;
	z-index: 10;
	height: 294px;
	width: 152px;
	left: 0px;
	top: 205px;
}
.bannerimage {
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #ffffff
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #ffffff
	border-right-wdith:0px;	
	border-right-style: none;
	border-right-color: #ffffff
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.content {
	position: absolute;
	z-index: 15;
	height: 294px;
	width: 598px;
	left: 152px;
	top: 205px;
	padding-left: 20px;
	padding-top: 20px;
}
.button {
	border: 1px double #000000;
}