body			{
				background-image: url('../paco/bg.jpg');
				background-repeat: repeat;
				background-attachment: scroll;
				margin: 0; padding: 0;
				background-color: #006801;
				}

#main			{
  				background-image: url('../paco/pattern.gif');
				//background-image: url('../paco/patt6ern.gif');
				background-repeat: repeat;
				background-attachment: scroll;
				background-position: 0 0;
				width: 100%;
				border: 0;
				}

/* шапка */

#header			{margin: 57px 0 0px 17px; //margin-left: 38px;}
img.cover		{
				border-style: solid;
				border-color: black;
				border-width: 5px;
				float: left;
				}

div.tabs		{
				margin: -22px 0 10px 50.15%;
				//margin: 0px 0 10px 11%;
				//position: absolute;
				//top: 211px; //left: 40%;
				width: 380px; //width: 385px;
				height: 30px;
				}


div.tabs p		{
				background-color: black;
				font-family: Tahoma;
				font-size: 9pt !important;
				color: #656565;
				padding: 9px 13px !important;
				float: left;
				margin: 0 !important;
				}

div.tabs p a	{
				color: #555555 !important;
				text-decoration: none !important;
                border-bottom-style: solid;
				border-bottom-width: 1px;
				border-bottom-color: #555555 !important;
				}

div.tabs p a:hover	{
				color: #555555 !important;
				text-decoration: none !important;
                border-bottom-style: solid;
				border-bottom-width: 1px;
				border-bottom-color: black !important;
				}

p				{font-family: Tahoma, Sans-Serif;}



div.one			{
                width: 90%; //width: 90%;
				background-color: black;
                margin: 20px 20px 0px 4%;
				padding: 2px 20px 26px 8px;
				}

div.one h1		{
				color: white;
				font-family: Tahoma, Serif;
  				font-size: 18pt;
				font-weight: normal;
				margin: 10px 0 0px 40px;
				text-transform: uppercase;
				line-height: 1.0; //line-height: 1.5;
				}

div.one h1 span.author	{
  				font-family: Georgia;
				font-size: 10pt;
				font-weight: bold;
				font-style: italic;
				color: #dddddd;
				text-transform: none;
				}

div.one h1 span.author a	{
  				text-decoration: underline;
				border: 0;
				color: #dddddd;
				}

div.one h1 span.author a:hover {
  				text-decoration: none;
				}


div.one h1 a	{
  				color: white;
				text-decoration: none;
				border-bottom-style: solid;
				border-bottom-color: black;
				border-bottom-width: 1px;
				}

div.one h1 a:hover	{
  				color: white;
				text-decoration: none;
				border-bottom-style: dashed;
				border-bottom-color: #525252;
				border-bottom-width: 1px;
				}


div.one h1.off a	{
  				color: white;
				text-decoration: none;
				border-bottom-style: dashed;
				border-bottom-color: black;
				border-bottom-width: 1px;
				}

div.one h1.off a:hover	{
				border-bottom-style: dashed;
				border-bottom-color: #525252;
				}

div.one h1.on a	{
  				color: white;
				text-decoration: none;
				border-bottom-style: dashed;
				border-bottom-color: #525252;
				border-bottom-width: 1px;
				}

div.one h1.on a:hover	{
				border-bottom-color: black;
				}



div.one h1 sup	{
  				color: #c6c4c4;
				font-size: 10pt; //font-size: 11pt;
				font-family: Georgia, Sans-Serif;
				font-style: italic;
				font-weight: bold;
				text-transform: none;
				margin-top: 4px;
				}

div.one h1 span	{color: #a0a0a0;}


div.one div.s			{
  						margin: 1.5em 10px;
						}


div.one p				{
						font-family: Tahoma, Serif;
						font-size: 9pt;
						line-height: 1.7;
						color: #aeaeae;
						padding: 0px 10px 15px 40px;
						max-width: 60em;
						}

div.one p.chorus		{
  						margin-left: 20px;
						font-style: italic;
						}


div.one p span.couplet	{
  						font-family: Georgia;
						font-size: 10pt;
						font-weight: bold;
						font-style: italic;
						color: #525252;
						margin-left: -18px;
						line-height: 0;
						}


div.one p a				{
						color: #aeaeae;
						text-decoration: underline;
						}

div.one p a:hover		{
						text-decoration: none;
						}


div.pic					{
  						margin: 20px 0 40px 40px;
						width: 600px;
						}

div.pic img, div.pic a img		{
  						border-style: solid;
						border-color: #626262;
						border-width: 1px;
                        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
						-moz-opacity: 0.5;
						-khtml-opacity: 0.5;
						opacity: 0.5;
						}

div.pic a:hover img 	{
						filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
						-moz-opacity: 1;
						-khtml-opacity: 1;
						opacity: 1;
						}


