body *{
	font-weight: normal;
	font-size: 12px;
	font-family : 'Tahoma CE', 'Arial CE', 'Helvetica CE', Tahoma, Arial, helvetica, sans-serif;
}

body {
  color: #000;
  background-color: #fff;
  
  margin: 12px;
}

/* document centering*/
#all {
	width: 780px;
	border: none;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 0;
}

/*header images align*/
#header table{
	border-collapse: collapse;
	margin: 0;
}

#header table td{
	padding: 0;
	border: none;
}

#middle div{
	color: #fff;
	background-color: #000;
	text-transform : uppercase;
	font-size : 9pt;
	font-family : 'Verdana CE', 'Arial CE', 'Helvetica CE', Verdana, Arial, helvetica, sans-serif;
	margin: 0;
	text-align: center;

	font-weight: bold;
	letter-spacing: 0.3ex;
	
	position: relative;
}

/*animation formating*/
#middle2{
	top:-19px;
	visibility: hidden;
}

#middle3{
	top:-38px;
	visibility: hidden;
}

/* dimensions (matrjoska) */
#middle div.outer, #middle{
	height: 19px;
}

#middle div.inner{
	padding: 2px 9px;
}

#middle{
	overflow: hidden;
}


#content {
	width: 280px;
	margin: 12px 0;
	margin-bottom: 2px;
	
	float: left;
}

#content dt{
	font-weight: bold;

	width: 32ex;
	height: 15px;
	border: medium none;

	background-image: url('../images/corner.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-color: rgb(252,165,13);
	color: #000
}

#content dt a{
	text-decoration: none;
	font-weight: 900;
	padding: 1px 1ex;
}

#content dd{
	border-top:solid 3px rgb(252,165,13);

	margin: 0;

	padding: 0.25ex 1ex 1em;
}

#content dt a, #content dd{
	color: #333;
	background-color: transparent;
}

/* advertising images and spaces */
#advertising{
	text-align: center;
	
	clear: both;
	
	margin-top: 0;
}

#advertising a{
	border: 0px none;
	text-decoration: none
}

#advertising img{
	margin: 5px 6px;
	border: 0px none;
}

/* footer */
#footer{
	text-align: center;
	padding: 0.5ex 1em;
}

#footer, #footer *{
	background-color: rgb(252,165,13);
	color: #000;

	font-weight: 900;
	letter-spacing: 0.1ex;
}

/* navigation layout - buttons are created with image on background 
   there must be used correct image like paragraph background */
#navigation{
	height:410px;
	width: 490px;
	margin: 12px 0;
	margin-bottom: 2px;
	
	background-image: url('../images/hpobr.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;

	float: right;
}

#navigation .inner{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;

	font-size: 11px;
	font-weight: 900;
}

#navigation a{
	width: 154px;
	height: 26px;
	
	display: block;

	position: relative;
	
	background-image: url('../images/top_button.gif');
	background-repeat: no-repeat;

	text-decoration: none;
	color: #000;
	background-color: transparent;
	text-align: center;
	text-transform : uppercase;
	letter-spacing: 0.15ex
}

.division{
	display: none;
}

#link_update{
	top: -26px;
	left: 278px;
}

#link_add{
	left: 60px;
}