@charset "iso-8859-1";

body {
	margin: 0;
	font-family: verdana;
	text-align: center;
}

table.main {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
  margin-bottom: 0px;
	border: 1px solid #6b6a18;
	width: 900px;
	height: 100%;
}

table.main td.left {
	width: 60px;
}

table.main td.middle {
	vertical-align: top;
	width: 780px;
}

table.main table.content {
	width: 100%;
	height: 100%;
}

table.main table.content td.left {
	background-color: #6b6a18;
	width: 150px;
}

table.main table.content td.left table.menu {
	width: 100%;
	height: 100%;
	border: 0;
}

table.main table.content td.left table.menu td.menu {
	vertical-align: top;
	text-align: center;
	border: 0;
}

table.main table.content td.left table.menu td.pic {
	vertical-align: top;
	text-align: center;
	height: 250px;
	border: 0px;
	padding-top: 15px;
}

table.main table.content td.right {
	padding-left: 10px;
	width: 630px;
	
}
table.main table.content td.right td.content {
	text-align: justify; 
	vertical-align: top;
	padding-top: 50px;
}

table.main table.content td.right td.content a {
	font-size: 14px;
	color: #6b6a18;
	text-decoration: none;
}

table.main table.content td.right td.content a:hover {
	color: #908b2e;
}

table.main td.right {
	width: 60px;
}

table.main td.right table.middle {
	width: 100%;
	height: 100%;
	border: 0;
}

table.main td.right table.middle td.pic {
	height: 58px;
	border: 0px;
	text-align: center;
}
	
table.main td.right table.middle td.pic_aku {
  border: 0px;
  vertical-align: middle;
  text-align: left;
  width: 45%;
}

table.main td.right table.middle td.pic_denis
  border: 0;
  padding-right: 0px;
}

table.main td.right table.middle td.pic_neula {
 	border: 0px solid;
  vertical-align: middle;
  text-align: center;
  width: 10%;
}

table.main td.right table.middle td.pic_perin {
 	border: 0px;
  vertical-align: middle;
  text-align: right;
  width: 45%; 
}

table.main td.right table.middle td.pic_personal {
  text-align: right;
}

table.main td.right table.middle td.pic_personal img {
  border: 1px solid #000;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	border-top: 5px solid #6b6a18; 
	border-bottom: 5px;
	border-left: 5px solid #6b6a18; 
	border-right: 5px solid #6b6a18; 
	margin: 5px 5px 5px 5px;
}

li a.selected {
	background-color: #000;
}

li a {
	display: block;
	padding: 10px 1px 10px 4px;
	background-color: #7a7822; 
	color: #ffffcc;
	border: 0;
	font-size: 15px;
	font: verdana;
	font-weight: bold;
	width: auto;
	text-decoration: none;
}

li a:hover {
	background-color: #908b2e;
	color: #6b6a18;
	text-decoration: none;
}


