Блок main-menu не устанавливается на нужном уровне

Объясните, пожалуйста, почему, блок main-menu не устанавливается на нужном уровне.
.header {
min-height: 40px;
margin-bottom: 20px;
color: #ffffff;
}

.logo {
font-weight: bold;
float: left;
width: 230px;
text-align: center;
background-color: #333333;
color: white;
}

.contacts {
float: right;
width: 110px;
text-align: center;
background-color: #333333;
font-style: italic;
}

.about-us {
width: 230px;
margin-bottom: 20px;

}

.about-us h1 {
font-size: 20px;

}

.about-us p {
font-size: 12px;
}

.main-menu {
width: 110px;
/margin-left: 300px;/
float: right;

}

.footer {
clear: both;
background-color: #333333;
color: #ffffff;
width: 430px;
}

Для .about-us тоже нужен float.

Спасибо, все получилось.