/*	Основные блоки страницы */

*					{padding: 0; margin: 0;}
body 				{font-size: 62.5%; /* 1em == 10px */ font-family: Tahoma; background-color: #fff; color: #000;}

#page				{min-width: 99em; min-height: 50em; height: 100%; width: 100%;}
#top				{height: 11.5em; top: 0; width: 100%; border-top: 4px solid #999;}
#top-data			{margin: 0 0 0 13em;}

#nav ul 			{list-style-type: none; margin-top: -0.4em;}

#nav ul li			{background-color: #eee; height: 2.2em; width: 10.5em; margin-right: 0.4em; 
						display: block; text-align: center;float: left; line-height: 2em; font-size: 1.1em;}

#nav li.sel 		{background-color: #e0e0e0; }
#nav a		 		{text-decoration: none;}
#nav a:hover		{text-decoration: underline;}

#content			{height: 100%; width: 100%; top: 0; margin-bottom: 3em; }
#content-data		{margin: 0 4.5em 0 13em;}

#left				{width: 65%; float: left; font-size: 1.2em; line-height: 1.5em; text-align: justify;}
#right				{width: 23em; float: right; }

#footer				{line-height: 3em; height: 3em; width: 100%; }
#footer-data		{margin: 0em 0 0 13em; border-top: 1px dashed #666; width: 54em; }

#logo_left 			{width: 40%; float: left; margin-top:2.6em; }
#logo_right 		{width: 23em; float: right; margin-right:4.5em; margin-top: 1.4em; }

a					{color: #333;}
a:hover 			{text-decoration: none;}
a img				{border:0;}

p 					{padding-bottom: 1em; font-family: Times New Roman; font-size: 1.2em}
p:first-letter		{font-weight: bold; padding-left: 2em;}	
ol.plist, ul.plist	{margin: 0 0 1em 3.8em;}

.left				{float: left;}
.right				{float: right;}
.clear				{clear: both;}
.tnone				{text-decoration: none;}
a.und:hover			{text-decoration: underline;}
.tar				{text-align: right;}

.head				{margin-bottom: 1em; font-size: 1.4em; color: #666; text-align: right; font-weight: normal;}
.head_img 			{margin: 0.4em 0 2.3em 0; display: block; }

div.m_art	 		{font-size: 1.2em; margin-bottom: 0.6em; border-left: 3px solid #999; padding-left: 1em; padding-bottom: 0.1em; line-height: 1.6em;}
div.m_art:hover		{border-left: 3px solid #333; }
div.m_art a:hover	{text-decoration: none; }

div.anons_photo		{margin-top: 2em;}

/* Различные размеры */
.sz11	{font-size: 1.1em;}
.sz12	{font-size: 1.2em;}

.ml30	{margin-left: 3em;}
.mt26	{margin-top: 2.6em}
.mt200	{margin-top: 20em;}
.mt100	{margin-top: 10em;}
.mt50	{margin-top: 5em;}
.mt10	{margin-top: 1em;}
.mt20	{margin-top: 2em;}
.mt40	{margin-top: 4em;}
.mb50	{margin-bottom: 5em;}


.pl16	{padding-left: 1.6em;}

.wp100	{width: 100%;}
.wp40	{width: 40%;}
.w100	{width: 10em}
.w150   {width: 15em}
.w200   {width: 20em}
.w50	{width: 5em}

.hp100	{height: 100%;}
.lh16 	{line-height:1.6em;}

.c9		{color: #999;}

.dashed {text-decoration: none; border-bottom: 1px dashed; }
.atr	{text-align: right;}

.counter {width: 1px; height: 1px; overflow: hidden;}



