* {
   margin: 0px;
   padding: 0px;
}

body {
	background: #f8f9fa url(images/body.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1c562e;
}
  
/* Page */  
  
#page {
	margin: 0 auto;
	background: #f8f9fa;
	padding-left: 0px;
	padding-right: 0px;
	width: 970px;
	text-align: justify;
}

img {
	border: none;
}

/* Header */

#header {
	height: 400px;
	text-align: right;
	background: url(images/header.jpg) no-repeat;		
}

/* Logo */

#logo {
                width: 970px;
                height: 380px;
                text-align: left;
                padding-left: 20px;
                padding-top: 20px;
}

#logo h1, h2 {
                display: none;
                font-size: 12px;
}

/* Menu */

#menu {
                width: 970px;
                height: 37px;
                padding-left: 0px;
                background: url(images/menu.gif) no-repeat;
}

#menu ul {
	list-style: none;
}

#menu li {	
	display: inline;
}

#menu a {
	float: left;
	width: 170px;
	height: 27px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #1c562e;
	background: url(images/img03.jpg) no-repeat right 50%;
	padding-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#menu .last a {
	background: none;
}

#menu a:hover {
	width: 170px;
	height: 37px;
	color: #778899;
	text-decoration: none;
	background: url(images/menu_r.gif) repeat-x;
}

/* Search */

#poiskD {float: right; padding: 8px 18px 0 0; }

#poiskT {
                width:170px; 
	background: #ECF9E4; 
	border: 1px solid #d3d3d3;
	height:19px;
	}
#poiskS {
	height: 21px;
	margin-left: 2px;
	border: 1px solid #d3d3d3;
	background: #e6e6fa;
	color: #006633;
	width: 60px;
}

/* Content */

#content {
               width: 970px;
               padding-top: 90px;
}

#content p, #content ul, #content li, #content ol {
	line-height: 1.7em;
}

#content a:hover {
	color: #2e8b57;
}


#content h3 {
	margin: 0;
	padding: 0px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1c562e;
	text-transform: uppercase;
	font-weight: bold;
}


#content h4 {
	margin: 0;
	padding: 0px;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1c562e;
	text-transform: uppercase;
	font-weight: normal;
}

#content h5 {
	margin: 0;
	padding: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1c562e;
	text-transform: uppercase;
	font-weight: normal;
}


#left {
	width: 240px;
}

#left a {
	color: #4169e1;
	font-size: 70%;	
	text-decoration: none;
                text-transform: uppercase;
}


#left li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
                color: #1c562e;
	text-transform: uppercase;
                text-decoration: none;
	letter-spacing: 2px;
                
}

#left li a:hover {
	color: #4169e1;
}

#left ul {
                width: 210px;
	margin: 0;
                padding-top: 50px;
	list-style: none;
	line-height: normal;
}

#left li {
	margin-bottom: 10px;
                padding: 0px 0px 8px 0px;
	padding-left: 15px;
                border-bottom: 1px #BDBDBB dotted;
                background: url(images/img05.jpg) no-repeat left 5px;
                font-weight: normal;
	font-size: 70%;
}

#news h4 {
	margin: 0;
	padding-top: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1c562e;
	text-transform: uppercase;
	font-weight: normal;
}

#news a {
	color: #4169e1;
	font-size: 85%;	
	text-decoration: none;
	font-weight: bold;
                text-transform: uppercase;
}

#news a:hover {
	color: #2e8b57;
}

#news p {
                width: 180px;
                padding: 0;
	font-size: 85%;
}

#right {
                float: right;
                width: 670px;
                padding-right: 10px;
}

#right a {
	color: #4169e1;
	text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right ol, #right ul {
   margin-left: 30px;
}

/* Footer */

#footer {
	clear: both;
	width: 970px;
	height: 70px;
	margin: 0 auto;
	padding-top: 30px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 70%;
	color: #4f4f4f;
	text-transform: uppercase;
	font-weight: normal;
}

#footer a {
	color: #778899;
	text-decoration: none;
}

#legal {
	float: left;
}

#links {
	float: right;
}

