body {
	background-color: #35211B;
	margin: 0;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FEFDE0;
}

table.frame {
	background-color: #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

td.header {
	height: 173px;
	background: url('images/header.jpg') top left no-repeat;
}

td.footer {
	height: 12px;
	font-size: 10px;
	text-align: center;
	padding: 5px;
}

table.info-text {
	background: url('images/info_bg.gif');
}

td.info-top {
	background: url('images/info_top.jpg') top left no-repeat;
}

td.right-column {
	padding: 5px;
	text-align: center;
}

td.info-bottom {
	background: url('images/info_bottom.gif') bottom left no-repeat;
	height: 7px;
}

.text {
	padding: 10px;
}

img.feature-pic {
	border: solid 1px #FEFDE0;
}

h1 {
	font-size: 22px;
	margin-bottom: 5px;
	color: #E28575;
}

h2 {
	font-size: 16px;
	background-color: #BC6F61;
	color: #fff;
	padding: 3px;
}

h3 {
	color: #E28575;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1.5;
}

span.fact {
	font-style: italic;
}
span.relation {
	font-style: italic;
}

a {
	color: #FEFDE0;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: #FEFDE0;
	color: #53342B;
	text-decoration: none;
}


/* Image gallery */

#imagegallery {
	background-color: #000;
}

#imagegallery td {
	text-align: center;
}

#imagegallery a {
}

#imagegallery a:hover {
}


/* Guestbook */

#guestbookdata {
	padding: 5px;
	background-color: #000;
}

.guestfooter {
	color: #FFF;
	background-color: #BC6F61;
	padding: 5px;
	text-align: center;
}

#name {
	font-weight: bold;
}

#date {
	font-style: italic;
	text-align: right;
}

.guestfooter a {
	color: #fff;
}

.guestfooter a:hover {
	text-decoration: underline;
	background-color: #BC6F61;
}

#signguestbook {
	padding: 5px;
	background-color: #000;
}


div.body {
	background-color: #000;
	padding: 5px;
}
