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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 100%;*/
    background: transparent;
}
body {
    line-height: 1;
}
p{
    margin:0 0 10px 0;
    padding:0;
    line-height:140%;}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
/* :focus {
    outline: 0;
} */

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    /*border-collapse: collapse; it makes a bug */
    border-spacing: 0;
    font-size:0.923em
}
em{
    color:#F00;
    font-style:normal}
/* layout.css IS FOR LAYOUT DECLERATIONS ONLY. ANY OTHER STUFF SHOULD GO TO style.css */

body {
    background: #e1e2e3 url('../images/design/background-gradient.png') top repeat-x;
    color: #201c20;
    font-family: Arial, sans-serif;
    font-size: 0.813em;
    line-height: 125%;
}

#jump, #back-to {
    display: none;
}

.container{
    width:1000px;
    margin:0 auto;
    position:relative;
    }

#header {
    background: url('../images/design/header-bg.png') right bottom no-repeat;
    overflow: hidden;
    padding: 0 16px 0 15px;
}

#sidebar {
    float: left;
    width: 265px;
}

#wrapper {
    background: #fff;
    overflow: hidden;
}
#content {
    margin: 0 0 0 265px;
}
#main{
    width:500px}
#main,#mainin {
    float: left;
    padding: 34px 0 0 0;
    /*width: 68%;*/
}

#mainin {
    padding: 20px 0 30px 0;
    width:735px;
}

#right-sidebar {
    float: right;
    padding: 34px 0 0;
    width: 31%;
}
