html {
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

body {
    width: 100%;
    height: 100%;
}

.wrapper {
    width: 764px;
    margin: 20px auto;
    height: auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 155px;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
    width: 100%;
    padding: 0;
    position: relative;
}

.middle:after {
    display: table;
    clear: both;
    content: '';
}

.container {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;

}

.content {
    height: 100%;
    padding: 10px 0 10px 160px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
    float: left;
    width: 150px;
    margin-left: -100%;
    position: relative;
    padding: 10px 0 0 0;
}

.menu ul {
    text-decoration: none;
    float: left;
}

.menu li {
    display: block;
    width: 134px;
    margin: 15px auto;
    padding: 0;
    border: 0;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    width: 764px;
    margin: 15px auto;
    height: 100px;
    position: relative;
    padding: 10px 0;
}
