@charset "utf-8";

body  {
	font: 100% Arial, sans-serif;
	background-color: #CCC;
	background-image:url(../images/holidays/fallingsnow.gif);
	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;
}

#leftbox {
	background-color: #EBEBEB;
	margin-bottom: 10px;
	border: 1px solid #BDBDBD;
	padding: 0px;
	margin-top: 0px;
	height: 1%;
}
.titleblock1 {
	background-color: #FFFBF0;
	background-image: url(../images/graphics/gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.titleblock2 {
	background-color: #FFFBF0;
	background-image: url(../images/graphics/gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	height: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#rightbox {
	background-color: #EEEEEE;
	margin-bottom: 15px;
	border: 1px solid #BDBDBD;
}
#horses {
	height: 237px;
	width: 400px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#gallery {
	margin-bottom: 25px;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 136px;
	background-color: #000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	border: 1px solid #000;
} 
