html, body {
	margin:0px;
	padding:0px;
	position:relative;
	background-color: #FFF;
}


#all {
	text-align:left;
}

.head {
	display:block;
	height:380px;
	padding:1px;
}
.head table{
	height: 150px;
	width: 100%;
	background-image: url(images/fon_log.gif);
	color: #FFF;
}
#log_pic {
	background-image: url(images/fon_log_tit.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 230px;
	width: 100%;
}
#container {
	position:relative;
	display:block;
	border-left-width: 270px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#inner {
	display:block;
	position:relative;
	margin-left:-270px;
	padding:1px;
}

#left {
	float:left;
	position:relative;
	width:270px;
	left:0px;
}
#center {
	margin-left:280px;
	position:relative;
	display:block;
	height:1%;
	font-size: 18px;
	font-weight: bold;
}
.clear {
	clear:both;
}


.foot {
	display:block;
	height:20px;
	padding:1px;
	background-color: #999;
	text-align: center;
}

#spisok1 {
	list-style-type: square;
	list-style-position: inside;
}
#menu {
	width: 260px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 1px;
	border-width: 1px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu li a {
  	height: 32px;
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}

#menu li a:link, #menu li a:visited {
	color: #9E3C02;
	display: block;
	background: url(images/menu.gif);
	padding: 8px 0 0 30px;
	}

#menu li a:hover {
	color: #fff;
	background: url(images/menu.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}

#menu li a:active {
	color: #fff;
	background: url(images/menu.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}
	
#center h2 {
	text-align: center;
	margin-top: -4px;
	color: #F00;
	margin-bottom: 0px;
}

#center h2 a{
	text-align: center;
	text-decoration: none;
	color: #F00;
}

#center a{
	font-size: 18px;
	color: #C09;
	text-decoration: none;
}
	
	