body
{
    padding: 0;
    margin: 0;
}

.top_login
{
    background-color: #000000;
    color: white;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top_header
{
    background-color: red;
    height: 90px;
    max-height: 90px;
    min-height: 90px;
}

.top_menu
{
    background-color: grey;
    text-align: center;
}

.top_menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
}

.top_menu li
{
    float: left;
}

.top_menu li a
{
    color: white;
    text-decoration: none;
    padding: 15px;
}

.top_menu li a:hover
{
    background-color: white;
    color: black;
}

.content
 {
    background-color: white;
 }

 .footer
 {
    background-color: darkgray;
 }

 .container
{
    max-width: 1000px;
    margin: 0 auto;
}

.bottom_1
{
    background-color: darkgray;
    max-height: 90px;
    min-height: 90px;
    text-align: center;
    color: white;
    display: inline-block;
}

.bottom_2
{
    background-color: darkgray;
    max-height: 90px;
    min-height: 90px;
    text-align: center;
    color: 	white;
    display: inline-block;
}

.bottom_3
{
    background-color: darkgray;
    max-height: 90px;
    min-height: 90px;
    text-align: center;
    color: white;
    display: inline-block;
}

.footer li 
{
    float: left;
    padding: 10px;
}

.footer ul
{
    list-style-position: inside;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
}

.footer link
{
    
}