/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, and modify it to your liking.
*/

#container {
    width: 990px;
    margin: 0 auto;
}

#container .wrapper {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

#container {
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
}