body {
	font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
	font-size: 12pt; 
	line-height: 1.3em;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0 4px;
	width: 1000px;
}

div#content{float:left; width:700px}
div#news{float:right; width:300px}

a:link    { color: #2e86df; text-decoration: underline;}
a:visited { color: #6633dd; text-decoration: underline;}
a:active  { text-decoration: underline;}
a:hover   { text-decoration: underline; color: #BA0000;}

h1, h2, .h3{
	font-weight: normal;
	margin: 8px 0;
}
h1 { font-size: 1.2em; }
h2 { font-size: 1.15em; }
.h3 { font-size: 1.1em; }

p, ul, ol {
	margin-top: 5px;
	margin-bottom: 5px;
}

.blue {	color: #2e86df; }

.top {
	margin: 0;
	padding: 10px;
	height: 108px; /* Для IE */
}

.nav { 
	background-color: #e6e6e6; 
	margin: 0; 
	padding: 0;
	width: 100%;
	font-size: 0.83em;
} 

.nav_item { 
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	line-height: 34px; 
	float: left;  
}
.nav_item a:link, .nav_item a:active, .nav_item a:visited  { 
	display: block;
	padding: 0 10px;
	background-color: #e6e6e6; 
	color: #666666; 
	text-decoration: none; 
} 
.nav_item a:hover{ 
	background-color: #ffffff; 
	color: #999999; 
}

#top_menu{
	position: absolute;
	left: 164px;
	top: 70px;
	height: 44px;
}

#Language{
	position: absolute;
	left: 930px;
	top: 76px;
}

.GrayBlock, .GrayCenteredBlock, .GrayCenteredBlock1, .ProgBlock, .FreeBlock {
	background-color: #e6e6e6; 
	padding: 0.5em; 
	margin: 1em 0.5em 0;
	border-radius: 10px;
}
.ProgBlock {min-height: 167px;}
.ProgBlock:hover > .container  {text-indent:-199px;}
.GrayBlock:hover > .container  {text-indent:-199px;}
.FreeBlock {min-height: 65px;}
.GrayCenteredBlock {text-align: center;}
.GrayCenteredBlock1 {text-align: center; 
                     padding: 0.5em 0;}

/* Для таблиц. Переделать дивами? */
.TextLeft {text-align: left; }
.Width324 {width: 324px; }

.icon { 
    float: left; 
	margin-right: 10px;
	}

.spacer {
	clear: both;
	height: 0;
}

.LittleScreenShot {
    float: left; 
	margin-right: 10px;
    display:block; 
    width:240px; 
}
/*** из половинок на главную страницу ***/
.container {
    float: left; 
	margin-right: 10px;
    display:block; 
    overflow:hidden; /* чтобы правую */
    width:199px; /* ширина видимой части (одной картинки) */
/*    height:163px; */
}

