* {
	padding: 0px;
	margin: 0px;
}

body {
   background: #e4dcca;
   color: #000000;
   padding-top: 20px;
   text-align: center;
}

html, body, h1, h2, h3, h4, div, p, ul, li, input {
   font-family: Verdana, Arial, Helvetica;
}
input, textarea {
	margin-bottom: 10px;
}

a:link {
   background: #e4dcca;
   color: #003377;
}

a:visited {
   background: #e4dcca;
   color: #663366;
}

a:active {
   background: #e4dcca;
   color: #990000;
   text-decoration: none;
}
a.menu {
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}

a.lang {
	 background: #e4dcca;
}

span.ml {
	 color: #003377;
}

img.lang {
	border: 1px solid #000000;
}

div.pageBox {
	margin: auto;
	text-align: left;
	width: 800px;
	font-size: 80%;
}

div.headerBox {
	margin: auto;
	text-align: left;
	width: 800px;
	position: absolute;
}

div.bodyBox {
	margin: auto;
	width: 800px;
	background-color: yellow;
	position: absolute;
	margin-top: 67px;
}

div.menuBox {
	margin: auto;
	text-align: left;
	width: 651px;
	position: absolute;
	margin-top: 22px;
	margin-left: 149px;
}

div.faceBlack {
	margin: auto;
	text-align: left;
	width: 217px;
	position: absolute;
}

div.faceBlackBottom {
	margin: auto;
	width: 149px;
	height: 89px;
	position: absolute;
	margin-top: 552px;
	background-color: #231f20;
	z-index: -1;
}

div.mainContent {
	margin: auto;
	text-align: left;
	width: 366px;
	position: absolute;
	margin-left: 217px;
}

h1.mainTitle {
	position: absolute;
	margin-top: 10px;
	margin-left: 0px;
	font-size: 130%;
	font-weight: bold;
}

div.mainTextContent {
	margin-top: 64px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 44px;
}
div.addTextContent {
	margin-top: 84px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 44px;
}

td.nowrap {
	white-space: nowrap;
}

div.faceWhite {
	margin: auto;
	text-align: left;
	width: 217px;
	position: absolute;
	margin-left: 583px;
}

div.faceWhiteBottom {
	margin: auto;
	width: 149px;
	height: 89px;
	position: absolute;
	margin-top: 552px;
	margin-left: 651px;
	background-color: #ffffff;
}

div.langBox {
	margin: auto;
	width: 149px;
	height: 16px;
	position: absolute;
	margin-left: 82px;
	margin-top: 394px;
}

div.lvivBox {
	margin: auto;
	width: 149px;
	height: 150px;
	position: absolute;
	margin-left: 21px;
	margin-top: 465px;
}

table.menuContent {
	margin: auto;
	position: absolute;
	margin-left: 0px;
}

td.menuEncloser {
	margin: auto;
	display: inline;
	width: 16px;
	height: 23px;
	margin-left: 3px;
	margin-right: 3px;
}

td.menuContent {
	margin: auto;
	color: #000000;
	display: inline;
	height: 23px;
	vertical-align: super;
}

div.textItalic {
	font-style: italic;
}
span.textItalic {
	font-style: italic;
}
div.textSmall {
	font-size: 80%;	
}
li {
	font-size: 90%;	
	margin-left: 20px;
}

img.partner {
	padding-right: 10px;
	border: 0px;
}
img.archive {
	padding-right: 10px;
	border: 0px;
	float: left;
}
div.commentHead {
	background-color: #d0c0c0;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
}
div.commentBody {
	padding: 5px 5px 5px 5px;
}
input.simpleText {
	width: 100%;
}
input.simpleTextCode {
	width: 60px;
}
span.formLabel {
	padding-left: 5px;
}
span.error {
	color: #ff0000;
}