/*******************************************************************************
 *                                                                                                       *
 *   Стилевой файл для тестовой странички стилей                       *
 *                                                                                                       *
 *******************************************************************************/

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

a {
    color: #2F9F2A;
}

a:visited {
    color: #E49C00;
}
/* Контейнеры
-----------------------------------------------------------------------------*/

#container_2 {
    margin: auto;
    width: 800px;
   background:  url("bg.gif");
}

#container {
    text-align: left;
    background:  url("bg2.gif") no-repeat top left;
}

/* Верхняя шапка
-----------------------------------------------------------------------------*/

#header {
    margin: 5px;
	width: 800px;
    height: 25px;
}

#header h1 {
	margin: 0px;
	display: none;
}
/* Основное меню
-----------------------------------------------------------------------------*/

#menu {
	margin-top: 5px;
	width: 800px;
	float: none;
	text-align: center;
}

#menu a {
    font-family: Verdana, san-serif;
    font-size: 10pt;
    color: #666666;
    text-decoration: none;
}

#menu a:hover {
    color: #ffffff;
    background-color: A5C82D;
}
#menu2 {
	margin-top: 10px;
	margin-left: 1px;
	width: 170px;
	float: left;
	text-align: left;
}
#menu2 ul {
    margin: 0px 0px 0px 15px;
    padding-left: 0px;
}

#menu2 ul li {
	list-style: none;
	border-bottom: 1px #c0c0c0;
}

/* Текст странички
-----------------------------------------------------------------------------*/

#content {
	margin-right: 0px;
	float: right;
	text-align: left;	
	}
#content ul {
	list-style: disc;
	}
	#content h2 {
	margin-top: 0px;
	text-align: center;
	color:A5C82D;
	border-bottom: #AA8800 2px solid;
	margin-left: 10px;
}
#content p{
	text-align : justify;
	margin-left: 10px;
}
/* Нижняя шапка
-----------------------------------------------------------------------------*/

#footer {
	width: 800px;
	clear: both;
	background: url("footer.gif") ;
	margin-top: -7px;
	}

#footer p {
    text-align: right;
    padding-right: 60px;
    padding-top:2px;
}

