html  {
	background-color: #3f1e00;
}

body  {
	background-color: #3f1e00;
	color: #ffffce;
	font-family: "times new roman", serif;
	font-size: 20px;
	font-weight: bold;
}

a {
	color: #e32f2f;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

img	{
	border: 3px #633000 inset;
}

img#mainphoto	{
	margin: 1em;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}

h1, h2, h3, h4	{
  clear: left;
  margin: 0.5em 0;
}

h1  {
  font-size: 50px;
}

h2  {
  font-size: 35px;
}

h3  {
  font-size: 25px;
  font-style: italic;
}

div#main	{
	background-color: #ffffce;
	color: #633000;
	text-align: center;
  width: 980px;
	min-height: 100%;
	margin: 0 auto;
	background-image: url("/img/vertical-border-left.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

div#main div#right	{
	background-image: url("/img/vertical-border-right.gif");
	background-repeat: repeat-y;
	background-position: right top;
}

div#main div#top	{
	background-image: url("/img/horizontal-border-top.gif");
	background-repeat: repeat-x;
}

div#main div#top-left	{
	background-image: url("/img/top-left-corner2.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

div#main div#top-right	{
	background-image: url("/img/top-right-corner2.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

div#main div#bottom	{
	background-image: url("/img/horizontal-border-bottom.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}

div#main div#bottom-left	{
	background-image: url("/img/bottom-left-corner2.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
}

div#main div#bottom-right	{
	background-image: url("/img/bottom-right-corner2.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 70px 90px 90px 90px;
	min-height: 684px;
	height: auto !important;
	height: 684px;
}

.separator	{
	font-size: 4em;
	line-height: 0.3em;
}

.separator_smaller	{
	font-size: 2.8em;
	line-height: 0.3em;
}

ul#mainmenu	{
  font-weight: bold;
  font-size: 16px;
  margin: 1em auto;
  *padding-top: 1em;
  padding-bottom: 2em;
  *padding-bottom: 0;  
  width: 660px;
}

ul#mainmenu.russian	{
  font-weight: bold;
  font-size: 16px;
  margin: 1em auto;
  *padding-top: 1em;
  padding-bottom: 2em;
  *padding-bottom: 0;
  width: 758px;
  *width: 728px;
}

ul#mainmenu.english	{
  font-weight: bold;
  font-size: 16px;
  margin: 1em auto;
  *padding-top: 1em;
  padding-bottom: 2em;
  *padding-bottom: 0;
  width: 738px;
}

ul#mainmenu	li	{
	display: block;
	float: left;
	margin-right: 0.2em;
  padding-top: 8px;
  *padding-top: 9px;
  display: inline;
  background-image: url(../img/menu-left.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

ul#mainmenu	li, x:-moz-any-link, x:default {
	padding-top: 7px;
  *padding-top: 9px;
	
}


ul#mainmenu	li a	{
  padding-top: 8px;
  *padding-top: 9px;
  padding-left: 0.8em;
  padding-right: 0.5em;
  padding-bottom: 0.3em;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url(../img/menu-right.gif);
}

ul#mainmenu.russian	li a	{
  padding-top: 8px;
  *padding-top: 9px;
  padding-left: 0.5em;
  padding-right: 0.4em;
  padding-bottom: 0.3em;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url(../img/menu-right.gif);
}

sup  {
  font-size: 0.5em;
  *font-size: 0.8em;
}

.clear	{
	clear: both;
	line-height: 1px;
	height: 1px;
}

.article	{
	text-align: justify;
	text-indent: 2.5em;
}

table	{
	margin: 0 auto;
}

td	{
	border-top: 1px #633000 solid;
	text-align: left;
}

td.instrument	{
	width: 160px;
	vertical-align: top;
}

#songs td	{
	border-style: none;
}

.song_order	{
	border: 1px #633000 solid !important;
	padding: 0em 0.3em;
	margin: 0;
	text-align: center;
}

.album_year	{
	border-style: none;
	width: 40px;
	padding-bottom: 0.5em;
}

.album_name	{
  text-transform: uppercase;
	font-weight: bold;
	border-style: none;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
}

.album_label	{
	font-size: 80%;
	border-style: none;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 0.5em;
	padding-left: 0.8em;
}

.sep  {
	height: 0.1em !important;
	border-style: none;
	overflow: hidden;
}

li	{
	*list-style-position: inside;
}

img#toplist {
  border-style: none;
}

