html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body {
    background: url('css/images/bg03.jpg');
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 9pt;
    line-height: 1.65em;
    letter-spacing: 0;
    color: #444;
    overflow-y: scroll;
    width: 100%;
    margin: 0;
    padding: 0;
}
p, ul, ol, dl, table {
    margin-bottom: 1em;
}
#main-wrapper {
    background: url('css/images/bg01.jpg');
    border-bottom: solid 1px #d9d9d9;
    text-shadow: 1px 1px 0px #fff;
    font-weight: 400;
    padding: 3em 0 3em 0;
    box-shadow: inset 0px 5px 20px 0px rgba(0,0,0,0.2);
}
.container, .fixed-container {
    padding: 0;
    margin: 0 auto;	
}
.box {
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    margin-top: 5px;
}
#content .box {
    margin-bottom: 5px;
    margin-top: 0;
}
.box-content {
    font-size: 1.1em;
    letter-spacing: -0.025em;
    line-height: 2em;
    padding-bottom: 3em;
}
.box-standard {
    border: solid 1px #d7d7d7;
    padding: 20px;
    padding-bottom: 20px;
    background: #fff;
}
h1 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
h2 {
    font-size: 16px !important;
    letter-spacing: -0.02em;
    color: #313131;
    margin: 0 0 1.25em 0;
    font-weight: 400;
}
.box-standard h2, .account #sidebar h2, #main-wrapper #breadcrumbs {
    background: url('css/images/bg07.jpg') center center repeat-x;
    position: relative;
    left: -20px;
    top: -20px;
    padding: 15px 20px 12px 20px;
    margin: 0 -40px 0 0;
    border-bottom: solid 1px #d7d7d7;
    box-shadow: inset 0px 0px 0px 1px #fff;
    text-shadow: 1px 1px 0px #fff;
    line-height: 22px;
}
.cloudflare-message {
    border: 1px solid #BBB;
    background: #EFEFEF;
    padding: 20px;
    margin: 10px 0;
}
.container {
    max-width:1200px;
}
ul {
    margin-left: 40px;
}