﻿*	{margin:0; padding:0;}

body{
	color: #000;
	font: 14pt Arial, sans-serif;
	}


#wrapper{
		width: 960px;
		/*height: 500px;*/
		border: #090 5px solid;
		position: absolute;
		left: 50%;		
		margin-left: -480px;
		}
		
#shapka	{
		height: 220px;
		background: url(img/car.JPG);		
		}
		
#menu	{
		background: url(trail2.png) repeat-x;
		height: 80px;
		/* border-bottom: 2px #f00 solid; */
		}
		
#menu ul	{
			list-style-type: none;
			padding: 45px 0 0 20px;
			}
			
#menu li	{
			float: left;
			margin-right: 20px;
			}
		
#menu a	{
			color: #000;
			text-decoration: none;
			transition: color .5s ease;
			}

#menu a:hover	{
			color: #090;
			text-decoration: underline;
			}
	

/* 
@media screen {	
#content h1 {
			text-align: center;
			padding: 20px 0;
			font-size: 18pt;
			}
			}
			
@media print {	
#content h1 {
			text-align: center;
			padding: 20px 0;
			font-size: 18pt;
			color: #f00;
			}			
#shapka 		{display: none;}			
			}
*/
			
#content	{		
			}

#content h1	{
			text-align: center;
			font-size: 18pt;
			padding: 15px 0;
			}			
		
#content p  	{
			padding: 0 10px 10px 10px;
			text-indent: 40px; /* красная строка */
			text-align: justify;			
			}
			
.fleft	{
		float: left;
		margin: 4px 14px 0 0;
		}

/* оформление нижней части index.html */
		
#news_panel	{
			clear: left;
			}
		
#news_panel	table{
				border-collapse: collapse;
				width: 960px;
				}
				
#news_panel	td	{
				/* border: 2px solid #f00; */
				text-align: center;
				}

#news_panel	table p	{
				padding: 15px 0 10px 0;
				}
				
		