/* Force browsers to strip away defaults */
*{
margin: 0px;
padding: 0px;
}

/* Force IE to remove img link border */
a, img {
border:none;
}

body {
font-family: 'Abel', arial, serif;
background-color: #FFFFFF;
}

.container-main{
margin: 0px auto;
width: 1330px;
height: auto;
min-height: 1200px;
background-color: #FFD663;
}

.container-head{
width: 1330px;
height: auto;
min-height: 150px;
background-color: #FFFFFF;
}

.container-sidebar{
float:left;
width: 300px;
min-height: 1050px;
background-color: #FFFFFF;
}

.container-page{
float:left;
padding-left: 60px;
width: 970px;
min-height: 1050px;
background-color: #FFFFFF;
}

p.w {
width: 620px;
font-size: 20px;
font-weight: 100;
line-height: 32px;
font-family: 'Abel', arial, serif;
}

h1{
color: #040D14;
font-size: 40px;
font-weight: 100;
font-family: 'Abel', arial, serif;
}

b{
font-weight: 700;
}


.menu{
margin-left: auto;
margin-right: auto;
border-bottom-width: 0;
width: 300px;
}

.menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 300px;
}

.menu a{
font-size: 20px;
display: block;
color: #383F47;
padding: 8px 16px;
text-decoration: none;
}

.menu a:hover{
    background-color: #e2e2e2;
    color: #383F47;
}

