* {
	margin: 0;
	padding: 0;
	/*border: 0*/
}
body {
	font-family: Tahoma;
	font-size: 11px;
}
a {
	color: #00adef
}
h1 {
	width: 286px;
	height: 90px; /*51*/
	margin-left: 0px;
	background: url(/images/logo.png) left  center no-repeat
}
h1 span {
	display: none
}
h2 {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #3281cd
}

h3 {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: italic;
	color: #7E7979
}

ul, ol {
    margin-left: 20px;
}


#

#container {
	/*width: 963px;*/
	width: 945px;
	margin: 0 auto;
}
#quick-links {
	position: absolute;
	top: 47px;
	margin-left: 320px;
	z-index: 1
}
	#quick-links a {
		display: block;
		float: left;
		margin: 0 15px;
	}
	
	
#langs {
	position: absolute;
	margin: 20px 0 0 30px
}
	#langs a {
		padding: 2px 6px;
		text-transform: uppercase;
		background: #fff
	}
	#langs a.active {
		text-decoration: none;
		color: #fff;
		background: #003366
	}


#menu {
	line-height: 28px;
	font-size: 12px;
	font-weight: bold
	/*border: #f00 1px solid*/
}
	#menu a {
		padding: 7px 10px;
	}
	#menu a.active {
		text-decoration: none;
		color: #fff;
		background: #003366					
	}


#content {
	margin-top: 20px;
}
.column {
	float: left;
	width: 290px;
	margin-bottom: 40px
}
.block {
	padding: 10px
}


/* style->p->Параграф */
/* style->h2->Заголовок 1 */
/* style->h3->Заголовок 2 */


.content_quote {		/* style->.content_quote->Цитата */
	padding:		15px;
	background-color:	#DDD;
}


		