body {
	background-color: #29251E;
	text-align: center;
	margin: 0px;
}
.header {
	background-image: url(../layout/DelozierRanch_01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 72px;
}
.header2 {
	background-image: url(../layout/DelozierRanch_02.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 76px;
}
.header3 {

	background-image: url(../layout/DelozierRanch_03.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 76px;
}
.navbar {
	background-image: url(../layout/DelozierRanch_04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
.content {
	background-image: url(../layout/DelozierRanch_06.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
	padding: 20px 40px 40px;
}
.footer {
	background-image: url(../layout/DelozierRanch_07.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	text-align: right;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #29251E;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #D2CBA4;
}
.navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #D2CBA4;
}
.navlinks a:link {
	text-decoration: none;
	color: #D2CBA4;
}
.navlinks a:active {
	text-decoration: none;
	color: #D2CBA4;
}
.navlinks a:visited {
	text-decoration: none;
	color: #D2CBA4;
}
.navlinks a:hover {
	text-decoration: none;
	color: #F5CD54;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #D2CBA4;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: dotted;
	border-left-color: #29251E;
	border-right-width: 4px;
	border-right-style: dotted;
	border-right-color: #29251E;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #29251E;
	font-weight: bold;
}
.gallery {
	border: 2px solid #29251E;
}
.form {
	background-color: #29251E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ECE9D8;
	border: 1px solid #5E5C35;
}
fieldset {
	width: 100%;
	border: 2px dotted #29251E;
	padding: 20px;
	height: 100%;
}
.genentics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #D2CBA4;
}
#news {
	padding: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #29251E;
	height: 200px;
}
a:link, a:visited, a:active {
	color: #D2CBA4;
	text-decoration: underline;
}
a:hover {
	color: #F5CD54;
	text-decoration: underline;
}.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D2CBA4;
	text-decoration: none;
	text-align: center;
}
