* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* Начало стилей для демонстрации на сайте CSStool.ru (их можно удалить) */
a.extend {
	width: 150px;
	display: block;
	margin: 10px 0 0;
}
a.extend:hover {
	height: 500px;
}
/* Конец стилей для демонстрации на сайте CSStool.ru */
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
		background: #25343b;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 250px solid #B5E3FF;
	border-right: 250px solid #FFACAA;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content {
	padding: 10px 20px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 230px;
	padding: 10px;
	position: relative;
	background: #B5E3FF;
	left: -250px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: right;
	margin-right: -250px;
	width: 230px;]
	padding: 10px;
	position: relative;
	background: #FFACAA;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 50px;
	background: #BFF08E;
}

.newsdate{
	color: #999999;
	font-size: 9px;
}

.newstitle{
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
}

.newstext{
	color: #333333;
	font-size: 12px;
}
