@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.menuseparator {
	font-family: Verdana;
	font-size: 7pt;
	color: #c1977b;
}
.deflink {
	font-family: Verdana;
	font-size: 8pt;
	color: #b17748;
	font-weight:bold;
	text-decoration:none;
}
.deflink:hover {
	color: #ffffff;
	text-decoration:none;
}
.copyright {
	font-family: Verdana;
	font-size: 7pt;
	color: #ccbbb0;
}





