/*==============================
основное, шрифт текста сайта, цвет фона итп.
===============================*/
body
{
	font-family:Arial;
	font-size:12px;
	color: #000;
	background-image:url(images/bg0008.gif);
}


/*==============================
Размер блока сайта
===============================*/
.site-wrapper
{
width:906px;

/* min-height lets your site grow vertically
(like in tables). */

/* By setting these to auto you are centering the
site */
margin-left:auto;
margin-right:auto;

}

.header-wrapper
{
width:906px;
height:71px;
}

.header-ruseng
{ 
float:left;
}

.header-phnumber
{
float:right;
}

.logo
{
width:906px;
height:129px;

}

.upper-menu
{
width:906px;
height:42px;
margin-top:20px;
margin-bottom:17px;
background-image:url(images/upmenubg.png);
}

.upper-menu-links
{
float:left;
	/*The width of the menu */
	width:500px;
	height:42px;
	/*The font of all the text in the menu */
font-family:Arial;
text-align:left;
text-indent:17px;
padding-top:3px;

}

.upper-menu-links a
{
font-size:26px;
text-decoration: none;
color: #FFF;
}

.upper-menu-links a:hover
{
color: #F30;
}

.content-wrapper
{
width:529px;
min-height:200px;
float:left;
margin-bottom:17px;
border:solid 5px #003366;
background-image:url(images/1pxback.png);

}

.content-logo
{
width:inherit;
height:42px;
font-family:Arial;
font-size:36px;
color: #C00;
text-indent:7px;
padding-top:3px;
}

.content
{
width:500px;
padding:15px;
}

.right-links-wrapper
{
width:340px;
float:right;
margin-bottom:17px;
border:solid 5px #003366;
background-image:url(images/1pxback.png);
}

.right-links-logo
{
width:inherit;
height:42px;
font-family:Arial;
font-size:36px;
color: #C00;
text-indent:7px;
padding-top:3px;
}

.right-links
{
width:inherit;
}

.right-links a
{
text-decoration: underline;
color: #000;
}

.right-links a:hover
{
color: #F30;
text-decoration:none;
}

.stuff
{
width:inherit;
float:none;
padding-bottom:25px;
padding-top:15px;

}

.bottom-news
{
width: 866px;
min-height:200px;
float:left;
border:solid 5px #003366;
background: #CCC;
padding:15px;
}

.bottom-news a
{
text-decoration: underline;
color: #000;
}

.bottom-news a:hover
{
color: #930;
text-decoration:none;
}

.bottom-news-logo
{
width:inherit;
height:42px;
font-family:Arial;
font-size:24px;
color: #C00;

}
	

.counters
{
width:906px;
height:42px;
float: left;
margin-top:20px;
}

