html, body, div, span, hr, h1, h2, h3, h4, a, p, img, ul, ol, li, b, i,
      form, table, td, tr, th  { margin: 0; border: 0; padding: 0; }

body {
	color:#000;
	/* top right bottom left */
	padding: 20px 0 10px 0;
	background: #fff;
	min-width: 903px;
	font-size: 13px;
	font-family: sans-serif;
}

h1, h2, h3 {
	margin-bottom: 11px;
	margin-top: 9px;
}

h1 {
	font-size: 1.6em;
	font-family: Arial;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

a {
	color: #bbb504;/* #202e6e; */
	text-decoration: none;
}

p {
	margin-bottom: 7px;
}

hr {
	/* top right bottom left */
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #e3e5e3;  
}

input {
        border: 1px solid #ccc;
        padding: 3px;
}

input[type=submit], input[type=button] { background: white url(../img/nav-bg.gif) bottom repeat-x; padding:3px; color:black; border:1px solid #bbb; border-color:#ddd #aaa #aaa #ddd;
        font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

#main ul, ol {
	margin-left: 25px;
}

.smallnote {
	font-size: 0.8em;
}

.smallurl a {
	color: #171F3D; /* #556E82; */
}

#wrap {
	background: #fff;
	margin: 0 auto;
	width: 848px;
}

#header {
	background: url(../img/header.png) no-repeat;
	height: 128px;
}

#logo {
	float: left;
	/* top right bottom left */
	margin: 13px 0 0 45px;
}

#langs {
	text-align: right;
	/* top right bottom left */
	margin: 0 20px 10px 0;
}

#search {
	float: right;
	/* top right bottom left */
	margin: 90px 20px 0 0;
}

#search input[type=text] {
	width: 140px;
	font-size: 11px;
}

#content {
	background: url(../img/content_bg.png) repeat-y;
}

#main {
	background-color: #fff;
	float: right;
	/* top right bottom left */
	padding: 10px 20px 30px 20px;
	width: 609px;
}

#main h2, #main h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #bbb504; /* #202e6e; */
}

#banners {
	text-align: center;
}

.news {
	margin-bottom: 17px;
}

#contacts, #newsbox {
	font-size: 0.8em;
	border: 1px solid #cc9;
	margin: 12px;
	/* top right bottom left */
	padding: 15px 5px 5px 5px;
	/* background-color: #f8f8f8; */
}

#newsbox h2 {
	/* top right bottom left */
	margin: 0 0 4px 0;
	font-size: 1.2em;
	padding: 0;
	color: #bbb504; /* #b89c2a; */
}

#menutop {
	background: url(../img/menutop.png) no-repeat;
	height: 73px;
}

#sidebar {
	float: left;
	/* background-color: #ededed; */
	width: 198px;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	/* top right bottom left */
	font-weight: bold;
}

#sidebar li li a {
	padding-left: 24px;
}

#sidebar li li li a {
	padding-left: 32px;
}

#sidebar ul a {
	display: block;
	/* top right bottom left */
	padding: 7px 0 6px 12px;
	color: #000;
	border-bottom: 1px dashed #fff;
}

#sidebar ul a.selected {
	background-color: #f8f8f8;
}

#sidebar ul a:hover {
	background-color: #fff;
}

#attachments h2 {
	margin-bottom: 5px;
	margin-top: 15px;
	color: gray;
}

#attachments ul {
	margin-left: 15px;
}

#footer {
	text-align: center;
	background:#fff url(../img/footer.png) no-repeat;
	height: 23px;
	padding-top: 2px;
	border-top: 7px solid #fff;
	clear:both;
}

