@charset "utf-8";
/* CSS Document */

body {
	background-color: #795738;
	background-image: url(img/body-bgr.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9a795b;
	font-size: 11px;
	vertical-align: middle;
}
a {
	color: #9a795b;
	border: 0px;
	text-decoration: underline;
}
img {
	border: 0px;
}

.main-table {
	background-color: #ede3c4;
	background-image: url(img/main-tbl-bck.jpg);
	background-repeat: repeat;
	margin-top: 10px;
	padding-right: 5px;
	width: 900px;
	border: 2px solid #8c7057;
	vertical-align: top;
}
.menu-div {
	text-align: right;
	margin: 10px;
}
.menu-div div {
	margin-bottom: 5px;
	margin-top: 5px;
}
.menu-div a {
	font-size: 17px;
	color: #9a795b;
	text-decoration: none;
	font-weight: normal;
	/*padding-left: 15px;*/
}
.menu-div a:hover {
	color: #795738;
	font-weight: normal;
	/*background-image: url(img/menu-sel.gif);*/
	background-position: left;
	background-repeat: no-repeat;
}
.logo-div {
	position: relative;
	height: 131px;
	width: 340px;
	right: 0px;
	top: 0px;
}
.sub-menu {
	text-align: left;
	font-size: 14px;
	color: #9a795b;
	text-decoration: none;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sub-menu a {
	font-size: 14px;
	color: #9a795b;
	text-decoration: none;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
}
.sub-menu a:hover{
	color: #9a795b;
	text-decoration: underline;
}
.main-img {
	text-align: center;
}
.small-pics {
	margin-top: 10px;
	margin-bottom: 10px;
}
.contacts {
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #ac987c;
	font-size: 11px;
}
.contacts a{
	color: #ac987c;
}
.contacts strong{
	margin-right: 20px;
}

.header {
	margin:10px; 
	margin-left: 120px; 
	font-size:16px; 
	text-align:justify;
}
