
/* проект */

table.people    {
                border: collapse;
                width: 80%;
                margin: 0;
                padding: 0;
                margin-top: 40px;
                }

    .people td  {
                vertical-align: top;
                width: 50%;
                padding-bottom: 40px;
                }

    .people p   {
                color: white;
                font-size: 85%;
                line-height: 1.6;
                margin: 10 30 0 60;
                padding: 0;
                }

   p.mynameis   {
                font-family: Georgia;
                font-size: 11.5pt;
				margin-top: 0px;
                padding: 0px;
                }


   p.hello  	{
                font-family: Georgia;
				font-size: 14pt;
				font-style: italic;
				width: 75%;
                }



p	            {
		    	margin: 0 0 2em 0;
			    padding: 0;
			    color: white;
			    font-size: 11pt;
	        	}

h3              {
		    	font-size: 11pt;
		    	color: #eebf89;
		    	padding-bottom: 0px;
		    	margin-bottom: 0.6em;
		    	margin-top: 50px;
		    	font-weight: normal;
		    	line-height: 1.2em;
	        	}

h5              {
		    	font-size: 11pt;
		    	color: white;
		    	padding-bottom: 0px;
		    	margin-bottom: -0.8em;
		    	margin-top: 50px;
		    	font-weight: bold;
		    	line-height: 1.2em;
				margin-left: 6px;
	        	}

h4              {
		    	font-size: 13pt;
		    	color: white;
		    	padding-bottom: 0px;
		    	margin-bottom: 0.9em;
		    	margin-top: 50px;
		    	font-weight: bold;
		    	line-height: 1.2em;
	        	}



ul.vox			{
				margin: -0.9em 0 4em 20;
				padding-left: 20px;
				font-size: 11pt;
				line-height: 1.5;
			}

ul.vox li		{
				margin-top: 1.4em;
				padding-left: 5px;
				list-style-image: url('/paco/bullet.gif');
			}

ul.vox span.artdate	{
    			margin-left: -1em;
			}



/* голосование */

table.vox			{
					background-image: url('/paco/vox.jpg');
					background-repeat: repeat;
					background-attachment: scroll;
					background-position: 0% 0%;
					margin-top: 4em;
					margin-bottom: 4em;
					border: 1;
					width: 600;
				}

table.vox p			{margin: 5px;}

table.invox			{
					margin-top: 0px;
					width: 100%;
					border: 0;
				}

table.invox td		{
					padding-left: 5px;
					border-style: none;
				}

p.opnion			{font-size: 11.5pt;}
td.voxtitle			{margin: 0px; padding-bottom: 10px;}

table.invox img		{vertical-align: top;}


td.voxtitle	p		{
					font-size: 15pt;
					font-family: Georgia;
					font-weight: bold;
					text-align: center;
				}

p.first				{margin: 0 20 0 30;	}
p.second			{text-align: center; font-weight: bold;}
p.third				{margin-left: 0px; margin-right: 0; color: #ddc7b8;}

p.total				{margin: 0 20 0 30; color: #b07c5a;}
p.totalnum			{text-align: left; color: #b07c5a;}

p.copyright			{font-size: 70%; text-align: center; color: #a0785a;}
p.copyright a		{color: #a0785a;}
p.copyright a:hover	{text-decoration: none;}


img.las				{padding-right: 100;}
