body {
	background: #000000;
}
#container {
	height: 1000px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: #00FFFF;
}
a:link {
	font-size: 18px;
	color: #000099;
	text-decoration: none;
}
a:hover {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-size: 18px;
	color: #000099;
	text-decoration: none;
}

#header {
	height: 181px;
	width: 760px;
	background: url(../../Images/hornet760X181.jpg) no-repeat center center;
}
#info {
	height: 220px;
	width: 760px;
	font-size: 18px;
	color: #FF0000;
}
#lftcol {
	height: 400px;
	width: 760px;
	font-size: 18px;
	color: #FF0000;
}

