html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
  text-align:center;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #3A0404 url(../images/page_bg.jpg) repeat-x;
	font: 11px arial, sans-serif;
	color: #FFEA00;
	padding-bottom: 10px;

}
#info {
  background: #5F0101;
  border: 1px solid white;
  margin-bottom: 5px;
  padding:5px;
  color: #FFFFFF;
  font-weight: bold;
  
}

#error {
  background: #5F0101;
  border: 1px solid white;
  margin-bottom: 5px;
  padding:5px;
  color: #FFFFFF;
  font-weight: bold;
}

/** layout **/
#wrapper {
	width: 838px;
	min-height: 750px;
	background: url(../images/header.jpg) no-repeat;
  position: relative;
  margin: 0 auto;

}

h1 {
  padding: 15px 0 15px 20px;
  font: 17px "arial black", arial, sans-serif;
  color: #FFFFFF;
  text-align:left;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
  text-align:left;
}
h2 {
  font-size: 15px;
  text-align: left;
  color: #FFEA00;
  margin-bottom: 1.5em;
}

p {
  padding: 5px 0 0 30px;
  font: 12px "arial", arial, sans-serif;
  color: #FFFFFF;
  text-align:left;
}
li {
  list-style: none;
  text-align:left;
}
.aaa {  
  list-style: url(/images/strzalka.png);
  text-align:left;
  margin-left:7px;
}
#recaptcha_image {
  margin:10px 0 0 150px;
}

/* nav */

#nav {
margin:10px;
}
#nav li {
  float: left;
  background: url(images/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.1;
}
#nav span {
  display: block;
  font-size: 28px;
}
#nav a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
/** topcontent **/

#topcon {
  background: url(images/topcon.jpg) no-repeat;
  width: 427px;
  position: absolute;
  top: 105px;
  left: 338px;
  color: #fff;
}
#topcon-inner {
  margin: 0px 130px 0px 0px;
  color: #fff; 
  overflow: auto;
  text-align:right;
}
#topcon-inner h3 {
  font-size: 14px;
  text-align:right;
}
#topcon-inner li{
  display : inline-block;
}
#topcon-inner ul{
  text-align:right;
}

/** Body **/

/*#content {
  width: 710px;
  position: absolute;
  color: #fff;
  top: 299px;
  left: 33px;
  overflow: hidden;
}*/
#content1{
	float:left;
	width:545px;
	padding:0 0 0 10px; 
    margin:0 0 5px 0px;
}
#content a {
  color: #fff;
  text-decoration:none;
}
#content a:hover {
  color: #FFEA00;
  text-decoration:underline;

}
#body {
  border: 1px solid white;
  background: #901315;    
  padding: 18px;
  width: 795px;
  margin:0;
  overflow: hidden;
  color: #fff;
}
#logo {
  margin:0 0 0 30px;;
  padding:0;
  float:left;
}

.box {
  float: left;
  width: 595px;
  background: #730F11;
  margin-right: 18px;
  margin-bottom: 10px;
}
.box_left {
  float: left;
  width: 145px;
  background: #730F11;
  margin-right: 18px;
  margin-bottom: 10px;
}
.box-t { background: top url(../images/box_t.gif) repeat-x; }
.box-r { background: right url(../images/box_r.gif) repeat-y; }
.box-b { background: bottom url(../images/box_b.gif) repeat-x; }
.box-l { background: left url(../images/box_l.gif) repeat-y; }
.box-tr { background: top right url(../images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(../images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(../images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(../images/box_tl.gif) no-repeat; padding:20px;}

.box-tl {
  padding: 18px 18px;
}

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}

.hits {
  width: 595px;
}
.hits .box-tl {
  padding-bottom: 22px;
}
.hits ul {
  margin: 1em 0;
}
.hits li {
  list-style: none;
  margin: 0.9em 0;
}
.hits ul a {
  text-decoration: none;
}
.hits ul a:hover {
  text-decoration: underline;
}

#new {
  margin-right: 0;
}
#new .box-tl {
  padding-bottom: 18px;
}
#new p {
  margin-top: 0;
  margin-bottom: 3.6em;
}

#body h2 {
  font-size: 15px;
  text-align: left;
  color: #FFEA00;
  margin-bottom: 1.5em;
}
#body h3 {
  font-size: 12px;
  color: #FFEA00;
  text-align:left;
  margin: 0px;
}
#body .more a {
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: underline;
}
#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
  text-align: center;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}                                                                          
#footer li {
  display: inline;
  list-style: none;

}

#sidebar {
	float:left;
	padding:0; 
	margin:0;
	width:165px;	
}
#content {
	float:left;
	padding:0; 
	margin:0;
	width:300px;
	
}
#lang {
  text-align:right;
  margin-right:130px;
}

sites {
  text-align:left;
  margin:50px;
  list-style-type:none; 
  
}
.pr {
  text-align:left;
  margin-left:5px;
  list-style-type:none; 
}
#sites li{
  border-bottom: 1px solid #936868;
  padding:0px;
  margin:0px;
}
#sites p{
  padding:0px;
  margin:0px;
}
#sites h2{
  padding:0px;
  margin:10px 0px 0px 0px;
  font-weight: bold;

}
.small{
  font-size: 10px;
  padding:0px;
  margin:10px 0px;
}

.sub a{
  text-align:left;
  padding-left:10px;
}
#staty {
  text-align:right;
  padding-left:457px;
  }
#staty p {
  width:250px;
  padding:0;
  margin:0;
  text-align:right;
}
#content p.right {
	font:11px Verdana, Sans-serif;
	margin:0 0 20px 10px;
	color:#000000;
	text-align:right;
	line-height:17px;
}
#category {
  text-align:right;
  font:14px Verdana, Sans-serif;
}
#category {
  padding-top: 10px;
}

