#FON {                           /*экран*/
    z-index: 1;
    width: 100%;
    height: 98%;
    position: absolute;
    left: 0;
    top: 0;
	   }

#CONTENT {             /*содержимое*/
	z-index: 1;
	position: absolute;
	overflow:auto;
	 scrollbar-face-color:#C0C0C0;
	 scrollbar-track-color:#000000;
	 scrollbar-shadow-color:#808080;
	 scrollbar-highlight-color:#808080;
	 height:76%; width: 93%; border:0px;
	 top: 8%;
	left: 5%;
		   }

#CONTENT1 {             /*содержимое*/
	z-index: 4;
	position: absolute;
	overflow:auto;
	 scrollbar-face-color:#C0C0C0;
	 scrollbar-track-color:#000000;
	 scrollbar-shadow-color:#808080;
	 scrollbar-highlight-color:#808080;
	 height:76%; width: 30%; border:0px;
	 top: 8%;
	left: 10%;
		   }

#CONTENT2 {             /*содержимое*/
	z-index: 4;
	position: absolute;
	overflow:auto;
	 scrollbar-face-color:#C0C0C0;
	 scrollbar-track-color:#000000;
	 scrollbar-shadow-color:#808080;
	 scrollbar-highlight-color:#808080;
	 height:76%; width: 50%; border:0px;
	 top: 8%;
	left: 45%;
		   }

#MENU {                      /*выпадающее меню*/
	z-index: 4;
	position: absolute;
	left: 68%;
	top: 86%;
	z-index: 5;
   }

#MENU2 {                       /*нижнее безскриптовое меню*/
	z-index: 3;
    position: absolute;
	 left: 38%;
    top: 92%;
    z-index: 4;
   }

#MAIN {                              /*верхние и нижние эмблема+подпись*/
	z-index: 4;
    position: absolute;
	 left: 2%;
    top: 1%;
    z-index: 5;
	height:94%;
	width:20%;
   }


td.menu a, table.submenu1 a, table.submenu2 a, table.submenu3 a {
background-color:#C0C0C0;
color: #FFFFFF;
text-decoration: none;
font-family:"Times New Roman", Times, serif;
font-style:inherit
}

a img { border: none; }
a img: hover { border: none; }

.link {
	color: #FFF;
	border: solid 3px #AC0627;
	font-family: "Times New Roman", Times, serif ;
}


.link2 {
	color: #FFF;
	font-family:Tahoma, Geneva, sans-serif ; font-size:xx-small; text-decoration: none;
}

.bord {
	border-color:#FFF;
	text-align:center;
	}


.title {
	color: #FFFFFF;
	font-family:Tahoma, Geneva, sans-serif ;
	font-size:18;
	text-decoration: none;
	text-align: center;
	position:absolute;
	left:35%;
	}


.title:hover {
	text-decoration: underline;
	}

.ep_title {
	color: #FFFFFF;
	font-family:Tahoma, Geneva, sans-serif ;
	font-size:24;
	text-decoration: none;
	text-align: center;
	position:absolute;
	left:43%;
	}


.ep_title:hover {
	text-decoration: underline;
	}

.infotitle {
	color: #FFF;
	font-family:Tahoma, Geneva, sans-serif ; font-size:18; text-decoration: none;
	text-align: center;
	position:absolute;
	left:25%;
	top:14%;
	}

.titleinf {
	color: #FFF;
	font-family:Tahoma, Geneva, sans-serif ; font-size:18; text-decoration: none;
	text-align: center;
	position:absolute;
	left:35%;
	}

.text {
	color: #FFFFFF;
	font-family:Verdana, Geneva, sans-serif; font-size:16px;
		border: solid transparent  0px;
		border-width:10;
	text-decoration:none;
	vertical-align: text-top
}

.text:hover {
 text-decoration: underline;
}


table.submenu {
visibility: hidden;
width:400px;
position:absolute;
bottom:650%;
left:-500%;
text-align: center
}

table.submenu1 {
width:100px;
position:absolute;
bottom:425%;
right:450%;
text-align: center;
visibility: hidden;
text-align: center
}

table.submenu2 {
width:100px;
position:absolute;
bottom:315%;
right:290%;
text-align: center;
visibility: hidden;
text-align: center
}

table.submenu3 {
width:100px;
position:absolute;
bottom:425%;
left:-175%;
text-align: center;
visibility: hidden;
text-align: center
}

body {
	font: normal 11px verdana;
	}


#menu3, #menu3 li{
	width:450px;
	list-style-type:none;
	padding:0;
	margin:0;
	border:0;
	}


#links  {
	display: block;
	background: #C0C0C0;
	text-decoration: none;
	color: #777;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* !!!ZAPAS!!! */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 0px solid #ccc;
	}

ul li {
	position: relative;
	}


ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}



