/* Main Page */
body
{
/* 	background-color: #E8CBE9; pink*/
	background-color: #FFFFB4;
	color: black;
	font-family: serif;
}
img
{	
	border: none;
}
h1
{
	font-size: 36pt;
	text-align: center;
}
a
{
	color: #007B5E;
}
a:visited
{
	color: #0000B7;
}
#header
{
	text-align: center;
}
#navbar
{
/* 	height: 30px; */
	border: 1px solid black;
	text-align: center;
}
#navbar a
{
	clear: none;
/* 	border: 2px solid black; */
/* 	height: 30px; */
	margin-left: 10px;
	margin-right: 10px;
	
	font-size: 16pt;
	font-family: sans-serif;
}
#content
{
	text-align: left;
	font-size: 14pt;
	font-family: serif;
	margin-top: 20px;
}
#intro
{
	text-align: center;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#intro h1
{
	font-size: 36pt;
	margin-bottom: 0px;
}
#intro h2
{
	font-size: 16pt;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* General-Purpose classes */
.wrapper
{
	text-align: center;
}

/* Horse Summaries */
.summary
{
/* 	border: solid black 1px; */
	padding-bottom: 80px;
	clear: both;
}
.summary h2
{
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}
.summary img
{
	float: left;
	clear: left;
}
.summary div.info
{
	clear: right;
}
.centered
{
	margin-left: auto;
	margin-right: auto;
}