body
{
  margin: 0px;
  background-image: url(../images/background.jpg);
  background-repeat: repeat-x;
  background-color: #eeeeee;
  	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}

#headerContainer {
	background-color: 2A5F2B;
	background-image: url(../images/header.gif);
	height: 140px;
	width: 780px;
	margin: 9px auto 0px auto;
	position: relative;
}

#nortonGroveTitle
{
  position: absolute;
  top: 41px;
  left: 28px;
}

#nortonGroveAddress
{
  position: absolute;
  left: 27px;
  top: 76px;
}

#mapButton
{
  position: absolute;
  left: 383px;
  top: 79px;
}

#email
{
  position: absolute;
  left: 488px;
  top: 74px;
}

#telephone
{
 position: absolute;
 left: 539px;
 top: 56px;
}

#navContainer
{
  position: relative;
  width: 780px;
  margin: 5px auto 0px auto;
  height: 32px;
}

#bodyContainer
{
	background-color: #ffffff;
	background-image: url(../images/bg-maincontainer.gif);
	width: 756px;
	margin: 0px auto;
	position: relative;
	background-repeat: repeat-x;
	padding: 0px 12px;
}

.pageTitle
{
  margin-top: 23px;
  margin-left: 4px;
}

.pageTitleHome
{
  margin-top: 23px;
  margin-left: 0px;
}

.subTitle
{
  margin-left: 4px;
}

#subnavContainer
{
  margin: 20px 0px 18px 0px;
}

#horseDataContainer
{
  position: relative;
  height: 366px;
  margin: 12px auto;
  width: 748px;
}

#horseImage
{
  position: absolute;
  right: 0px;
  top: 0px;
}

#horseDescription
{
  position: absolute;
  top: 0px;
  left: 1px;
}

#horseData
{
  position: absolute;
  top: 183px;
  left: 0px;
}

#footerContainer
{
  position:relative;
  width: 756px;
  background-color: #ffffff;
  padding: 40px 0px 25px 0px;
  margin: 0px auto 20px auto;
  text-align: center;
  color: #aaaaaa;
  font-size: 14px;
}

#footerContainer a:link, #footerContainer a:visited
{
  color: #A0751F;
  text-decoration: none;
}

#footerContainer a:hover
{
  text-decoration: underline;
}

#homeLeftBox
{
	width: 340px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	float: left;
	position: relative;
}

#homeRightBox
{
  position: relative;
  width: 380px;
  float: right;
  margin-top: 24px;
  margin-right: 10px;
}

#homeThumbsBox
{
  position: relative;
  width: 380px;
  margin-top: 38px;
  height: 113px;
}

#homeThumb1
{
  position: absolute;
  top: 0px;
  left: 30px;
}

#homeThumb2
{
  position: absolute;
  top: 0px;
  right: 0px;
}

a:link, a:hover, a:visited
{
  color: #A0751F;
}
