/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	}
	
p{
	margin:0px;
	padding:0px;
	}
	
.copy-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	}
	
.horse_name{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	font-style: normal;
	font-weight: bold;
	}
	
.top_bg{
	background:#3d8684 url(../images/top_bg.jpg) top repeat-x;
	}
	
.top_bg_1{
	background:url(../images/top_bg_1.jpg) top no-repeat;
	height:98px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:18px;
	padding-right:25px;
	}
	
.nav_bg{
	background:url(../images/nav_bg.jpg) top no-repeat;
	width:860px;
	height:60px;
	padding:0px 20px 0px 20px;
	}
	
.nav{
	width:860px;
	float:left;
	margin-top:20px;
	height:36px;
	}
	
.nav ul{
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
	list-style-type:none;
	}
	
.nav ul li{
	background:url(../images/nav_brd.jpg) top right no-repeat;
	float:left;
	text-align:center;
	line-height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding:0px 10px;
	
	}
	
.nav ul li a{
	/*background:url(../images/nav_brd.jpg) top right no-repeat;*/
	float:left;
	text-align:center;
	line-height:36px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	padding:0px 20px;	
	}
	
.nav ul li a:hover{
	/*background:url(../images/nav_brd.jpg) top right no-repeat;*/
	float:left;
	/*text-align:center;*/
	line-height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ae9666;
	padding:0px 20px;
	text-decoration:none;
	border-top:1px solid #fff;	
	}
	
.mid_bg_repet{
	background:url(../images/mid_bg_repet.png) repeat-y;
	behavior: url("images/iepngfix.htc");
	}
	
.mid_bg_top{
	background:url(../images/mid_bg_top.png) top no-repeat;
	}
	
.right_bg{
	background:url(../images/side_bg.png) top no-repeat;
	padding:10px 15px 8px;
	}
	
.heading_1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#fff;
	}
	
.heading_2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#43bfc7;
	}
	
.heading_3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	}
	
.heading_4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#43bfc7;
	}
	
.link{
	color:#ecaa1c;
	text-decoration:none;
	}
	
.link:hover{
	color:#ecaa1c;
	text-decoration:none;
	}
	
	
	
	
	
.footer_bg{
	background:#3d8684 url(../images/bttm_bg.jpg) bottom repeat-x;
	padding-bottom:25px;
	}
	
.footer_link{
	color:#fff;
	padding:0px 2px;
	text-decoration:none;
	}
	
.footer_link:hover{
	color:#fff;
	padding:0px 2px;
	text-decoration: underline;
	}

