	/* Основа */
	body {
		width: 100%;
		height: 100%;
		border: none;
	}
	body, th, td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #6b6b6b;
	}
	body, form, h1, h2, h3, p, object {
		margin: 0;
		padding: 0;
	}
	img, table {
		border: none;
	}
	table {
		border-collapse: collapse;
	}
	table td {
		padding: 0;
	}
	a:link, a:active, a:visited {
		color: #000;
		text-decoration: underline;
	}
	a:hover {
		color: #000;
		text-decoration: none;
	}
	input, textarea {
		margin: 0;
	}
	h1, h2, h3 {
		font-weight: normal;
                color: #0000aa;
	}
	h1 {
		font-size: 140%;
                
	}
	h2 {
		font-size: 120%;
                
	}
	h3 {
		font-size: 110%;
	}
	small {
		font-size: 11px;
	}
	
	/* Архитектура */
	#blank {
		background-color: #fff;
		border-left: 1px solid #aac5e0;
		border-right: 1px solid #aac5e0;
		width: 1180px;
		height: 100%;
	}
	#header {
		background: url('img/head.jpg') no-repeat;
		width: 1181px;
		height: 236px;
	}
	#left {
		padding: 20px;
	}
	#center {
		padding: 20px 0;
		width: 100%;
	}
	#right {
		padding: 20px;
	}
	#menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
		width: 200px;
	}
	#menu ul ul {
		display: none;
		position: absolute;
        margin-left: 202px;
        //margin-left: 0;
	}
	#menu li {
		clear: both;
	}
	#menu a {
		background-color: #c1d8ee;
		border: 1px solid #aac5e0;
		font-size: 15px;
		padding: 7px;
		text-decoration: none;
		display: block;
		float: left;
		width: 186px;
	}
	#menu a:hover {
		background-color: #5974c4;
		color: #fff;
	}
	#footer {
		background-color: #c0e4f4;
		border-top: 2px solid #e9aaeb;
		height: 1px;
	}
	#footer td {
		padding: 10px;
	}
#sel a {
font-weight: bold;
}