	/**
		© 2010 CMS Sputnik Team
	*/
	
	/* Основа */
	body {
		width: 100%;
		height: 100%;
	}
	body, th, td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #663300;
	}
	body, form, object, h1, h2, h3, h4, h5, h6, p {
		margin: 0;
		padding: 0;
	}
	img, table {
  		border: none;
	}
	table {
  		border-collapse: collapse;
	}
	table td {
  		padding: 0;
	}
	small {
		font-size: 11px;
	}
	a {
		color: #000;
	}
	a:link, a:active, a:visited {
  		text-decoration: underline;
	}
	a:hover {
  		text-decoration: none;
	}
	input, textarea {
  		margin: 0;
	}
	
	/* Заголовки */
	h1, h2, h3, h1 a, h2 a, h3 a {
		color: #663300;
		font-weight: bold;
                font-style: italic;
	}
	h1 {
		font-size: 140%;
	}
	h2 {
		font-size: 120%;
	}
	h3 {
		font-size: 110%;
	}
	
	/* Архитектура */
	#bg {
		width: 860px;
		height: 100%;
	}
	#blank {
		background: transparent url('img/full-bg.jpg') no-repeat top;
		width: 860px;
		height: 100%;
	}
	#logo {
		padding: 3em 0 0 3em;
	}
	#left {
                width: 139px;
                background: #dfdfdf;
                height: 100%;
	}
	#center {
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 8px;
                padding-bottom: 10px;
                width: 721px;
                background: white;
                height: 100%;
	}
	#footer {
		height: 1px;
	}
	
	/* Левое меню */
	.menu {
		width: 250px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.menu li {
		border-bottom: 1px dotted #ccc;
	}
	.menu li a, .menu li a:hover, .menu li a:active, .menu li a:visited {
		display: block;
		padding: 0.4em;
		margin: 0.1em 0;
		text-decoration: none;
	}
	.menu li a.select {
		background: #008bc2 url('img/menu-select-bg.gif') repeat-x;
		color: #fff;
	}