
body {
	font-size: 13px;
	background: #333333;
	background-image:url(images/grey-satin-wood-fill.jpg);
	/*background-image:url(images/autumn-forest-tile.jpg);*/ 
	/*background-image:url(images/snowflakesBackgroundSilver.jpg);*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #660000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #333333;
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #nav 
{
font-size: 15px;
text-align: center;
font-family:Arial, Helvetica, sans-serif;
background-color: #CCCCCC;
}

h1             
{
color:#660000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:28px;
}

h2             
{
color:#660000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
}

h3             
{
color:#660000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

h4             
{
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

a:link {
	color: #660000;
}
a:visited {
	color: #660000;
}
a:hover {
	text-decoration: none;
	color:#990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

.footer
{
color:#000000;
font-size:9px;
}

.bold
{
font-weight:bold;
}

.adname
{
font-weight:bold;
}

.adtable
{
border-color:#660000;
border-width:medium;
}

.stallionlist
{
	line-height:24px;
}

.stallion-offspring
{
font-weight:bold;
line-height:24px;
}

.stallion-list-sold
{
font-weight:bold;
font-style:italic;
font-size:12px;
color:#0000FF;
}

.stallion-list-new
{
font-weight:bold;
font-style:italic;
color:#0000FF;
}

.stallion-list-sale
{
	font-weight:bold;
	font-style:italic;
	color:#00CC00;
}

.alphanav
{
letter-spacing:10px;
color:#660000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}

.photo-caption-floatright
{
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#666666;
	float:right;
	margin: 0 0 10px 10px;
}

.photo-caption-floatleft
{
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#666666;
	float:left;
	margin: 0 10px 0 0;
}
