/* ==================================================================
 *
 *	Стили для первой страницы
 *
 *	1. разметка
 *
 * ================================================================== */ 
#MainContent					{	}
#MainPicture					{
									position: relative;
									background-image: url('/i/FirstPicture.jpg');
									background-repeat: no-repeat;
									background-position: 50% 0%;
									height: 396px;
								}

.RedBread						{	background-color: #A20404; color: #FFFFFF; font-weight: bold; font-size: 180%;}
#MainBread						{
									position: absolute;
									left: 25px; top: 35px;
									width: 175px;
									height: 40px;
									text-align: right;
									padding-right: 25px;
									padding-top: 10px;
								}

#SectionChooser					{	width: 100%; margin-top: 2em; font-size: 86%; }
#SectionChooser TD				{	width: 25%; padding-right: 10px; }
#SectionChooser TD.Spacer		{	width: 25px; padding: 0px; }
#SectionChooser TD.Spacer DIV	{	width: 25px; }
#SectionChooser TD.Img			{	background-position: bottom; background-repeat: repeat-x; }
#SectionChooser IMG				{	width: 100px; height: 100px; }
#SectionChooser H3				{	margin-bottom: 0.5em; }