@charset "utf-8";
/* CSS Document */

h1 {
	font-family: "Century Gothic";
	font-size: 1.5em;
	font-weight: bold;
	color: #1B3C81;
}
p {
	font-family: "Century Gothic";
	font-size: 0.8em;
	color: #000000;
	font-weight: normal;
}
#maintext {
	background-color: #FFFFFF;
	float: right;
	width: 740px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
h2 {
	font-family: "Century Gothic";
	font-size: 1em;
	font-weight: bold;
	color: #720717;
}

#navpanel {
	background-color: #FFFFFF;
	float: left;
	width: 230px;
}
#banner {
	background-color: #FFFFFF;
	float: left;
	height: 220px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(Images/horsefloat%20world%20logo%203.jpg);
}
#toppicbox {
	background-color: #FFFFFF;
	float: left;
	height: 220px;
	width: 220px;
}

#picturepanel {
	background-color: #FFFFFF;
	float: left;
	height: 30px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: right top;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#bottompanel {
	background-color: #FFFFFF;
	float: left;
	height: 50px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center center;
}
#logo {
	background-color: #000000;
	float: left;
	height: 20px;
	width: 1000px;
}
#wrapper {
	background-color: #FFFFFF;
	margin: auto;
	width: 1000px;
}

