.first
{
	background-color: blue;
    float: left;
    width: 100%;
    height: 35px;
}
.logo
{
	background-color: blue;
    height: 96px;
    width: 20%;
    float: left;
}
.banner
{
	background-color: white;
    width: 100%;
    height: 130px;
}
.b1
{
    background-color: white;
    float: left;
    width: 15%;
    height: 96px;
}
.b2
{
    background-color: white;
    float: left;
    height: 96px;
    width: 62%;
}
.nav1
{
    background-color: white;
    height: 60px;
}
.nav2
{
    background-color:black;
    float: left;
    height: 452px;
    width: 450px;
}
.nav3
{
    background-color: white;
    float: left;
    height: 452px;
    width: 883px;
}
.slidebar1
{
    background-color: white;
    float: left;
    height: 30px;
    width: 100%;
}
.slidebar2
{
    float: left;
    background-color: white;
    height: 430px;
    width: 150px;
}
.LI-profile-badge
{
    float: left;
    background-color: white;
    height: 430px;
    width: 340px
}

.slidebar3
{
    float: left;
    background-color: white;
    height: 430px;
    width: 843px;
}
}