@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #e6e8db;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

#container{
	width:900px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#header{
	width:900px;
	height:150px;
}

#main_content{
	padding:40px;
}

#main_content #left{
	width:490px;
	float:right;
	padding-left:40px;
	border-left:1px solid #CCCCCC;
}

#main_content #right{
	width:200px;
	float:left;
	
}

.surf{
}

.equine_therapy{
}

.thumbnail{
	width:200px;
	height:150px;
	float:left;
	display:block;
	padding:3px;
	border:1px solid #CCCCCC;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0;
	background-color:#b9bd9b;
}

.thumbnail:hover{
	background-color:#4A728E;
}

ul{
	margin-top:0;
	margin-left:-25px;

}

ul li{
	font-size:12px;
	list-style:none;
	border-bottom:thin double #666666;
	padding:5px 0 5px 0;
}
ul li.header:hover{
	background-color:transparent;

}
ul li:hover{
	display:block;
	background-color:#e6e8db;
	color:#e6e8db;
}

a:link, a:visited{
	color:#4A728E;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:active{
	color:#979b7d;
	text-decoration:none;
}

/*HEADERS*/

h1{
	margin-top:0;
	font-size:20px;
	color: #4A728E;
	padding-bottom:20px
}

h2{
	font-size:16px;
	color: #4A728E;
	padding-bottom:20px
}

ul li.header{
	font-size:16px;
	color: #4A728E;
	padding-bottom:20px
}

h3{
	font-size:15px;
	color: #4A728E;
}

h4{
	font-size:14px;
	color: #4A728E;
}

h5{
	font-size:13px;
	color: #4A728E;
}
