html {
	min-width: 780px;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/redback.jpg);
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #999999;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-face-color: #999999;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #666666;
	
}

.box {
	border: thin solid Black;
	margin: 10px 75px 10px 75px;
	padding: 10px;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.box1 {
	border: thin solid Black;
	margin: 15px 0px 10px 25px;
	padding: 4px;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #F5F5DC;
}
a:hover {color: blue;    background-color: E0E0E0;}

a:visited {color: blue;}

a:active {color: blue;}

p {
	margin-left: 20px;
	font-size: 14px;
}

H1 {
	border: thin solid Black;
	margin: 10px 100px 10px 100px;
	padding: 3px;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	background-image: url(images/redback.jpg);
}

.small {
	font-size: 12px;
	font: arial;
	}

.bgright {
	background-image: url(images/bg-right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.bgleft {
	background-image: url(images/bg-left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#nav
{
   width:749px;
	background-color:red;   
	}

#menu a {
	display: block;
	width: 100px;
	height: 30px;
	background: url("home.gif") 0 0 no-repeat;	
}
#menu a:hover {
   background-position: 0px -32px;
	color: #E9BE75;
      }	
#menu1 a {
	display: block;
	width: 140px;
	height: 30px;
	background: url("colts.gif") 0 0 no-repeat;
}
#menu1 a:hover {
   background-position: 0px -32px;
	color: #E9BE75;
      }			
#menu2 a {
	display: block;
	width: 140px;
	height: 30px;
	background: url("stud.gif") 0 0 no-repeat;
}
#menu2 a:hover {
   background-position: 0px -32px;
	color: #E9BE75;
      }			
#menu3 a {
	display: block;
	width: 129px;
	height: 30px;
	background: url("snapshots.gif") 0 0 no-repeat;
}
#menu3 a:hover {
   background-position: 0px -32px;
	color: #E9BE75;
      }
#menu4 a {
	display: block;
	width: 129px;
	height: 30px;
	background: url("contact.gif") 0 0 no-repeat;
}
#menu4 a:hover {
   background-position: 0px -32px;
	color: #E9BE75;
      }	
#menu5 a {
	display: block;
	width: 179px;
	height: 30px;
	background: url("mares.gif") 0 0 no-repeat;
}
#menu5 a:hover {
   background-position: 0px -32px;
	color: #E9BE75;
      }			
#menu6 a {
	display: block;
	width: 179px;
	height: 30px;
	background: url("links.gif") 0 0 no-repeat;
}
#menu6 a:hover {
   background-position: 0px -32px;
	color: #E9BE75;
      }		
#menu7 a {
	display: block;
	width: 179px;
	height: 30px;
	background: url("sale.gif") 0 0 no-repeat;
}
#menu7 a:hover {
   background-position: 0px -32px;
	color: #E9BE75;
      }				
label
{
width: 5em;
float: left;
text-align: right;
margin: 0 1em 10px 0;
clear: both
}

.input-box
{
	float: left;
	margin-bottom: 10px;
	color: #26a;
	background: #F5F5DC;
	border: #26a solid 1px;
}
.formtext {
	color:#000; 
	background:#F5F5DC; 
	border:1px #5b053f solid; 
	font: 1em arial,helvetica,sans-serif}
.formtext:focus  {background:#fff}
.input-box:focus {background:#fff}
.submit-button
{
clear: both;
color: #000;
background: white;
border: 2px #9cf outset
}

fieldset
{
border: #26a solid 1px;
width: 24em
}

legend
{
background: #fb0;
border: #26a solid 1px;
padding: 1px 10px
}
.space {
	margin-left: 200px;
}