@charset "utf-8";
.background {
	background-image: url(images/design_background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.backgroundtop {
	background-image: url(images/design_backgroundtop.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #372D23;
}
a.text:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #7C1E05;
}
a.text:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #7C1E05;
}
a.text:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

a.text:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #7C1E05;
}
