body {
	margin:0; padding:0; height:100%;
	font: 100% Geneva, Arial, Helvetica, sans-serif; 	
	letter-spacing: 1px;
    background: url(images/01.jpg) no-repeat left bottom #fff fixed; 
}

img { border:0px; }
a { outline: none; /* Убираем границу вокруг ссылок  */ }


#all { margin:0; padding:0;
	height:100%; width:100%;
	border:0px; background: url(images/02.jpg) no-repeat right top #e7ebf6 fixed; 
	 }	

#title { height:140px; width:600px; background:url(images/01.png) left bottom no-repeat; position: fixed; margin-left:5px; }	 
	
#img { height:600px; width:460px; border-radius:12px; 
 -webkit-border-radius:12px; 
 -moz-border-radius:10px; 
 -khtml-border-radius:20px; float: left; border: 2px #FFF solid; margin-left:110px; margin-top:140px; background:url(images/06.jpg) no-repeat; position:fixed; }
 
 
#link { padding:10px; margin-left:20px; color: #3961a3; }

#link ul { padding:0px; margin:0px; }

#link li { padding:0px; margin:10px 0px 0px 0px; background:url(images/line.png) no-repeat }

.pointer_right { list-style-image: url(images/pointer_right.png); }

.pointer_left { list-style-image: url(images/pointer_left.png); }

.capslock { text-transform: uppercase; }

.indent_1 { margin-left:20px }

.indent_2 { margin-left:40px }

#link ul a:link {
color: #3961a3; text-decoration: none; 
 }
#link ul a:hover { 
color:#c42f29; 
text-decoration:none; 
font-weight:none; text-decoration:underline
}
#link ul a:active {
 color:#c42f29; 
text-decoration:underline;
 }
#link ul a:visited {
color:#3961a3; text-decoration: none;
 }


#home { width: 140px; border:0px; background-color:#e7ebf6; color: #bfb7a4; padding: 3px;
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	font-size:100%; 
	position:fixed; top:0px; 
	text-align: center; margin-left:420px; letter-spacing: 2px;}
	
#home a { letter-spacing: 2px; font-family: "Times New Roman", Times, serif; font-size:80%; background: none;
	color:#c42f29; text-transform: none; font-weight:bold;
	text-decoration: none;
	}

#home a:hover { letter-spacing: 2px; text-decoration: underline blink; color: #c42f29; font-family:"Times New Roman", Times, serif; font-size:80%; background: none; font-weight:bold; text-transform: none;
}

#home .now { letter-spacing: 2px;  text-decoration: underline blink; color: #c42f29; font-family:"Times New Roman", Times, serif; font-size:80%; background: none; font-weight:bold; text-transform: none;
}

#date-line { width: 480px; border:0px; color: #e1e4f3; padding: 3px;
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	font-size:80%; margin-left:110px; margin-top:740px;
	position: fixed; bottom:0px; 
	text-align: right; letter-spacing: 2px;}

.shadow { -moz-box-shadow: 0px 0px 10px #3961a3;
	-webkit-box-shadow: 0px 0px 10px #3961a3;
	box-shadow: 0px 0px 10px #3961a3;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#3961a3', Direction=0, Strength=10); }
	
#toTop_text { 

     width: 89px;
     height: 24px;
     background: #D9DAEE;
     -moz-border-radius: 50px;
     -webkit-border-radius: 50px;
     border-radius: 50px;
     position: fixed;
     bottom: 30px;
     right: 2px;
     text-align: center;
     text-decoration: none;
     font-size: 12pt;
     color: #1A2534;
     cursor: pointer;}

#toTop { 
            position: fixed; 
            bottom: -10px; 
            right: 2px; 
            background: none; 
            cursor: pointer;} 

body { scrollbar-face-color: #FFF; scrollbar-arrow-color: #666; }
