@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
}

/* CSS Document */

#container {
	width: 900px;
	background: #FFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#banner {
	position: relative;
	background-color: #660;
	height: 175px;
	width: 900px;
}

#banner_text1{
	position: absolute;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	float: none;
	text-align: left;
	overflow: auto;
	/*padding: 10px;*/
	height: 100px;
	width: 600px;
	left: 10px;
	top: 5px;
	background-color: #660;
}
#banner_text1 h1{
	font-size: 60px;
	margin-top: 1px;
	margin-bottom: 1px
}

#banner_text2{
	position: absolute;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	float: none;
	text-align: left;
	overflow: auto;
	/*padding: 10px;*/
	height: 50px;
	width: 750px;
	left: 10px;
	top: 80px;
	background-color: #660;
}
#banner_text2 h2{
	font-size: 26px;
	margin-top: 1px;
	margin-bottom: 1px
}

#JJT_menu {
	position: absolute;
	bottom: 10px;
	left: 122px;
}

#main {
	position: relative;
	height: 700px;
	width: 900px;
	background-color: #FFC;
}

#news_text {
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: none;
	text-align: left;
	overflow: auto;
	padding: 10px;
	height: 680px;
	width: 300px;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center center;
	background-attachment: scroll;
	right: 0px;
	top: 5px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#news_text h3{
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}

#news_text p{
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 18px;
}

#horses {
	position: absolute;
	height: 231px;
	width: 250px;
	left: 325px;
	top: 350px;
}
#footer {
	position: relative;
	height: 100px;
	width: 900px;
	background-color: #660;
	color: #000;
}
#footer_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #660;
	text-align: center;
	line-height: 1.2px;
	position: absolute;
	top: 15px;
	width: 900px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#footer_text h2{
	font-size:16px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-decoration: none;
}
#footer_text h3{
	font-size:12px; 
	margin: 0 auto;
}
