/* CSS Document */
body {
  padding:0;
  margin:0;
  background-color: #f8f4f1;}

#wrapper { 
 margin:0 auto;
 width:1000px;
 height:auto;
}

#header2 {
	width: 1000px;
	height: 517px;
  border: none;
  background-image: url(http://lechcigun.ru/public/img/design/header.jpg);}
 
.topmenu{
  color: #45618f;
  font-family: arial,helvetica,sans-serif;
  font-size: 16px;
  text-align: right;
  padding-top: 480px}
 
.topmenu a{
  color: #45618f;
  text-decoration: underline;
  padding-right: 50px;}
  
  .topmenu a:visited{
  color: #45618f;
  text-decoration: underline;
  }
  
.topmenu a:hover{
   color: #45618f;
  text-decoration: none;}

#menuleft {
	float: left;
	width: 200px;
  border: none;
  margin:0;
  padding:0;
  color: #45618f;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  border: none;}
  
#menuleft a{
  color: #45618f;

  text-decoration: underline;}
  
#menuleft h2{
  color: #333;
  font-size: 14px;
  padding: 5px 0 0px 5px;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Times New Roman',serif;}
  
#menuleft a:hover{
  color: #45618f;
  text-decoration: none;}
  
#menuleft a:visited{
  color: #45618f;
  text-decoration: underline;}
  
#menuleft ul{
  list-style-type:none;
  line-height: 20px;
  padding: 0 0 0 20px;
  margin: 0;}
 
#menuleft li{
    padding-top:5px;}

#rightcolumn {
	float: right;
	width: 750px;
  border: none;
  margin:0;
  padding:0;
  color: #444444;
  font-family: arial,helvetica,sans-serif;
  font-size: 14px;}
  
#content{
  padding: 0 0 5px 25px;
  margin: 0;
  line-height: 18px;}
  
#content p{padding: 1px 0 3px 0}

#content h1{padding: 5px 0 10px 0;
   color: #333;
   font-weight: bold;
   font-family: 'Times New Roman',serif;
   font-size: 20px;
   }
   
#content h2{padding: 3px 0 7px 0;
   color: #333;
   font-weight: bold;
   font-family: 'Times New Roman',serif;
   font-size: 18px;
   }
   
#content h3{padding: 3px 0 7px 0;
   color: #333;
   font-weight: bold;
   font-family: 'Times New Roman',serif;
   font-size: 16px;
   }
   
#content ul{
  padding: 10px 0 15px 0;
  list-style-type: circle;}
  
#content a:visited{
  color: #45618f;
  text-decoration: underline;}
  
#content a{
  color: #45618f;
  text-decoration: underline;}
  


#footer2 {
	margin-top: 20px;
	width: 100%;
	height:60px;
  border-top: 1px solid #777777;
  color: #444444;
  font-family: arial,helvetica,sans-serif;
  font-size: 14px;
}

#footer2 p{ padding-top:10px; width: 700px; display:block; float: left;}

.counter{
  float:right;
  display:block;
  padding-top:20px}

.clear {
    clear: both;
}