body {
	width: 980px;
	margin: auto;
	margin-top: 4px;
	font-family: verdana, sans-serif;
	font-size: 12pt;
}
img {
	border: none;
}
div.content {
	margin-top: 10px;
	background: url('/static/i/bg.png') no-repeat bottom right;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
#topbanner {
	float: right;
	margin-top: 8px;
	margin-right: 4px;
}
#logo {
	display: block;
}
#login {
	float: right;
	padding-left: 0;
}
#topmenu, #login {
	margin-top: 0;
	margin-bottom: -3px;
}
#login .favcount img {
	float: left;
	margin-top: -4px;
	margin-right: 5px;
	border: 0;
}
#login li {
	float: left;
	margin-right: 15px;
	list-style: none;
}
#topmenu {
	height: 39px;
	background: #404040;
	padding-left: 0;
	font-family: tahoma, sans-serif;
	margin-left: 21px;
}
#topmenu .first {
	margin-left: -21px;
	height: 39px;
	background: url('/static/i/xl.png') no-repeat;
	padding-left: 24px;
}
#topmenu li, #login li {
	padding-top: 9px;
}
#topmenu li {
	float: left;
	list-style: none;
	margin-left: 5px;
	margin-right: 13px;
	text-transform: uppercase;
	padding-left: 19px;
	background: url('/static/i/xd.png') no-repeat;
	background-position: 0 5px;
}
#topmenu {
	margin-right: 82px;
}
#login {
	height: 39px;
	padding-right: 50px;
	background: url('/static/i/xr.png') no-repeat;
	background-position: top right;
}
#topmenu a, #login a {
	color: #fff;
	display: block;
	text-decoration: none;
	word-spacing: 1px;
}
#lang {
	clear: both;
	font-size: 10pt;
}
#lang li * {
	vertical-align: 2px;
	margin-left: -6px;
}
#lang li {
	float: left;
	margin-right: 50px;
	margin-left: 12px;
}
#lang #ru {
	list-style-image: url("/static/i/rus.png")
}
#lang #pt {
	list-style-image: url("/static/i/port.png")
}
#lang #en {
	list-style-image: url("/static/i/eng.png")
}
#bottom {
	background: #404040;
	color: #fff;
	padding: 10px;
	text-align: center;
	clear: both;
}
#bottom a {
	text-decoration: none;
	color: #fff;
}
#bottom a:hover {
	text-decoration: underline;
}
#bottom div {
	font-weight: bold;
	font-size: 75%;
	padding: 5px;
}
fieldset table {
	background: #eee;
}
