/* CSS Document */
body {
	background:url(images/backgraund_for_body.gif);
	margin:0;
	padding:0;
	text-align:center;
}
table {
	border-collapse:collapse;
	font-family: Tahoma;
	font-size: 12px;
	text-align:justify;
	letter-spacing:1px;
}
p {
	text-indent:20px;
}
table#table_1 {
	margin-left:auto;
	margin-right:auto;
}
td#logo {
	padding-left:30px;
	width:300px;
}
#sportnota_logo {
	margin-left:30px;
}
td#right_top {
	background:#f9edba url(images/top_right_for_menu.jpg) no-repeat left bottom;
	width:603px;
	height:220px;
}
td.strelka_for_menu {
	background:url(images/strelka_for_menu.gif) no-repeat left center;
	width:9px;
	height:9px;
}
a.menu {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
a:hover.menu {	
	color:#ffff00;
}
td#privet {
	font-size:17px;
	font-weight:bolder;
	color:#cd4326;
}
td.storoni {
	background:url(images/rascroika.gif) no-repeat center left;
	padding: 0 10px 0 10px;
}
a.link_bottom {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	letter-spacing:1px;
}
a:hover.link_bottom {
	border-bottom:3px solid #FF0000;
	padding-bottom:0px;
}

/**здвинутые абзацы**/
p#nasi {
	margin-left:0px;
}
p#toch {
	margin-left:334px;
	margin-top:-17px;
}
p#dinamika {
	margin-left:404px; 
	margin-top:-17px;
}
p#uvaj {
	margin-left:80px; 
	margin-top:-2px;
}
p#komp {
	margin-left:337px; 
	margin-top:-2px;
}
td > p#nasi {
	margin-top:0px;
}
td > p#toch, td > p#dinamika {
	margin-top:-12px;
}

/**таблица с тенью**/
td#ten_ugol {
	background-image: src (images/blank.gif); 
	width:24px;
	height:36px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/ten_ugol.png');
}
	
td#ten_ugol_2 {
	background-image: src (images/blank.gif); 
	width:31px;
	height:36px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/ten_ugol_2.png');
}
td#ten_bottom {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/ten_bottom.png', sizingMethod='scale');
}
td#ten_left {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/ten_left.png', sizingMethod='scale');
}
td#ten_right {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/ten_right.png', sizingMethod='scale');
}
tr > td#ten_ugol{
	background:url(images/ten_ugol.png) no-repeat right top;
	width:24px;
	height:36px;
}
tr > td#ten_ugol_2{
	background:url(images/ten_ugol_2.png) no-repeat left top;
	width:33px;
	height:36px;
}
tr > td#ten_bottom{
	background:url(images/ten_bottom.png) repeat-x top;
	height:36px;
}
tr > td#ten_left{
	background:url(images/ten_left.png) repeat-y right;
	width:24px;
}
tr > td#ten_right{
	background:url(images/ten_right.png) repeat-y left;
	width:33px;
}


/**верхушка нижнего меню**/
td.bottom_verh {
	padding: 0 10px 0 10px;
}
a.link_bottom_verh {
	color:#f97409;
	text-decoration:none;
	font-size:11px;
	letter-spacing:1px;
}
a:hover.link_bottom_verh {
	color:#FF0000;
	border-bottom:3px solid #FF0000;
	padding-bottom:0px;
}

