html {
	width: 100%;
	height: 100%;
}

body {
	background-image: url(images/raceinfo_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	position: relative;
	width: 100%;
	height: 100%;	
}
#maincontainer {
	position: relative;
	min-width: 740px;
}
#header {
	background-image: url(images/raceinfo_horses.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content h1 {
	font-size: 1.8em;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #787447;
	color: #000000;
}
#content {
	position: relative;
	margin: 0px;
	padding-top: 5px;
	padding-right: 195px;
	padding-bottom: 50px;
	padding-left: 170px;
	min-height: 350px;
	min-width: 450px;		
}
#leftads {
	position: absolute;
	left: 25px;
	top: 300px;
	width: 120px;
	font-family: Verdana; 
	font-size: 11px; 
	line-height: 12px; 
	color: #333; 

}
#menu {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 145px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #FFFFFF;
}
*html #menu {
}
#menu li {
	display: inline;
}
#menu li a {
	display: block;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	color: #000000;
	border-bottom: 1px solid #777546;
	border-left: 1px solid #777546;
	border-right: 1px solid #777546;
}

#content p {
	margin-top: 0px;
	margin-bottom: 1.1em;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}
#content h3 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content h3 a:hover {
	text-decoration: underline;
}
#content h3 a {
	color: #7A7649;
	text-decoration: none;
}
#content #adspace2 {
	position: absolute;
	width: 150px;
	top: 0px;
	right: 5px;
	text-align: center;
}
#content #adspace {
	position: absolute;
	width: 150px;
	top: 0px;
	right: 5px;
	text-align: center;
}
#content #adspace img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#menu li a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#menu strong {
	color: #FFFFFF;
	background-color: #787447;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
#linkbar {
	position: bottom;
	left: 0px;
	bottom: 0px;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #787447;
	padding: 5px;
	margin: 0px;
	width: 99%;
	border-top: 5px solid black;	
}

#linkbar select {
	border: 1px solid #000000;
	margin-top: 0px;
	margin-bottom: 5px;
	float: left;
	margin-right: 10px;
}
#content #frmcalc {
	margin: 0px;
	padding: 5px;
	border: 1px dotted #787447;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#content #frmcalc #Table5 {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#content #frmcalc #Table5 th {
	color: #FFFFFF;
	background-color: #787447;
	font-weight: normal;
}
#content #frmcalc #Table5 input {
	border: 1px solid #787447;
	width: 90%;
}
#content #frmcalc #Table5 #Submit2 {
	color: #FFFFFF;
	background-color: #787447;
	border: 1px solid #000000;
	width: 100px;
	padding: 5px;
}
#content #frmcalc #Table5 strong {
	font-size: 1em;
}
