body, html{
margin:0px;
padding:0px;
}
p {text-align:justify;}
h1{ text-align:center;}

a:link {
color: blue ;
}
a:visited {
color:blue;
}
a:hover {
color:red ;
text-decoration:none;
}
a:active {
color:blue;
text-decoration:none;
}
.conteiner{
width:800px;
margin:0 auto;
margin-top:20px;
margin-bottom:50px;
min-width:400px; 
}

.left{
width:200px;
float:left;
}

.img{
width: 200px;
height: 300px;
}

.imgg{
width: 200px;
}

.header{
margin-left:230px;
height: 260px;
}
.sapka{
margin-left:230px;
border-bottom: 3px solid red;
}

.text{
margin-left:230px;
}
.clear{
height:0;
font-size:1px;
line-height:0px;
clear:both;
}

.footer{
border-top: 3px solid red;
}