/* Stylesheet for Green Hill Farm */


/* Fix for gaps in Firefox */

* {
	margin: 0;
}

body {
	text-align: center;
	vertical-align: text-top;
	margin: 0;
	background-color: #FFFFEC;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
}

.navbar {
	position: static;
	width: 750px;
	height: 50px;
	border-left: 3px solid #006600;
	border-right: 3px solid #006600;
}

.content {
	background-color: #FFFFEC;
	background-image: url(images/brangus2.png);
	background-repeat: no-repeat;
 	background-position: center;	
	width: 750px;
	height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	position: static;
	border-left: 3px solid #006600;
	border-right: 3px solid #006600;
	border-bottom: 3px solid #006600;
	text-align: left;
	text-indent: 0px;

}

