/* CSS Document */



html {

    width:100%;

	margin:0px 0px 0px 0px;

    height: 100%;

	

}



body {

    height:100%;

    margin:0px 0px 0px 0px;

    padding:0;

    width:100%;

    color: #000;

    font: normal normal normal 0.9em/normal Arial, Verdana, Helvetica, Sans-Serif;

    text-align: left;

    background: url(images/waves3v12.gif);

    font-size:medium;



}



*html  #level0{ /* Вместо этого хака лучше использовать условные комментарии */

    height:100%;

   width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "auto");

}



#level0{

  min-height:100%;

  min-width: 1000px;



}



#header{



 width: 100%;

 height: 210px;

 position: relative;



 

}



#top_fon{

  width: 100%;

  position: relative;

  overflow: hidden;

  

}



#top_logo{

  top: 0;

  width: 100%;

  

  position: absolute;

  overflow: hidden;

 



}





#top_left{

  top: 0;

  margin: 8px 0 0 30px;

  padding: 0;

  overflow: hidden;

  width: 146px;

  height: 57px;

  position: absolute;

  float: left;
  
  color:#6d3;
  
  font-family: Arial, Verdana,  sans-serif;

  font-size: 16px;

  font-weight: bold;
  
  font-style:italic;



}



#top_right{

  top: 0;

  margin: 10px 30px 0 0;

  padding: 0;

  overflow: hidden;

  width: 220px;

  height: 50px;

  position: absolute;

  right: 0;

  font-family: Arial, Verdana,  sans-serif;

  font-size: 16px;

  font-weight: bold;
  
  font-style:italic;

  color: #fff65f;

  text-align:right;

 

}



#top_menu{

  margin: 0 100px 0 100px;

  padding: 0;

}  

  



#menu_left{

  margin: 10px 0 0 30px;

  padding: 0;

  overflow: hidden;

  height: 100%;

  float: left;

  font-family: Arial, Verdana,  sans-serif;

  font-size: 14px;

  font-weight: bold;

  text-align:center;



}



#menu_right{

  

  margin: 10px 30px 0 0;

  padding: 0;

  overflow: hidden;

  height: 100%;

  right: 0;

  font-family: Arial, Verdana,  sans-serif;

  font-size: 14px;

  font-weight: bold;

  text-align:center;



}



#level0-clear{

   clear:both;

   height:89px;

}



#footer{

  height:89px;

  width: 100%;

 

  margin-top:-89px; /* тот самый отрицательный margin */

 

}



#footer_fon{

    bottom: 0;

    position: relative;

    float: left;

    width: 100%;

	height:89px;

}



#footer_text{

  bottom: 0;

  padding: 0;

  height: 89px;

  width: 100%;

  position:absolute;

  float: left;

  

}

a:link {color:#000}
a:visited {color:#777}

p {

    padding: 0em;

    text-align: justify;

	text-indent: 0px;
	font-size: 100%;

}

li {

    padding: 4px;

    text-align: justify;

	text-indent: 0px;

}

h2, h3 {

    text-align: center;

    font-size: 150%;

    padding: .5em 0;

}

h3 {

    color: #666;

}

img {

    border: 0px;



}

hr {

    color: red;

}







#inner {

    position: relative;

}


