

.CTitle
{
	font-size: 1.6em;
	font-family: Arial;
	font-weight:bold;
	color: #8E271E;
	letter-spacing: 0.1em;
}

a
{
	font-weight:bold;
	text-decoration:none;
	color: #8E271E;
}

a:hover
{
	font-weight:bold;
	text-decoration:underline;
	color: #8E271E;
}

.UITop
{
	background-color: #D94B1B;
}

.UIBackground
{
	background-color: #C6E8E7;
}

.UIMenuContainer
{
	background-color:#ffffff;
}

.UIMenuItem
{
	background-color: #736356;
}

.UIMenuItemAlt
{
	background-color: #4B4137;
}

.UIContentContainer
{
	font-size:0.8em;
	font-family: verdana;
	color:#000000;
	padding:15px;
	border: solid 1px #4E443D;
	background-color:#ffffff;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

.UIContent
{
	font-size:1.0em;
	font-family: verdana;
	color:#000000;
	background: #ffffff;
}

img.UIContent, .UIContent img, img.UIContentContainer, .UIContentContainer img
{
	position:relative;
}

.UIArtContainer
{
	background-color: #76675C;
	background-repeat: repeat-y;
}

.UIGuestBookItemDetail
{
	color:#ffffff;
	border: solid 1px #4C4139;
	background-color: #736357;
	border-right: 0px;
}
.UIGuestBookItemDetail a
{
	font-weight:bold;
	text-decoration:none;
	color: #ffffff;
}

.UIGuestBookItemDetail a:hover
{
	font-weight:bold;
	text-decoration:underline;
	color: #ffffff;
}
.UIGuestBookItemMessage
{
	border: solid 1px #4C4139;
}

.UINewsItem
{
	color:#ffffff;
	border: solid 1px #ffffff;
	border-top: 0px;
	border-left: 0px;
	background-color: #736357;
}
.UINewsItemDate
{
	color:#ffffff;
	padding: 5px;
	border: solid 1px #ffffff;
	border-top: 0px;
	border-right: 0px;
	background-color: #736357;
}

.UINewsItemAlt
{
	color:#ffffff;
	border: solid 1px #ffffff;
	border-top: 0px;
	border-left: 0px;
	background-color: #4C4139;
}
.UINewsItemDateAlt
{
	color:#ffffff;
	padding: 5px;
	border: solid 1px #ffffff;
	border-top: 0px;
	border-right: 0px;
	background-color: #4C4139;
}

.UINewsItem a, .UINewsItemAlt a
{
	font-weight:bold;
	text-decoration:none;
	color: #ffffff;
}

.UINewsItem a:hover, .UINewsItemAlt a:hover
{
	font-weight:bold;
	text-decoration:underline;
	color: #ffffff;
}