@charset "utf-8";
body {
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #370000;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#container  {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/contbg.jpg);
	background-repeat: repeat-y;
	margin-top: 29px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	position: relative;
	height: auto;
}
#footer {
	background-color: #EAEBC1;
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	margin-left: 106px;
	width: 770px;
	margin-top: 30px;
	padding-top: 7px;
	height: 63px;
	text-align: left;
	font-size: xx-small;
	padding-right: 0px;
	padding-left: 10px;
}

#sidebar {
	float: right;
	position: absolute;
	left: 685px;
	top: 280px;
	height: 366px;
}


#head {
	background-color: #EDEEC5;
	background-image: url(../images/headbg.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 780px;
	margin-left: 106px;
}
#navbar {
	position: absolute;
	left: 377px;
	top: -3px;
	color: #170909;
	text-align: center;
	text-decoration: none;
	width: 510px;
	height: 43px;
	font-size: small;
}
#navbar  a {
	text-decoration: none;
	color: #200D0D;
}

.navcenter {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	color: #F2C077;
}
#firstMain {
	margin-left: 400px;
	margin-right: 114px;
	padding-right: 10px;
	margin-top: 60px;
}

#toppic {
	position: absolute;
	top: -31px;
	left: 0px;
	width: 395px;
}


#mainContent  {
	margin-left: 105px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: 313px;
	margin-top: 25px;
}
h1 {
	font-size: large;
	color: #000;
}
h2 {
	font-size: medium;
	color: #000;
}
a:link {
	color: #150B0B;
}
.linkstyle {
	color: #000;
}

a:visited {
	color: #4A2021;
}
a:hover {
	color: #E69B00;
}

#navbar a:hover {
	color: #E69B00;
}

a:active {
	color: #E69B00;
}


#mainContent table {
	border: medium solid #421A1B;
}
#mainContent table tr td {
	border: thin solid #421A1B;
	text-align: center;
}
.style1 {
	font-size: medium;
}
#coursesside {
	position: absolute;
	left: 683px;
	top: 268px;
	height: 1850px;
}

#horsedevside {
	position: absolute;
	left: 683px;
	top: 257px;
}

#contactside {
	position: absolute;
	left: 683px;
	top: 273px;
}

#scheduleside {
	position: absolute;
	left: 683px;
	top: 255px;
}
#aboutside {
	position: absolute;
	left: 683px;
	top: 251px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h3 {
	font-size: small;
	color: #000;
}
#forms {
	position: absolute;
	left: 689px;
	top: 2273px;
	height: 208px;
	margin-right: 0px;
	width: 196px;
}
.boldstyle {
	font-weight: bold;
}

