@charset "utf-8";
/* CSS Document */
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote {margin: 0; padding: 0;}
body{ background:#000;}

#all{ height:100%; width:780px; margin:0 auto; padding:0; background:url(bgtop.png) top repeat-x; }
	#nav{ width:96px; height:12px; margin:20px 29px auto auto;}
	#logo{ width:198px; height:47px; margin:-8px auto auto 28px; background:url(logo.png) no-repeat }
	#menu{ width:496px; height:36px; margin: -18px auto auto 256px}
	#main{ width:721px; margin:0 auto; margin-top:4px; }
		#header{ width:inherit; height:362px; background:url(head.png)}
			#slog{ width:343px; height:140px; margin:92px 34px auto auto;}
			#hbot{ width:720px; height:58px; margin:71px 0 0 0; background:url(bghead.png);}
		#mid{background:url(bgmain.png) top repeat-x #FFF;overflow: hidden; border:#f8f8f8 solid 1px; }
			#left{ width:32%; height:100%; float:left; padding-bottom:25px}
				.left{ width:206px; height:326px; margin:17px auto auto 15px  }
					.tleft{ background:url(newsltop.png) no-repeat top; width:inherit; height:33px;  }
					.bleft{ background:url(newslbottom.png) no-repeat bottom;width:inherit; height:293px; }
			#right{ width:68%; height:100%; float:right}
				.right{ width:469px; height:247px; background:url(righttop.png) no-repeat top; margin: 17px 15px auto auto}
					.bright{background:url(rightbottom.png) bottom no-repeat; width: 469px; height:247px}
				#sol{ width:469px; height:363px; margin: 22px 15px auto auto;}
		#footer{ width:100%; height:63px; clear:both}
	
	
	
A {
	color: blue;  /* Цвет ссылок */
 text-decoration:none;
}
A:visited {
 color: #cecece; /* Цвет посещенных ссылок */
}
A:active {
 color: red; /* Цвет активных ссылок */
}
A:hover {
color:blue; /*Цвет ссылок под курсором*/
text-decoration: underline;
}
