*{
  font-family: Verdana, Geneva, sans-serif;
  color:#FFFFFF;
  font-size: small;
  padding: 0;
  margin: 0;}
body{
  text-align:center;
  min-width:80em;
  background-color:#999999;}
a:link{
  color: #15069B;}
a:visited{
  color: #450972;}
#container{
  width: 80em;
  margin:0 auto;
  text-align:left;
  background-color:#000000}
#header{
  background: url(../images/gracefulLogo.gif) no-repeat top center;
  border-bottom:3px solid #c1242b;
  width: 80em;
  min-width: 80em;
  height:158px;
  float: left;
  line-height: normal;}
#navigation	{
	display:block;
	width:14.5em;
	float:left;
	padding:0;
	clear:left;}
#navigation ul{
	font-weight:bold;
	list-style-type:none;}
#navigation a{
	color:#FFFFFF !important;
	display:block;
	border-bottom:3px solid #c1242b;
	text-decoration:none;
	text-indent:10px;
	padding:10px 0 10px 0;}
#navigation a:hover{
	color:#c1242b !important;}

/* To highlight left nav for current page */
#navigation a.navHere{
	color:#c1242b !important;}
<!-- end highlight -->
#contentContainer{
	float: left;
	width: 62em;}
#contentMain{
	background-color: #666666;
	min-height:58em;
	padding:.5em;
	float: left;
	width: 36em;
	line-height: 18px;}
#content2col{
	background-color: #666666;
	min-height:58em;
	padding:.75em;
	float: left;
	width: 56.5em;
	line-height: 18px;}
#contentSub {
	background-color: #000000;
	float: right;
	width: 25em;}
#footer{
	background-color:#000000;
	clear:both;
	text-align:center;}
#footer p{
	color:#575757 !important;}
h1{
	color:#000000;
	font-weight:bold;
	font-size:medium;}
img{
	border: 2px solid #c1242b;}
.pad5{
	margin:5px;}
.center{
	text-align: center;
	margin-top:.5em;}
.bullet{
	padding-left: 2em;}
.floatRight{
	float:right;}
.clearBoth{
	clear:both;}

/* Horse photo rollovers on horses.html */
.thumbnail{
position: relative;
z-index: 0;}

.thumbnail:hover{
background-color: transparent;
z-index: 50;}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #666666;
padding: 0px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: 60px; /*position where enlarged image should offset horizontally */}