/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 21, 2014, 4:21:28 PM
    Author     : NguyenHuy
*/


/*-------------- Wrapper ------------------------- */
* {
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font: 12px/18px Arial, sans-serif;
}
.wrapper-content {
    min-width: 960px;
    max-width: 1252px;
    margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 150px;
    background: #FFE680;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
    width: 100%;
    position: relative;
}
.middle:after {
    display: table;
    clear: both;
    content: '';
}
.container-fixed {
    width: 100%;
    float: left;
    overflow: hidden;
}
.content {
    padding: 0 265px 0 265px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
    float: left;
    width: 245px;
    height: 1162px;
    margin-left: -100%;
    position: relative;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
    float: left;
    width: 245px;
    margin-left: -245px;
    position: relative;
}

/* ----------------------------------------------------------------------*/