#main {
    text-align: center;
    font-family: Arial;
	 width:100%;
}

body {
    position: relative;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    background-color: #00306e;
    font-family: Arial;
    color:white;
}

table {
    font-size: 14px;
    font-family: Arial;
    color:white;
}

.red {
 color: red;
}

#top {
  background-image: url('images/lt1top.jpg');
  width: 1000px;
  height: 159px;		
}

#top_en {
  background-image: url('images/lt1top_en.jpg');
  width: 1000px;
  height: 159px;		
}


#top A, #top_en A {
  color: white;
  text-decoration: none;	
  font-size: 14px;
  font-weight: bold;		
}
#top #mnutop, #top_en #mnutop {
  padding: 121px 0px 0px 196px;
  font-size: 14px;
  font-weight: bold;
  float: left;
} 

#top #flags, #top_en #flags {
 float: right;
 padding: 122px 33px 0px 0px; 
} 

#content {
    width: 1000px;
    margin: 0px auto;
    text-align: left;
	 background: url('images/bgcont.jpg') no-repeat 0px 159px;
}
#mainleft{
  float: left;
  width: 189px;		
}

.darkborder {
  border: 3px solid #002157;
}

h1 {
 font-size: 16px;
 margin: 20px 0px 10px 0px;
 padding: 0;
}

h2 {
 font-size: 16px;
}

.bigwhite {
   font-size: 14px;
}

#mainright {
  float: left;
  width: 805px;			
}

#submenu{
  float: left;
  width: 770px;	
  background-image: url('images/strs.gif');	
  text-align: right;				
  height: 32px;	
}

#submenu select {
 margin-top: 5px;
 padding: 0;
}

#foot {
 background: url('images/bottombg.gif') repeat-x;
 clear: both;
 width: 1000px;
 height: 106px; 
}

A {
 color: #9fbbeb;
}


#footrt {
 width: 1000px;
 height: 106px;
 background: url('images/footrt.gif') no-repeat right;
}

#footfirm{
   padding: 35px 0px 0px 23px;
	font-size: 11px;
	float: left;
}

#footmnu{
  float: left;	
  padding: 36px 0px 0px 23px;
  color: #9fbbeb;
  font-size: 10px;	
  width: 600px;	
  text-align: center;		
}

#footmnu A{
  color: #9fbbeb;
  font-size: 10px;		
  text-decoration: none;	
}


#foottel{
   clear: both;
	padding: 10px 0px 0px 23px;
	font-size: 11px;
}

ul.arrows {
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
}
ul.arrows li {
   background: url('images/strzalka.gif') no-repeat;
	padding: 18px 0px 0px 45px; 
	margin-top: 10px;
}

.darkblue {
 color: #002f7d;
}

