html{
text-align: center;
background: white;
font-family: arial;
font-size: 13px;
}

img{
border: none;
}

ul{
list-style-type: none;
padding: 0;
margin: 0;
}

li{
padding: 0;
margin: 0;
}

a{
color: maroon;
font-weight: bold;
text-decoration: none;
}

iframe{
border: 0px;
}

#layout{
text-align: left;
width: 960px;
margin: auto;
margin-top: 15px;
margin-bottom: 15px;
background: white;
}

#top{
height: 100px;
background: honeydew;
position: relative;
}

#top iframe{
width: 960px;
height: 100px;
}

#left{
float: left;
width: 200px;
background: honeydew;
padding-top: 10px;
}

#left li{
padding-left: 20px;
}

#left iframe{
width: 200px;
height: 2000px;
}

#right{
float: right;
width: 750px;
padding-top: 10px;
}

#right img{
float: left;
margin-right: 10px;
}

#right p{
text-align: justify;
padding-right: 10px;
}

#right hr{
margin-right: 10px;
}

#bottom{
clear: both;
background: honeydew;
height: 100px;
}

#bottom iframe{
width: 960px;
height: 150px;
}

.polozka{
margin-bottom: 10px;
}

.clear{
clear: both;
height: 0;
line-height: 0;
font-size: 0;
}