body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #b93b22;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-size: 13px;
	color: #3a2919;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.menubg {
	background-image: url(images/menubg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #faf6ed;
}
.bg_top {
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.leftside {
	background-image: url(images/leftside.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightside {
	background-image: url(images/rightside.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.footer {
	font-size: 11px;
	color: #b21d02;
	text-decoration: none;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #cf4d1a;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #cf4d1a;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.hinnat_title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0d6be;
	font-weight: bold;
	color: #cf4d1a;
	text-decoration: none;
}
.retket {
	font-size: 12px;
	background-color: #FCFAF5;
	border-top: 1px solid #e0d6be;
	padding: 8px;
}
a:link {
	color: #2e92c0;
	text-decoration: none;
}
a:visited {
	color: #2e92c0;
	text-decoration: none;
}
a:hover {
	color: #2e92c0;
	text-decoration: underline;
}
a:active {
	color: #2e92c0;
	text-decoration: underline;
}
