html, body {
	background: #FFFFFF;
	position:relative; 
	font-family: Verdana;
	font-size: 12px;
}
a:link {
	color: #FF0033; /* Цвет ссылок */
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #00CC66;
}
a:active {
	color: #00CC66;
}

#all {
	text-align:justify;
	margin:0 auto;
	width:1000px;
}

.head {
	display:block;
	height:120px;
	padding:1px;
	text-align:center;
	border-bottom: 1px solid black;
}

#container {
	padding-top: 10px;
	position:relative; 
	display:block; 
	border-left:solid 33% #5d9ce7;
	border-right:solid 33% #5de797;
}
#inner {
	display:block;
	position:relative;
	padding:1px;
}

#left {
	float:left; 
	position:relative; 
	width:30%;
	left:0px;
	
}
#right {
	float:right; 
	position:relative; 
	width:30%;
	right:0px;

}
#center {
	margin-left:32%;
	margin-right:32%;
	position:relative; 
	display:block;
	height:1%;
	padding: 5px;
	font-size: 16px;
}
.clear {
	clear:both;

}

h1 {
	font-size: 60px;
	font-family: Verdana;
}

li {
	list-style-type: square;
}

blockquote {
	
	border-left: solid 1px #eee;
	margin: 5px 5px;
	padding-left: 10px;
	font: italic 14px Georgia;
}

.adv {
	font-size: 9px;
	text-align: center;
}

ul {
	margin-top: 0em;
	padding: 0px;
}

.bukvico {
	font-size: 300%; /* Размер шрифта буквицы */
	float: left; /* Выравнивание по левому краю */
	padding-right: 3px; /* Отступ между буквицей и текстом */
	line-height: 35px; /* Положение символа */ 
}

h2 { margin-bottom: 5px; }

.foot {
	display:block;
	height:30px;
	padding:1px;
}

