* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 14px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: none;
}
p {
	margin: 0 0 18px; text-indent: 10px;
}
img {
	border: none ;
}
input {
	vertical-align: middle;
}
#wrapper {
	min-width: 1000px;
	max-width: 1500px;
	margin: 0 auto;
	
}

/* Header  
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	background: url(img/ffffff.jpg) repeat-x; 
}
/* баннер в хедере */
.ban_1 {
    width:120px; 
	height:50px;
	float:left;
	position:relative;
	top:20px;
	left:30px; 
	
}
/* end  */
/* начало главного меню */
#menu1
 {
	border-left: 2px solid #40F31F;
	border-right: 2px solid #40F31F;
	width: 800px;
	height: 55px;
	background: #2F86CF repeat-x;
	position:relative;
	left:300px;
	top:20px;
	bottom:;
}
	#menu a {
	float: left;
	width: 120px;
	height: 32px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding-top: 20px;
	margin: 0 10px;
}
/* цвет фона под ссылкой */
	#menu a:hover{
	width: 120px;
	height: 35px;
	color: #C72020;
	text-decoration: underline;
	background: #FFFFFF  repeat-x;
} 
/* определяет стиль для активной ссылки */
	#menu a:active{
	width: 120px;
	height: 30px;
	color: #CCCCCC;
}
/* ссылки, уже посещённые пользователем, и задаёт для них стилевое оформление */
	#menu a:visited{
	width: 120px;
	height: 30px;
	color: #DDDDDD;
} 
/* конец главного меню */
/*-- логотип для сайта -- */
	#logo {
	  width:200px;
	  height:60px;
	  float:left;
	  border:1px solid black;
	  position:relative;
	  left:5px;
	  text-align:center;
}
<!-- end -->
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 80px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 240px;
}
 /* бегущая строка */
#stroka { 
    width:auto; 
    height:auto; 
	border:none; 
	float:none; 
}
/* end */
/* Sidebar Left
-----------------------------------------------------------------------------     */
#sideLeft {
	float: left;
	width: 200px;
	height: 500px;
	margin-left: -100%;
	position: relative;
	background-image:url(img/fon-125-21.jpg);
}
/* Меню левого сайдбара для удобства редактирования расположено горизонтально */
	#sidebarLeft {
	float:none;
	width:170px;
	padding: 5px 5px 5px;
	margin-top:5px;
	margin-bottom:5px;
	}
	#sidebarLeft ul {
	margin:10px 0;
	padding:0;
	}
	#sidebarLeft li {
	list-style:none;
	padding:0 0 0 5px;
	}
	#sidebarLeft  li:hover {
	color: #26170A;
	background: url(img/menu3.gif) 0 -32px;
	}
	#sidebarLeft a:hover {
	text-decoration:none;
	color:#FFFFFF;
	font-size: 16px;
	font-weight: bold;
	}
	#sidebarLeft li a {
	height: 32px;
	color: #36170A;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	}
	#sidebarLeft li a:active {
	color: #11010A;
	background: url(img/menu3.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	#sidebarLeft li a:link, #menu li a:visited {
	color: #117870;
	display: block;
	background: url(img/menu3.gif);
	padding: 8px 0 0 10px;
	}
	/* Конец меню левого свйдбара */
/* боковые баннер */
	#banner:img {  
    width:120px; 
	height:120px; 
	border:1px solid #0000CC;
}
/* end */
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 50px;
	background-image:url(img/footert.jpg);
	font-size: 14px;
}