body {
	background-color: #C7BFC1;
	margin: 0;
}

body, td {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 20px;
}

table.main {
	background: url('images/bg_farm.jpg') top left no-repeat;
	background-color: #ECEBF8;
	border-left: #644A2D 1px solid;
	border-right: #644A2D 1px solid;
}

td.picture-column {
	text-align: center;
	padding-top: 300px;
}

td.info-top {
	background: url('images/infotable_top.gif') top left no-repeat;
	height: 14px;
}

td.info-left {
	width: 22px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/infotable_left.png') repeat-y;
}

td.info-left[class] {
	width: 22px;
	background: url('images/infotable_left.png') repeat-y; 
}

td.info-right {
	width: 20px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/infotable_right.png') repeat-y;
}

td.info-right[class] {
	width: 20px;
	background: url('images/infotable_right.png') repeat-y; 
}


td.info-text {
	background: url('images/bg_info.jpg') top left no-repeat;
	padding: 5px;
}

td.footer {
	text-align: center;
	font-size: 10px;
	color: #ddd;
	height: 12px;
	background-color: #644A2D;
	padding: 3px;
}

img.feature-pic {
	border: #644A2D 1px solid;
}

p.highlight, p.highlight a {
	color: #ddd;
	background-color: #644A2D;
	padding: 3px;
}

a {
	color: #644A2D;
}

a:hover {
	color: #fff;
	background-color: #644A2D;
	text-decoration: none;
}

h1, h2, h3 {
	color: #644A2D;
}

h1 {
	font-size: 22px;
	margin: 0;
}

h2 {
	font-size: 16px;
	background-color: #644A2D;
	color: #fff;
	padding: 3px;
}

h3 {
	font-size: 14px;
	font-style: italic;
	margin: 0;
}

span.fact {
	font-weight: bold;
	color: #644A2D;
}
span.relation {
	color: #644A2D;
	font-style: italic;
}

/* Image gallery */

#imagegallery {
	background-color: #C7BFC1;
}

#imagegallery td {
	text-align: center;
}

#imagegallery a {
	color: #644A2D;
}

#imagegallery a:hover {
	color: #fff;
	background-color: #644A2D;
	text-decoration: none;
}


/* Guestbook */

#guestbookdata {
	padding: 5px;
	background-color: #fff;
}

.guestfooter {
	color: #FFF;
	background-color: #644A2D;
	padding: 5px;
	text-align: center;
}

#name {
	font-weight: bold;
}

#date {
	font-style: italic;
	text-align: right;
}

.guestfooter a {
	color: #fff;
}

#signguestbook {
	padding: 5px;
	background-color: #fff;
}


div.body {
	background-color: #fff;
	padding: 5px;
}
