/* CSS Document */
body
    {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Sans-Serif;
	background-color: #B0B0B0;
    }
p, pre, h2
    {
    padding: 5px 20px 10px 20px; 
    margin: 0px;
	text-align: justify;
	text-indent:20px;
	 }
	 
#content * a:link {
	color: blue;
	text-decoration: none;
}
#content * a:visited {
	color: #666666; 
	text-decoration: none;
}
#content * a:hover {
	color: #c4c4c4; 
	background-color: #666666;
}
h1 {
    padding: 5px 15px 5px 15px;
    margin: 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    background-color: #666666;
    text-align: right;
    }
h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: #993300;
    }
pre
    {
    font-size: 11px;
    color: #000040;
    font-family: Courier, Monospace;
    }
img 
	{ 
	vertical-align: top; 
	}
#leftmenu
    {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 10px;
	width: 180px;
    }
#rightmenu
    {
	position: absolute;
	padding: 0;
	margin: 0;
	right: 0;
	width: 200px;
    }
#content
    {
	margin: 0px 200px 0px 200px;
	border-left: #666666 1px solid;
	border-right: #666666 1px solid;
	background-color: #EEEEEE;
	min-height: 500px;
	height: auto !important;
	height: 500px;
    }
.left_menu{
	display: block;
	background-image: url(../images/m-bg.gif);   /*Это путь к картинке, которая будет у вас первой т.е. неактивной*/
	width: 180px;
	height: 28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	font-size:14px;
	text-decoration: none;   /*Это означает, что ссылка будет без подчёркивания*/
	line-height: 26px;
	text-indent: 30px;
	font-style: normal;
	font-weight: bold;
	background-repeat: no-repeat;
	padding: 0;
}
a.left_menu:hover{
	display: block;
	width: 180px;
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	font-size:14px;
	text-decoration: none;
	line-height: 26px;
	background-image: url(../images/m.gif); /*Это путь к картинке, которая будет заменять первую при наведении*/
}
.bottom {
	color: #666666;
	font-size: 12px;
	text-align: center;
}
.news {
	font-family: Times New Roman, Arial, Helvetica;
	color: #111111;	
}
