@charset "utf-8";
body {
	background-color: #7D7039;
	margin: 0px;
}
.contentbg {
	background-image: url(images/contentbg.jpg);
}
.contentbg-bot {
	background-image: url(images/contentbg-bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.content-top {
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/contentbg-top.jpg);
}
.menu {
	background-image: url(images/separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.sidemenu {
	background-image: url(images/line.jpg);
	background-repeat: repeat-x;
	height: 30px;
	background-position: bottom;
}
.textsmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #645439;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a48466;
}

.contenttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #483C29;
}
.title {
	text-align: right;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85582E;
}
.rightline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b49171;
}

.bigtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #85582E;
	text-decoration: none;
}
.bigtext:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #85582E;
	text-decoration: none;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #D0C399;
}

