html, body {
	background-image: url(../img/bkg.jpg);
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-repeat: repeat;
}
#fullheight{ 
	height: 100%;
}
.cont-bkg {
	background-image: url(../img/cont-bkg.jpg);
	background-repeat: repeat-y;
}
.subtitlu {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffe5af;
}
.subtitlu2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #473621;
}
.menu {
	background-image: url(../img/menu-bkg.jpg);
	background-repeat: repeat-y;
}
.txt1 {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffe5af;
	text-decoration: none;
}
.txt2 {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #473621;
	text-decoration: none;
}
.link1 {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFE5B0;
	text-decoration: none;
	background-image: url(../img/bullet1.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left bottom;
}
.link1:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../img/bullet1.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left bottom;
}
.link2 {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #473621;
	text-decoration: none;
	background-image: url(../img/bullet2.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left bottom;
}
.link2:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../img/bullet2.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left bottom;
}
.border-p {
	border: 1px solid #483622;
}
.border-p:hover {
	border: 1px solid #FFE5B0;
}
.area{
	width: 300px;
	height: 100px;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #473621;
	text-decoration: none;
	background-color: #FFE5B0;
	border: 1px solid #473621;
}
.field{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #473621;
	text-decoration: none;
	background-color: #FFE5B0;
	border: 1px solid #473621;
}
.but {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #473621;
	text-decoration: none;
	background-color: #FFE5B0;
	border: 1px solid #473621;
}
.but:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFE5B0;
	text-decoration: none;
	background-color: #473621;
	border: 1px solid #473621;
}