@charset "utf-8";
background {
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
}
.background {
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #C9B88A;
}
.shadow_left {
	background-image: url(../images/shadow_left.png);
	background-repeat: repeat-y;
}
.shadow_right {
	background-image: url(../images/shadow_right.png);
	background-repeat: repeat-y;
}
.menufont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
	white-space: normal;
	word-spacing: normal;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #5E553E;
}
.text {
	font-size: 14px;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	padding: 30px;
}
.picpad {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
