body {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	background:
		url("i/gradient.png") /* Путь к графическому файлу */
		repeat-x; /* Повторяем фон по горизонтали */
	text-align: left; /* Выравнивание блока по центру */
}

#layer1 {
	z-index: 1; /* Порядок слоев */
	/* width: 100%; */ /* Ширина слоя с фоном */
	/* height: 100%; */ /* Высота слоя с фоном */
	position: relative; /* absolute; */ /* Абсолютное позиционирование */
	/* left: 0; */ /* Положение от левого края окна */
	/* top: 0; */ /* Положение от верхнего края */
}

#layer2 {
	position: relative; /* absolute; */ /* Абсолютное позиционирование */
	z-index: 2; /* Порядок слоев */
}

p,ul,ol {
	color: black;
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, "Lucida Sans", Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	text-align: justify;
}

h1
{
	text-align: center;
	font-family: "Trebuchet MS", "Courier New", Verdana, Arial, Tahoma, Geneva;
	font-weight: bold;
	font-size: 180%;
}
h2
{
	text-align: left;
	font-weight: bold;
}

a {
	color: black; /* white; */
	text-decoration: none;
}

a.menu {
	color: white;
	text-decoration: none;
	font-size: 17px;
}

a:hover {
	color: yellow;
	text-decoration: none;
}

/*
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
*/

.contenttable /* , .contenttable TD, .contenttable TH */
{
	background-color: white; /* yellow; */
	background-image: url('i/gradient_content.png');
	background-repeat: repeat-x;
	color: black;
	padding: 10px;
}

.aright {
	text-align: right;
}

.aleft {
	text-align: left;
}

.acenter {
	text-align: center;
}

.menu
{
	text-align: left;
	/* font-weight: bold; */
	font-size: 120%;
	color: white;
}

.logo
{
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, "Lucida Sans", Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	color: white;
	margin-left: 10pt;
}

.contacts
{
	/* vertical-align: baseline; */
	text-align: center;
	font-size: 90%;
	/*
	position: absolute;
	*/
	color: black;
}

.contacts_par_email
{
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	color: yellow;
}

.bottom
{
	text-align: center;
	font-size: 70%;
	color: black;
}

.menu_item {
	line-height: 11pt";
}

.cwhite {
	color: white;
}
.cyellow {
	color: yellow;
}
.cblack {
	color: black;
}