@charset "utf-8";
/* CSS Document */

body{
    background-color: silver;
}
#wrapper {
    height: 1000px;
    width: 800px;
    padding: 10px;
    margin: 0 auto;
    background-color: #F4F4F4;
}

#header {
    height: 100px;
    background-image:url(https://ileki.ru/news/fon.jpg);
    background-repeat: no-repeat;
    margin-bottom: 12px;
	text-align: center;
	padding-top: 55px;
	font-weight: bold;
	font-size: 50px;
	background-color: silver;
}
    
#sidebar {
	
    height: 157px;
	width: 300px;
    background-image:url(https://ileki.ru/news/sh1.jpg);
    background-repeat: no-repeat;
    margin-bottom: 12px;
    margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	float: left;
}
    
#content {
    margin-bottom: 12px;
    width: 480px;
    height: 157px;
    margin-left:320px;
	
}


#sidebar1 {
    height: 157px;
	width: 300px;
    background-image:url(https://ileki.ru/news/bl.jpg);
    background-repeat: no-repeat;
    margin-bottom: 12px;
    margin-left: 0;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	float: left;
}
#content1 {
    margin-bottom: 12px;
    width: 480px;
    height: 10px;
    margin: 0 auto 12px 320px;
	
}


#sidebar2 {
    height: 157px;
	width: 300px;
    background-image:url(https://ileki.ru/news/mh.jpg);
    background-repeat: no-repeat;
    margin-bottom: 12px;
    margin-left: 0;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	float: left;
}

    
#content2 {
    margin-bottom: 12px;
    width: 480px;
    height: 10px;
    margin: 0 auto 12px 320px;
	
}

#footer {
    background-color: F4F4F4;
    margin-bottom: 12px;
    width: 480px;
    height: 10px;
    margin: 0 auto 12px 320px;
	
}

.clear {
    
    clear: both;
    
    
}
#color {
    
    color: black;
}
#color1 {
    
    color: red;
}