@charset "utf-8";
/* CSS Document */
.wrapper {
	width: 100%;
	background-color: #170A0D;

}
.bkg {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	width: 900px;
}
.bodyfontbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7B7758;
	text-decoration: none;
}
.bodyfont {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #625E43;
	text-decoration: none;
}
.mtlink {
	font-family: Tahoma, Verdana, Arial, "Lucida Sans";
	font-size: 11px;
	color: #8B7254;
	text-decoration: none;
}



