BODY
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#wrapper
{
    display: block;
    position: relative;
    width: 980px;
    margin: auto auto;
    font-family: Arial;
    font-size: 14px;
    color: #345066;
}
#pageHead
{
    display: block;
    position: relative;
    width: 980px;
    height: 224px;
    background-color: #1E5009;
    background-image: url('../img/header.jpg');
}
/*#pageLogo
{
    display: block;
    position: absolute;
    width: 460px;
    height: 209px;
    left: 0px;
    top: 0px;
    background-image: url('../img/pagelogo.png');
}
#pageTitle
{
    display: block;
    position: absolute;
    width: 460px;
    height: 160px;
    right: 40px;
    top: 25px;
}*/
#mMenu
{
    display: block;
    position: relative;
    width: 980px;
    height: 37px;
    background: #636363 url(../img/menu_bg.jpg);
}
#pageFoot
{
    display: block;
    position: relative;
    width: 980px;
    height: 46px;
    border-top: 5px solid #133D0B;
	background-color: #3A8204;
	text-align:right;
}
DIV.contTr
{
    display: block;
    position: relative;
    width: 670px;
    margin: 15px auto;
}
IMG
{
    border: 1px solid #329409;
}

#mOnline
{
    display: block;
    position: absolute;
    width: 250px;
    height: 20px;
    bottom: 10px;
    right: 20px;
    text-decoration: none;
}
DIV.rightBlock
{
    display: block;
    position: relative;
    width: 160px;
    margin: 40px auto;
    padding: 10px;
    border-top: 1px solid #329409;
    border-bottom: 1px solid #329409;
}
/* EVGENIY 5.1.2011*/
#nameSite {
	position: absolute;
	top: 30px; right: 48px;
}
#phones {
	font-family: Georgia;
	position: absolute;
	top: 120px; right: 80px;
}
#phones p {
	font-size: 20px;
	text-align: left;
}
#phones p span {font-size: 16px !important;}
#mMenu a {
	line-height: 37px; 
	font-family: Verdana; font-size: 18px; color: #fff;
	text-decoration: none;
	margin: 0 55px;
}
