body {
		background:#282828; 
		margin:15; 
		padding:0; 
		scrollbar-face-color:#858585; 
		scrollbar-arrow-color:black;
		scrollbar-track-color:black;
		scrollbar-shadow-color:black;	
		
}
/* Ячейка МЕНЮ */



.tdmenu {   background: url("fon2.jpg")  no-repeat center top; 
vertical-align:top;
}



	

.center { 
text-align:center;
}

a.menu:link, a.menu:visited {
	padding:5 px;
	color:#858585;
	font-family:'Arial';
	font-size:11;	
	text-decoration:none;
	font-weight:bold;
	 }
	 

a.menu:hover {
	color:WHITE;
	font-family:'Arial';
	font-size:11;
	text-decoration:none;
	font-weight:bold;	
	 }		 
div a {
color: white;
}
div a:hover {
color:white;
}
img.border
 {
 border:1 px;
 border-color:#181818; 
 }
 
 img.slide
 {
padding:5 px;
 width:100 px;
 height:100 px;
 border:2 px;
 border-color:#181818; 
 }
 
 img.gallery
 {  
 width:100 px;
 height:100 px;
 border:1 px;
 border-color:#181818; 
  }
 
 img.active
 { width:150 px;
 height:150 px;
 border:1 px;
 border-color:#181818; 
  }
 
 div {
	color:white;
	font-family:'Arial';
	font-size:13; 
	padding:20 px;
	text-align:;
	vertical-align:top;
	background:#858585;
 
 }
 
 h1 {
	color:#202020;
	font-family:'Arial';
	font-size:11;
		
	 }

 p.active { 
	color:RED;
	font-family:'Arial';
	font-size:11;
	font-weight:bold;	
	 }
	 
p.razdel {
	color:#6C6C6C;
	font-family:'Arial';
	font-size:13;
	font-weight:bold;	
	 }


p.niz {
	color:#303030;
	font-family:'Arial';
	font-size:13;
	
	 }	

p.avtor {
	color:#505050;
	font-family:'Arial';
	font-size:10;
	
	 }	
	 
a.albom:link, a.albom:visited {
	color:#AAAA77;
	font-family:'Arial';
	font-size:11;	
	text-decoration:none;
	font-weight:bold;		
	 }
	 

a.albom:hover {
	color:WHITE;
	font-family:'Arial';
	font-size:11;	
	text-decoration:none;
	font-weight:bold;
	}
 	 
	 		
a.ss:link, a.ss:visited {
	color:#252525;
	font-family:'Arial';
	font-size:11;	
	text-decoration:none;
	font-weight:bold;		
	 }
	 

a.ss:hover {
	color:#909090;
	font-family:'Arial';
	font-size:11;	
	text-decoration:none;
	font-weight:bold;
	}
	 
	 	
a.gallery:link, a.gallery:visited {
	color:#101010;
	font-family:'Arial';
	font-size:12;	
	text-decoration:none;
	
	 }
	 

a.gallery:hover {
	color:white;
	font-family:'Arial';
	font-size:12;	
	text-decoration:none;
	font-weight:bold;		
	 }
	 
	 a.tt span{ 
padding:0 px;
	color:#858585;
	font-family:'Arial';
	font-size:11;	
	text-decoration:none;
	font-weight:bold;

display:none;/*собственно прячем тултип - пока мышь не наведена*/ 
} 
a.tt:hover{

width:100 px;
 height:100 px;
padding:0 px;
	color:#858585;
	font-family:'Arial';
	font-size:11;	
	text-decoration:none;
	font-weight:bold; 
position:relative;/*Ставим точку отсчета для тултипа внутрь данной ссылки*/ 
z-index:23;/*это нужно что бы тултип показывался поверх этой и других ссылок*/ 
} 
a.tt:hover span{ 
padding:20 px;

width:100 px;
 height:100 px;
	color:#858585;
	font-family:'Arial';
	font-size:11;	
	text-decoration:none;
	font-weight:bold;
display:block;/*показываем тултип при наведении*/ 
position:absolute; 
bottom:-125px; 
left:0px;/*три строки для позиции тултипа относительно левого верхнего угла ссылки*/ 
z-index:22;/*мне 22 + см. выше*/ 
background:#181818;/*фон, что бы было видно тултип*/ 
} 
