@charset "windows-1251";
body
	{
	background:url("bokf.jpg");
	margin:0pt;
	}

h1, h2 {text-align:center;
	color:purple;
	font-family:Times New Roman;
	}
h3 {text-align:center;
	color:#9933CC;
	}

h4 {
	margin:15;
}
a:hover {color:#9955CC;}
a:link {color:#660099}
A:visited {color:#990099}

#head {
	background-image:url("fon.gif");
	filter:shadow(color="#9966ff");
	cursor:pointer;
	width: 100%;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;

	box-shadow: 0 5px 20px #888;
	-webkit-box-shadow: 0 5px 20px #888;
	-moz-box-shadow: 0 5px 20px #888;
	height: 30px;
	}

#head a {
	text-decoration:none;
	}

.fixed {
	position: fixed;
	top: -5px;
	left: 0;
	width: 100%;
	line-height: 30px;

	box-shadow: 0 0 40px #222;
	-webkit-box-shadow: 0 0 40px #222;
	-moz-box-shadow: 0 0 40px #222;
}

#head ul {
	padding: 0px;
	margin:0;
}

#head ul li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
	padding: 0px;
	font-weight:900;
	font-family:Verdana, Times New Roman;
	text-align:center;
	width:100%;

}

table#in td {
	background-image:url("bokf.jpg");
	border:inset 0;
	border-color:#9933CC;
	padding:10;
	margin:30;
	}

img {
	border:0;
	border-style:outset;
	border-color:#9933CC;
	vspace:10;
	}

p {
	font-size:12;
	text-align:justify;
	font-family:Verdana;
	text-indent:15pt;
	margin:10;
	}
.pre {
	font-size:10;
	text-align:right;
	font-family:Verdana;
	}
.pr {
	font-size:14;
	text-align:center;
	font-family:Verdana;
	color:purple;
	}
div {text-indent:20pt;}
ul#molot {list-style-image: url(num.gif);}
ul li {
	list-style-image: url(uk.gif);
	text-align:justify;
	font-family:Verdana;
		}

ol li {
	font-size:12;
	text-align:justify;
	font-family:Verdana;
	margin:5pt;
		}

#spis {
	border: 1px solid #000;
	margin: 2em;
	width: 10em;
	padding: 5px;
}

#footer {
	font-size: 10px;
	width: 100%;
	text-align:center;
}

/* И немного для бокса твиттера */
			.tweetBox {
				padding:0 50px;
				border: 1px solid #aaa;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				width:400px;
				background:white;
				min-height:250px;
				margin-left:200px;
			}

			.tweetItem {
				overflow:hidden;
				margin-bottom:22px;
			}

			.tweetItem img {
				float:left;
				margin-right:10px;
			}

			.inner {
				padding-top:30px;
				padding-left:40px;
			}

			.tweetBoxTitle {
				font-size:18px;
				line-height:1.4em;
				margin-bottom:10px;
			}

