* { font-family: Verdana, Helvetica, Sans-Serif; }
html,table { margin: 0; padding: 0; font-size: 11px; }
body {
  color: #000;
  margin: 0px;
  padding: 0;
  
  text-align:center;
 }

a:hover {
	
	color: #033CC0;
	 
	
}
a:visited {
	
	color: #300ff3;
	 
	
}

  
#cotainer
{
   width: 800px;
   background-color: #fff;
   margin: 5px auto;
   padding: 0;
   border: 1px #000 solid;
   text-align: left;
   height: auto !important;
   height: 500px; /* IE */
   min-height: 610px;
}

#header{
   width: 780px;
   height: 203px;
   background-image: url('img/a.jpg');
   margin: 10px 10px 5px 10px;
   float: left;
   display: inline;
}

#menu
{
   width: 179px;
   margin: 0 0 5px 10px;
   padding: 0;
   float: left;
   display: inline;
}

#menu .belka
{
   width: 147px;
   height: 24px;
   background-image: url('img/belka1.jpg');
   color: #003366;
   font-size: 14px;
   font-weight: bold;
   padding: 7px 0 0 32px;
   float: left;
   display: inline;
}

#menu .txt
{
   border: 1px #CCCCCC solid;
   background-color: #eaeaea;
   margin-top: 7px;
   margin-bottom: 7px;
   width: 167px;
   margin-left: 1px;
   float: left;
   display: inline;
   padding: 5px;
}

#menu a
{
   
   text-decoration: none;
   color: black;
}

#menu a:hover {
	
	color: gray;
	font-weight: bold; 
	background-color: #eaeaea;
	background-position:0% -42px;
	padding: 5px;
	display: inline;
}

#main
{
   width: 591px;
   margin-left: 10px;
   float: left;
   display: inline;
}

#main .belka
{
   width: 559px;
   height: 24px;
   background-image: url('img/belka2.jpg');
   color: #003366;
   font-size: 14px;
   font-weight: bold;
   padding: 7px 0 0 32px;
   float: left;
   display: inline;
}
#main .txt
{
   width: 575px;
   border: 1px #CCCCCC solid;
   background-color: #eaeaea;
   margin-top: 7px;
   margin-bottom: 7px;
   padding: 7px;
   float: left;
   display: inline;
}
#main .txt h1
{
   font-size: 14px;
   font-weight: bold;
   margin: 0 0 5px 0;
   padding: 0;
   color: #5c5c5c;
}

#footer{
   width: 760px;
   margin-top: 7px;
   margin-bottom: 7px;
   font-size: 9px;
   color: #5c5c5c;
   margin-bottom: 7px;
   clear:both;
}

