html {
    background-color: #fff;
}

body {
    margin: 0 auto;
    padding: 0 auto;
    max-width: 100%;
    font-family: "Arial", Helvetica, Arial,  sans-serif;
    font-size: 14px;
    line-height: 1.35em;
    letter-spacing: 0.1em;
    color: #454545;
    background-color: #fff; 
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
}

h1, h2, h3, h4, h5, h6 {
    color: #454545;
    font-weight: lighter;
    line-height: 1.3em;
    letter-spacing: 0.1em;
}


#wrapper {
    margin-top: 3.3em;
    margin-left: 15.3em;
    position: relative;
    top: 0px;
}  
 
#leftCol {
    margin-top: 0em;
    margin-left: 10.3em;
    position: fixed;
    top: 0px;
}
 
#rightCol {
float: right;
width: 300px;
background: yellow;
}
 
#centerCol {
clear: both;
background: green;
}



a {
    color: #454545;
    text-decoration: none;
    font-weight: lighter;
}

b, strong {
    font-weight: 600;
}

l {
    font-size: 12px;
}

samp {
    display: none;
}

img {
    background: transparent;
    border: 0px solid rgba(0, 0, 0, 0.12);
    border-radius: 0px;
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    max-width: 100%;
}



