BODY {font-size:90%;
	background:#8C5327;
	font-family: verdana, sans-serif;
	}

H1 {font-size:1.65em}  /* displayed at 24px */
H2 {font-size:1.35em}  /* displayed at 18px */
H3 {font-size:1.10em}  /* displayed at 15px */
H4 {font-size:1.0em}  /* displayed at 12px */

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #3f2f30;
}

h2.underline {
	border-bottom: 1px solid #3f2f30;
}

img{
	border: 0;
}

a {
	text-decoration: none;
	color: #895a40;
}

a:hover {
	text-decoration: underline;
}
.floatleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.floatright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;	
}
.clear { clear:both; }
.clearright { clear:right; }


.two_thirds { width: 60%;}

.center{
	text-align:center;
	
}

.alignright {
	text-align:right;	
}

.alignleft {
	text-align:left;
}

#container {
	width: 960px;
	margin: 0px auto 0px auto;;
	text-align: center;
	z-index: 10;
	position:relative;
	border: 1px solid #3f2f30;
	background: #FFFDE6;
}

#header {
	height: 145px;
	/*background-color: green;*/
}

#navigation {
	margin-top: 0px;
	/*background-color: blue;*/
	font-family: verdana, sans-serif;
	position:relative;
}

#navigation #google_translate_element {
	position:absolute;
	right:0px;
	top: 0px;
	padding: 5px;
	background: #593d27;
}

#navigation .goog-te-gadget {
	color: #FFFDE6;
}

#navigation a:hover {
	text-decoration: none;
}
#navigation .button {
	position: relative;
	width: 222px;
	height: 130px;
	/*background-color: pink;*/
	float:left;
	color: #ffffff;
	text-align: left;
}

#navigation .buttonveil {
	opacity: 0.0;
    filter:alpha(opacity: 0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
	width: 222px;
	height: 130px;
}

#navigation .buttonveil:hover{
	opacity: 0.4;
    filter:alpha(opacity: 40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
	background-color: #000000;
}

#navigation .label {
	position: absolute;
	bottom: 2px;
	left: 5px;
	text-decoration: none;
	font-size: 1.75em;
	color: #ffffff;
}


#navigation .buttonspacer {
	width: 4px;
	height: 1px;
	float:left;
}

#content {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	/*background-color: yellow;*/
}

#news {
	width: 200px;
	/*height: 318px;*/
	margin-left: 4px;
	padding: 0px 20px 20px 20px;
	float: right;
	border-left: 1px solid #3f2f30;
	text-align: left;
	z-index: 1000;

/*	background-color: orange;*/
}

#news .newsdate {
	font-size: .8em;
}

#news h1 {
		margin-top: 10px;
		
}

#landingtext {
	
	/*width: 370px;*/ 
	/*height: 320px;*/
	padding-right: 30px;
	padding-top: 10px;
	text-align: left;
/*	background-color: purple*/
}

#landingtext .visit_form {
	float: right;
	width: 220px;
	margin-right: 25px
}

#landingtext .visit_form input{
	display: inline;
	width: 220px;
}

#landingtext .visit_form input.text, #landingtext .visit_form textarea{
	border: none;
	border-bottom: 1px dashed;
}

#landingtext .visit_form textarea{
	width: 220px;
}

#gallery {
	text-align: center;
}

#aboutpagetext{
	text-align: left;
	margin: 0px auto;
	width: 500px;
	padding: 10px;
}

#contactpagetext{
	text-align: left;
	margin: 0px auto;
	width: 300px;
	padding: 10px;
}

#aboutpagetext h1{
	font-size: 1.5em;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
/*	height: 40px;*/
	text-align: center;
/*background-color: red;*/
}

#footer .footer_links a {
	font-size: 1em;
}
	

#footer a{
	padding: 0px 10px;
	font-size: 1.2em;
}

.summer_gallery {
	text-align: center;
}
.summer_gallery img {
	margin: 5px;
}

.horse_gallery .horse {
	float: left;
	width: 33%;
	text-align: center;
	margin: 0 0 20px 0;
}

.horse_gallery .horse .description {
	width: 66%;
	margin: 0px auto;
}
