body {
	margin: 0px;
	background-color: #684c27;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.topCorner {
	background-image: url(images/top_corner.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.lightBG {
	background-color: #ebe9cb;
}
.body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	font-style: italic;
}
.bottomCorner {
	background-image: url(images/bottom_corner.png);
	background-repeat: no-repeat;
	background-position: top;
}
.footerText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #b4a693;
}
a:link {
	color: #663300;
}
a:visited {
	color: #3CC;
}
a:hover {
	color: #F00;
}
a:active {
	color: #000;
}

