Впишите сюда текст; также, отключить форматирование текста можно, начав строку с 4х пробелов
/* Общие стили для документа и блоков, менять не надо */
body {
width: 450px;
margin: 0;
padding: 10px;
font-family: Arial, sans-serif;
font-size: 14px;
}
.logo,
.contact,
.about-us,
.main-menu,
.footer {
padding: 10px 20px 10px 20px;
background-color: #f5f5f5;
border: 2px solid #cccccc;
}
/* Собственные стили блоков */
.header {
min-height: 40px;
margin-bottom: 20px;
}
.logo {
float: left;
background: #333333;
color: white;
text-align: center;
width: 230px;
font-weight: bold;
}
.contacts {
float: right;
width: 110px;
text-align: center;
background-color: #333333;
color: #ffffff;
font-style: italic;
}
.about-us {
width: 230px;
margin-bottom: 10px;
float:left;
}
.about-us h1 {
font-size:20px;
}
.about-us p {
font-size: 12px;
}
.main-menu {
width: 110px;
float:right;
}
.footer {
float:left;
width:400px;
margin-top: 20px;
background-color:#333333;
color:#f5f5f5;
}