div#banner {
	position: relative;
	left: 0px;
	top: 0px;
/*	display: inline; */
	height: 160px;
	width: 100%;
	padding: 0px; 
/*	border-color: red;
	border-style: dashed;
	border-width: thin; */
}

div#bannerleft {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 700px;
/*	border-color: lime;
	border-style: dashed;
	border-width: thin; */
}

div#bannermiddle {
	position: absolute;
	top: 0px;
	left: 101px;
	right: 101px;
	text-align: center;
	text-align: center;
	font-variant: small-caps;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 55px;
	color: red;
/*	border-color: blue;
	border-style: dashed;
	border-width: thin; */
}

div#bannerright {
	position: absolute;
	right: 0px;
	left: 700px;
	top: 0px;
}

div#bannerlinks {
	position: absolute; 
	top: 120px;
	left: 101px;
	right: 101px; 
	width: 75%; 
	text-align: center;
	font-size: 20;
/*	font-color: red; */
/*	font-size: 20px;
	border-color: red;
	border-style: dashed;
	border-width: thin; */
}
