/* CSS Document */

body{
background-image:url(../images/bkgrnd.jpg);
background-repeat:repeat;

}

.title{
	position:absolute;
	left: 290px;
	top: 6px;
	width: 360px;
	height: 60px;

}

.Horse1{
	position:absolute;
	width: 170px;
	height: 140px;
	left: 30px;
	top: 90px;
	border: medium solid #000000;
	
}

.Horse2{
	position:absolute;
	width: 170px;
	height: 140px;
	left: 41%;
	top: 90px;
		border: medium solid #000000;
}

.Horse3{
	position:absolute;
	width: 170px;
	height: 140px;
	right: 30px;
	top:90px;
		border: medium solid #000000;
}

.Horse4{
	position:absolute;
	width: 170px;
	height: 120px;
	left: 30px;
	top: 322px;
	border: medium solid #000000;
	
}

.Horse5{
	position:absolute;
	width: 170px;
	height: 120px;
	right: 30px;
	top: 322px;
	border: medium solid #000000;	
}

#horse{
	color:#FFCC33;
	font-weight: bold;
	}

.Content{
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFCC33;
	position:absolute;
	left: 219px;
	width: 55%;
	height: 327px;
	overflow:auto;
	padding:10px;
	scrollbar-3dlight-color:#191970;
	scrollbar-arrow-color:#00CED1;
	scrollbar-base-color:#000080;
	scrollbar-track-color:#1E90FF;
	scrollbar-darkshadow-color:#00BFFF;
	scrollbar-face-color:#00008B;
	scrollbar-highlight-color:#00FFFF;
	scrollbar-shadow-color:#191970;
	bottom: 0px;
}
#menu_text a:link, #menu_text a:visited{
	
	color:#FCDE65;
	font-weight: bolder;
	font-size: 24px;
	line-height: 28px;
}
.news{
	position:absolute;
	width: 100px;
	height: 30px;
	left: 60px;
	top: 240px;
}

.Contact{
	position:absolute;
	width: 100px;
	height: 30px;
	right: 60px;
	top:240px;
}

.forsale{
	position:absolute;
	width: 100px;
	height: 30px;
	left: 60px;
	top: 280px;
}

.Colours{
	position:absolute;
	width: 100px;
	height: 30px;
	right: 60px;
	top: 280px;
}

