	body {
		background: #238cec;
		margin: 0px;
		padding: 0px;
		width: 100%;
		min-width: 980px;
	}
	h1 {
		color: #0a5072;
		font-family: verdana;
		font-size: 32px;
		font-weight: normal;
		margin-left: -16px;
	}
	h2 {
		font-family: verdana;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
	}
	#top {
		background: url(/img/top.jpg);
		width: 100%;
                min-width: 990px;
		height: 492px;
	}
	#frt {
		background: url(/img/frt.jpg);
		width: 700px;
		height: 800px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#tel {
		background: url(/img/tel.jpg);
		width: 300px;
		height: 560px;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	#lomenu {
		background: url(/img/logo.jpg) no-repeat;
		left: 0px;
		height: 37px;
		position: absolute;
		top: 160px;
		padding-left:242px;
	}
	#menu {
		/*left: 242px;
		position:relative;
		margin-top: 0px;*/
		display:block;
                min-width: 690px;
	}
	div#menu a{
		background-image: url(/img/menu.jpg);
		font-family: verdana;
		font-size: 11px;
		text-decoration: none;
		height: 11px;
		margin: 0px;
		padding: 13px;
		color: #ffffff;
		margin-left: -4px;
	}
	div#menu a:hover{
		background-position: 0px -38px;
	}
	#bot {
		background: url(/img/bot.jpg);
                min-width: 990px;
		top: 100px;
		height: 14px;
		padding: 4px;
		bottom: 0px;
		position: relative;
		color: #6f6f6f;
		font-family: verdana;
		font-size: 10px;
	}
	div#bot a{
		color: #ffffff;
		text-decoration: none;
	}

	#botl {
		background: url(/img/botl.jpg);
		width: 390px;
		height: 200px;
		margin-left: -4px;
		margin-top: -204px;
		position: absolute;
	}
	#botr {
		background: url(/img/botr.jpg);
		right: 0px;
		width: 615px;
		height: 200px;
		margin-top: -204px;
		position: absolute;
	}
	#botc {
		background: url(/img/botc.jpg);
		width: 100%;
		height: 250px;
		margin-left: -4px;
		margin-top: -254px;
		position: absolute;
	}
	#cont {
		height: 100%;
		top: -190px;
		margin-left: 50px;
		margin-right: 250px;
		padding-left: 40px;
		padding-right: 40px;
		position: relative;
		font-family: verdana;
		font-size: 12px;
		min-height: 500px;
	}
	div#cont a{
		color: #000000;
		
	}
        #tc {
	    background: #000;
	    position: relative;
	    margin: 0px;
	    min-width: 1000px;
	
        }
        .answers {
           width: 850px;
           
        }
        .answersrd {
           border-bottom: 1px dashed #a6a6a6;
        }
        .vopros {
           width: 250px;
           color: #ffffff;
           font-family: Verdana;
           font-size: 15px;
           font-weight: bold;
           padding: 10px;
        }
        .otvet {
           width: 250px;
           color: #ffffff;
           font-family: Verdana;
           font-size: 15px;
           font-weight: bold;
           border-bottom: 1px dashed #ffffff;
           padding: 10px;
        }
        .voprost {
           color: #000000;
           font-family: Verdana;
           font-size: 12px;
           padding: 10px;
        }
        .otvett {
           color: #000000;
           font-family: Verdana;
           font-size: 12px;
           border-bottom: 1px dashed #ffffff;
           padding: 10px;
        }
        #vp {
           width: 850px;
           padding: 14px;
        }
/****************************************************************************************/
UL {list-style: none;
    margin: 0; 
    padding: 0; 
    font-family: Arial, sans-serif;
    font-size: 10pt;
   }
   UL LI  {
    position: relative;
	float:left;
   }
   LI ul {
    position: absolute;
    display: none;
    top: 40; 
    left: 450px; 
    z-index: 20; 
   }
   li A {
    display: block;    
    text-decoration: none; 
    color: #666; 
    /*border: 1px solid #ccc;*/	
    background-color: #f0f0f0; 
    border-bottom: none; 
   }
   li A:hover {
    color: #ffe; 
    background-color: #5488af; 
   }
   li:hover ul, li.over ul { 
    display: block; 
   }
   .brd {
    border-bottom: 1px solid #ccc;
   }
   
  
   
  #actions {
     width: 220px;
     position: absolute;
     right: -190px;
     top: 20px;
}