body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	color:white;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}
body {
	font: 12px/22px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background:url(img/bg.jpg) rgb(000,000,000) top center no-repeat;
}
a {
	font-size:16px;
	color: yellow;
	outline: none;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: red;
}
/* Начало стилей для демонстрации на сайте CSStool.ru (их можно удалить) */
a.extend {
	width: 150px;
	display: block;
	margin: 10px 0 0;
}
a.extend:hover {
	height: 500px;
}
a:visited {
	color: orange;
}
/* Конец стилей для демонстрации на сайте CSStool.ru */
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	
	background: url(img/l1.jpg);
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 250px solid transparent;
	border-right: 250px solid transparent;
	padding:10px;
	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: 0 20px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 250px;
	position: relative;
	/*background: #B5E3FF;*/
	left: -250px;
	padding:10px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: right;
	margin-right: -250px;
	width: 250px;
	position: relative;
	padding:10px;
	/*background: #FFACAA;*/
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 200px;
	/*background: #BFF08E;*/
}

hr {
	height:15px;
	background: url(img/hr.jpg)
}


h1 {font-size:32px; line-height:36px;}
h2 {font-size:24px; line-height:28px;}
h3 {font-size:18px; line-height:22px;}

li {margin-bottom:8px;}