body {
	font-family: Tahoma, Georgia, sans-serif;
	text-align: center;
	background-color: #F2EFEF;
}

div.outer {
	max-width:1030px;width:auto;
	height:100%;background:#fff;
}


:lang(ru) q:before { content: "«" }
:lang(ru) q:after { content: "»" }
html:lang(ru) :lang(en) q:before { content: "\"" }
html:lang(ru) :lang(en) q:after { content: "\"" }

/* заголовок */
div.header {
	position: absolute;
	left: 0px;
	top: 10px;
	height: 120px;
	width: 100%;
}
div.header table {
	height: 120px;
	width: 1030px;
	border-bottom: none;
	border-top: none;
	font-family: Verdana, sans-serif;
}
div.header div {
	font-size: 240%;
	font-variant: small-caps;
	text-align: left;
}

/* главное меню */
div#mainmenu {
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0px;
	top: 130px;
	z-index: 1;
}
div#mainmenu table {
	height: 30px;
	width: 1030px;
	background-color: #C4C2C2;
	font-family: Verdana, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
div#mainmenu p {
	font-weight: 600;
	font-size: 95%;
	text-align: left;
}

/* переключатель языка в меню */
td#langtd {
	font-weight: 600;
	font-size: 90%;
	font-style: italic;
	width: 40px;
}

/* основная таблица */
table#main2 {
	height: auto;
	width: 1030px;
	background-color: #D3D1D1;
	border-top: none;
	border-bottom: none;
}
/* основная ячейка */
td#tdmain {
	padding-left: 40;
	padding-right: 40;
	padding-top: 40;
	padding-down: 0; 
	vertical-align: top;
}
/* боковое меню */
td#menu2 {
	width: 150px;
	background-color: #B2B0B0;
	vertical-align: top;
}
td#menu2 hr {
	margin-left: 10px;
	margin-right: 10px;
}
p#leftmenu {
	margin: 30px 20px 30px 20px;
	font: small-caps bolder 18px Verdana,Tahoma,sans-serif;
	text-align: left;
}
p#leftmenu a {
	color: White;
}
p#leftmenu a.active1 {
	color: Black;
}
p#leftmenu a.new {
	color: #FFFFFF;
}

table {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	border: black dashed 2px;
}
table.eml {
	display: inline;
	margin: 0px;
	width: auto;
	border: none;
	vertical-align: middle;
	color: #6B77B8;
}
img {
	border: none;
}
img#tshirt {
	width: 150px;
}
h1, h2, h3, h4 {
	text-align: center;
	font-variant: small-caps;
}
h1 {
   font-weight: 700;
   font-size: 200%;
}
h2 {
	font-weight: 500;
	font-size: 152%;
	margin:30px;
}
h3 {
	font-weight: 500;
	font-size: 150%;
}
h4 {
	font-weight: 600;
	font-size: 120%;
	/*text-decoration: underline;*/
	font-stretch: extra-expanded;
	font-family: Arial, sans-serif;
}
h5 {
	/*text-decoration: underline;*/
	text-align: left;
	font-size: 120%;
	/*font-weight: 600;*/
	margin-top: 10px;
	margin-bottom: 10px;
	font-variant: small-caps;
}
h5 a {
	color: Black;
}
strong {
	font-weight: 800;
}
em {
	font-variant: small-caps;
	font-weight: 700;
	font-style: normal;
	/*letter-spacing: 1px;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p, li, h1, h2, h3, h4 {
	margin: 10px;
}
p.org {
	text-align: center;
	font-family: Arial, sans-serif;
}
li {
	list-style: disc outside;
	text-align: justify;
	font-family: Arial, sans-serif;
	margin-right: 20px;
}
p.note {
	text-align: justify;
	font-family: Arial, sans-serif;
	margin: 20px;
}
a {
	text-decoration: none;
	color: #6B77B8;
}
/*a.spec {
	color: #4F4F4F;
}
a.spec:hover {
	text-decoration: underline;
}*/

/*h5 a:hover {
	text-decoration: underline;
}
a.article:hover {
	text-decoration: underline;
}
p.article1 a:hover {
	text-decoration: underline;
}*/
a.ps {
	/*color:#9C9E9C;*/
	color: white;
}
a.ps1 {
	/*color:#6B77B8;*/
	color: white;
	font-variant: small-caps;
	font-size: 270%;
}
a.ps1:hover {
	color: Black;
}
a.ps2 {
	color: white;
}
a.ps2:hover {
	color: black;
}
a.yiddish:hover {
	color: White;
}
a.article {
  margin-left: 20px;
  /*text-align: left;*/
}

p.article1 {
	text-indent: -20px;
	text-align: left;
	margin: 0px 220px 10px 30px;
}
dl {
	margin-top: 10px;
}
dt {
	font-weight: 800;
	margin-bottom:10px;
}
dd {
	margin-left: 20px;
}