body, p, h1, h2, h3, h4{
  font-family: Arial;
  margin: 0px;
  padding: 0px;
}
body{
}
#container{
  min-width: 1200px;
  font-size: 0.75em;
}
h1{}
h2{
  font-size: 1.35em;
  margin-bottom: 10px;
}
h3{
  font-size: 1.1em;
  margin-bottom: 10px;
}
a, a:visited{
  color: #1241A0;
}
a.red, a.red:visited{
  color: #CB0000;
}
.red{
  color: #CB0000;
}
.gray{
  color: gray;
}

#main{
 width:720px; padding: 0px 10px; margin: auto; padding-top: 80px;
}
hr{
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: #D1D1D1;
  height: 2px;
}

#top_main{
  position: absolute;
  z-index:2;
  height: 349px;
  left: 50%;
  margin-left: -490px;
  top: 0px;
}
#shapka{
  background-image: url(/images/shapka_bg_left.jpg);
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  width: 100%;
  height: 349px;
  min-width: 1200px;
}
#shapka .left_column{
  width: 50%;
  text-align: center;
}
#shapka .right_column{
  width: 50%;
  background-color: #050513;
  background-repeat: repeat-x;
  text-align: center;
}

#menu{
	width: 794px;
	left: 50%;
	margin-left: -397px;
	position: relative;
  z-index: 320;
}
#act{
  display:none;
}

#content{
	background-image: url(/images/border.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
#left-side-outer {
	width:50%;
	float:left;
	margin-right:-372px;
}
#left-side{
	margin-right:372px;
	padding: 0px 10px;
}
#center-column {
	width:700px;
	float:left;
	position:relative;
	z-index:3;
	padding: 0px 10px 0 20px;
  
}
#right-side-outer {
	width:50%;
	float:right;
	margin-left:-380px;
}
#right-side {
	margin-left: 368px;
	padding: 0px 10px;
}
/*
#content{
  width: 100%;
  margin-bottom: 4px;
}
#content .left_column{
  width: 50%;
  padding: 10px;
}
#content .middle_column{
  width: 730px;
  padding: 10px;
}
#content .right_column{
  width: 50%;
  padding: 10px;
}
*/

#bottom{
  background-color: black;
  color: #FAFAFA;
  padding: 14px;
  padding-bottom:20px;
}

#login{
  color: #777;
  float:right;
  margin-right: 14px;
}
#login input{
  background-color: #222; border: 1px solid #555; color: #999; width: 70px; font-size: 0.9em;
}

#main_articles{
  float: right;
  width: 340px;
  margin-left: 10px;
  margin-bottom:6px;
  color:white;
  background-color: black;
}

.image_in_article{
  margin-right: 10px;
  float: left;
}
.image_in_main{
  margin-bottom: 10px;
  border: 1px solid white;
}

.round_top_left{
  float: left;
  background-image: url(/images/circle.png);
  width: 12px;
  height: 12px;
}
.round_top_right{
  float: right;
  background-image: url(/images/circle.png);
  width: 12px;
  height: 12px;
  background-position: 12px 0px;
}
.round_bottom_left{
  float: left;
  background-image: url(/images/circle.png);
  width: 12px;
  height: 12px;
  background-position: 0px 12px;
}
.round_bottom_right{
  float: right;
  background-image: url(/images/circle.png);
  width: 12px;
  height: 12px;
  background-position: 12px 12px;  
}

#bottom_shadow{
  background-image: url(/images/shadow.png);
  background-repeat: repeat-x;
  height: 5px;
  width: 100%;
}

#tizers{
  position: absolute;
  z-index: 5;
  width: 100%;
}
.image_in_sign{
  float: right;
  border: 1px solid gray;
  margin-left: 10px;
}
.image_50{
  width: 50px;
}

