

#SPORTcontent {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.8em;
	border-left: thin solid Black;
	border-left-width: thin;
	border-right: thin solid Black;
	border-right-width: thin;
	border-top: thin solid Black;
	border-top-width: thin;
	border-bottom: thin solid Black;
	padding: 10px 1em 10px 15px;
	height: 600px;
}

#navSport  {
	color: Blue;
	background-image: url(../images/nav_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
}

#sports {
	position: relative;
	background-color: White;
	border: thick none Aqua;
	margin: 0px;
	padding: 0px;
}

#Tennis {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 48%;
	display: block;
	border: thin none Blue;
	margin: 0px;
	padding: 8px;
}

#Golf {
	position: absolute;
	top: 100px;
	left: 300px;
	width: 48%;
	display: block;
	border: thin none Fuchsia;
	margin: 0px;
	padding: 8px;
}

#Bowls {
	position: absolute;
	top: 190px;
	left: 10px;
	width: 48%;
	display: block;
	border: thin none Green;
	float: left;
	margin: 0px;
	padding: 8px;
}

#Croquet {
	position: absolute;
	top: 280px;
	left: 300px;
	width: 48%;
	display: block;
	border: thin none Red;
	float: right;
	margin: 0px;
	padding: 8px;
}

#Skiing {
	position: absolute;
	top: 360px;
	width: 48%;
	left: 10px;
	display: block;
	border: thin none Yellow;
	float: left;
	margin: 0px;
	padding: 8px;
}



