body {
margin: 0;
background-image: url(images/fon.gif);
}
.main {
  border: solid 2px;
  border-color: #E8E8E8;
  padding: 0 8px;
  height: 285px;
  width: 750px;
  margin-top: 5px;
  background-color: White;
}
#navcontainer ul
{
margin: 0;
padding: 8px;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .1em 0.8em;
color: #fff;
background-color: #8A0000;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #8A0000;
background-image: url(images/button_vline.gif);
background-position: left;
background-repeat: repeat-y;
}
.float-left {
float: left;
margin: 0 15px 0 0;
border: solid 1px;
border-color: Black;
}
.float-right {
float: right;
margin: 0 0 0 15px;
border: solid 1px;
border-color: Black;
}
.float-center {
border: solid 1px;
border-color: Black;
}
.text {
font: 1em Verdana;
color: Black;
}
.text_head {
   margin-top: 14px;
	margin-bottom: 15px;
	font: bold italic 0.8em Times;
   color: #BBBBBB;  
	width: 150px;
	float: right;
   text-align: center;
}
.adres {
font: 1em Verdana;
color: Black;
padding: 30px 0 0 100px;
}