* {
	padding: 0;
	margin: 0;
}

body {
	color:#bba;
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 140%;
}
#wrapper {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrappermodal {
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 950px;
	color: #333;
	padding: 10px;
	height: 144px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/spiritedweblogo.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	width: 880px;
	color: #333;
	margin: 0px;
	height: auto;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}

#contentmodal {
	width: 800px;
	color: #333;
	margin: 0px;
	height: auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#contenthome {
	width: 880px;
	color: #333;
	margin: 0px;
	height: auto;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}


#footer {
	width: 880px;
	color: #333;
	padding: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	clear: left;
}

/* Text Styling */

#contenthome h1, #contentmodal h1{
	letter-spacing:3px;
	text-transform:uppercase;
	font-family: 'Egyptienne F', Egyptienne, Georgia, serif;
	font-size: 200%;
	font-weight: bold;
	color: #549765;
	margin-bottom: 25px;
}
#content h1{
	letter-spacing:3px;
	text-transform:uppercase;
	font-family: 'Egyptienne F', Egyptienne, Georgia, serif;
	font-size: 200%;
	font-weight: bold;
	color: #549765;
	margin-top: 25px;
	margin-bottom: 25px;
}


a{color:#549765;text-decoration:none;outline:none;}
a:hover{
	color:#FF9900;
}

/* Gallery Style */
.caption{font-style:italic;color:#887;}
.slideshow{
	position:relative;
	margin: 0px;
	padding: 0px;
}
.gallery{
	width:970px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	.gallery li{
	width:68px;
	height:50px;
	margin: 0 2px;
	background:#fff;
}
	.gallery li div{
}
	.gallery li div .caption{
	font:italic 0.7em/1.4 georgia,serif;
	visibility: hidden;
}
	
	#main_image{
	height:440px;
	width:950px;
	background:white;
	padding: 0px;
	margin: 0px;
}
	#main_image img{margin-bottom:0px;}
	
	.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}
	.slideshow .gallery_unstyled li {
	list-style-type: none;
}

/* Menu */

#navigation {
	width: 980px;
	color: #333;
	padding: 0px;
	height: 160px;
	display: block;
	overflow: hidden;
	margin: 0px;
}
#navigation li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-image: none;
	list-style-type: circle;
}
#navigation a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	margin: 0px;
	padding-top: 160px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#navigation a:hover {
	background-position: 0 -160px;
}
#navigation a:active, #navigation a.current {
	background-position: 0 -320px;
}
#home a {
	width: 341px;
	height: 160px;
	margin-left: 0px;
	background: url(../images/sitedesign_01.png) top left no-repeat;
}
#horses a {
	width: 86px;
	height: 160px;
	margin-left: 0px;
	background: url(../images/navigation_02.png) top left no-repeat;
}
#daytrips a {
	width: 96px;
	height: 160px;
	margin-left: 0px;
	background: url(../images/navigation_03.png) top left no-repeat;
}
#packages a {
	width: 95px;
	height: 160px;
	margin-left: 0px;
	background: url(../images/navigation_04.png) top left no-repeat;
}
#accommodations a {
	width: 150px;
	height: 160px;
	margin-left: 0px;
	background: url(../images/navigation_05.png) top left no-repeat;
}
#gallery a {
	width: 87px;
	height: 160px;
	margin-left: 0px;
	background: url(../images/navigation_06.png) top left no-repeat;
}
#booknow a {
	width: 125px;
	height: 160px;
	margin-left: 0px;
	background: url(../images/navigation_07.png) top left no-repeat;
}
#wrapper #content p, #contenthome p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	line-height: 28px;
	color: #000000;
}
#wrapper #content .highlight, #contenthome .highlight {
	padding: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #938c66;
	border-bottom-color: #938c66;
	margin-bottom: 25px;
	font-size: 175%;
	color: #938c66;
	letter-spacing: -1px;
	font-family: 'Egyptienne F', Egyptienne, Georgia, serif;
}
#wrapper #content .fullwidth {
	position: relative;
	left: -50px;
	width: 980px;
}
#wrapper #content ul {
	margin-left: 25px;
	margin-bottom: 25px;
}
#wrapper #content #thumbnailgallery .boxed img {
	border: 25px solid #F0F0F0;
	margin-top: 25px;
	margin-right: 74px;
	margin-bottom: 25px;
	margin-left: 74px;
}
#wrapper #content #thumbnailgallery .boxed img:hover {
	border-top-color: #CDCDCD;
	border-right-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
	border-left-color: #CDCDCD;
}
#wrappermodal #contentmodal h2 {
	margin-top: 15px;
	margin-bottom: 15px;
}
#wrappermodal #contentmodal img {
	margin-top: 25px;
	margin-bottom: 25px;
}
#wrapper #content #thumbnailgallery .boxed {
	width: 440px;
	text-align: center;
	display: block;
	float: left;
}
#wrapper #content #rightcolumn {
	padding: 25px;
	width: 200px;
	float: right;
	margin-left: 25px;
	background-color: #C7C4B0;
}
#wrapper #content #rightcolumn h1 {
	font-size: 200%;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#wrapper #content #rightcolumn p {
	color: #FFFFFF;
	font-weight: bold;
}
#wrapper #content h2 {
	line-height: 26px;
	color: #938C66;
}
