html {
	height: 100%;
	width: 100%;
}
body {
	background: rgb(229, 229, 229);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
}
#table_body {
	height: 100%;
}
#header {
	background: url("/images/head.png") no-repeat 50% 50%;
	height: 160px;
}
#middle {
	background: rgb(255, 255, 255);
	vertical-align: top;
}
#footer {
	height: 30px;
	font-size: 0.75em;
	text-align: right;
}
#footer div {
	margin: 0px 20px 0px 0px;
}
#footer div a:hover {
	border-bottom: 1px dashed rgb(229, 229, 229);
}
#top_menu {
	font-size: 0.75em;
	text-transform: lowercase;
}
#top_menu td {
	width: 500px;
	height: 29px;
}
#top_menu td a:hover {
	border-bottom: 1px dashed rgb(229, 229, 229);
}
#chart {
	height: 108px;
	width: 175px;
	border: none;
	display: block;
}
#chart:hover {
	background: url("/images/chart.png") 50% 50% no-repeat;
	border: none;
}
#price_1 {
	color: rgb(255, 255, 204);
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	margin: 5px 0px;
}
#price_2 {
	color: rgb(255, 255, 204);
	text-align: right;
	font-size: 0.7em;
	margin: 5px 0px;
}

/* Menu */
#menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu_header span {
	display: block;
	font-size: 0.8em;
	padding: 10px 0px 10px 0px;
	background: rgb(242, 242, 242);
	color: rgb(153, 0, 0);
	border: 1px solid rgb(204, 204, 204);
	text-align: center;
}
#menu li {
	margin: 0px;
	padding: 0px;
}
#menu li a {
	font-size: 0.9em;
	border: none;
	padding: 10px auto;
	display: block;
	margin: 0px;
	padding: 8px 10px 8px 20px;
	border: 1px solid rgb(204, 204, 204);
	border-top: none;
}
#menu li a:hover {
	color: rgb(255, 255, 255);
	background: rgb(153, 0, 0);
}
#menu li.a a {
	color: rgb(255, 255, 255);
	background: rgb(153, 0, 0);
}
#menu li.chyot {
	background: rgb(242, 242, 242);
}
#menu li.nechet {
	
}