@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% georgia, sans-serif;
	line-height: 1.2;
	color: #555753; 
		text-align: center; 
	margin: 0; 
	padding: 0;
	min-width: 610px;
	
	
	}
	/* specific dividers */
	#container { 
width: 600px; margin: 0 auto; 
	padding: 0 100px 0 100px;  
	position: relative;
	text-align: left;
	}
	#intro { 
	min-width: 600px;
	}
	#heading{
	width: 600px;
}
	#racefacts {
	margin: 0;
	padding: 30px;
	width: 350px; 
	float: left;
	font-size: 14px;
	background-color: #ffffff;
	}
	#racelinks {
margin-left:420px;
padding: 11px;
font-size: 14px;
background-color: #ffffff;
border-left: medium solid #99ccff;
}

	#bottom {
	min-width: 600px;
	margin: 0px;
	}
	
	#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

