@charset "UTF-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #150b50;
	height: auto;
	background-color: #150b50;
}
.oneColFixCtrHdr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fffef0;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana;
	height: auto;
	vertical-align: middle;
	padding: 0 20px;
}
.oneColFixCtrHdr #header {
	height: 175px;
	background-color: #fffef0;
	background-image: url(../images/horselogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 15px;
	border-style: none;
}
h1   {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "ExPonMM_175 LT";
}
h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Euphemia UCAS Italic";
	color: #24300a;
}
h3 {
	margin: 0;
}
.oneColFixCtrHdr #mainContent {
	background: #fffef0;
	height: auto;
}
#footer  {
	padding: 5px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fffef0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	height: 175px;
	width: 820px;
	background-image: url(../images/horsefooterlogo.jpg);
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #150b50;
}

a  {
	color: #660000;
	text-decoration: none;
	width: 130px;
	height: 40px;
	display: inline;
}
a:hover, a:active  {
	color: #3333CC;
	text-decoration: underline;
}
#ul {
	text-decoration: none;
	list-style-type: none;
	width: 340px;
	font-size: 120%;
	line-height: 200%;
	float: left;
	height: 250px;
	vertical-align: middle;
	padding: 20px 0 0 0;
	overflow: visible;
}
#li {
	text-indent: 25px;
	text-align: left;
	text-decoration: none;
}
#ul  a {
	font-size: 85%;
	color: #324300;
	line-height: 150%;
	text-decoration: none;
}
#ppl {
	margin: 0 0 0 0;
	padding: 0px;
	height: 25px;
	width: 200px;
}
#flash {
	display: block;
	clear: none;
	float: left;
	height: 275px;
	width: 250px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0 70px;
	overflow: visible;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#text {
	float: left;
	height: 105px;
	width: 780px;
	text-align: center;
	padding: 0 20px 0 0;
	overflow: visible;
}

.mbf-item { display: none; 
}

#navigation {
	border-style: none;
	text-decoration: none;
	display: block;
	height: 45px;
	width: 820px;
	margin-top: 15px;
	overflow: visible;
	padding-right: 20px;
}
#nav li {
	font-size: 40px;
	border-style: none;
	list-style-type: none;
	display: inline;
}

#nav a {
	border-style: none;
	height: 40px;
	width: 130px;
}

#nav a:hover, a:active {
	border-style: none;
	text-decoration: none;
}
#sketches a {
	border-style: none;
	width: 155px;
	height: 40px;
	background-color: transparent;
	}
#sketches a:hover {
	border-style: none;
	width: 155px;
	height: 40px;
	background-color: #999FFF;
	}
#silk a {
	border-style: none;
	width: 155px;
	height: 40px;
	background-color: transparent;
	}
#silk a:hover {
	border-style: none;
	width: 155px;
	height: 40px;
	background-color: #999FFF;
	}
#oil a {
	border-style: none;
	width: 155px;
	height: 40px;
	background-color: transparent;
	}
#oil a:hover {
	border-style: none;
	width: 155px;
	height: 40px;
	background-color: #999FFF;
	} 
#murals a {
	border-style: none;
	width: 155px;
	height: 40px;
	background-color: transparent;
	}
#murals a:hover {
	border-style: none;
	width: 155px;
	height: 40px;
	background-color: #999FFF;
	}
#rokanimart a {
	border-style: none;
	width: 155px;
	height: 40px;
	background-color: transparent;
	}
#rokanimart a:hover {
	border-style: none;
	width: 155px;
	height: 40px;
	background-color: #999FFF;
	}
#txtbg {
	width: 800px;
	height: auto;
	padding: 2px 10px 0 10px;
	}

