/* Eric Meyer's reset style! 
-----------------------------*/
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,
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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* dando's override! 
-----------------------------*/

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/* Struttura di Base 
-----------------------------*/

body {
    background: #000 url("img/bg_page.png") repeat-x left top;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

h1, h2 {
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

#global_nav {
/*    border: 1px solid red;*/
    height: 25px;
    margin: 0 auto;
    width: 860px;
}

#wrapper {
    background: url("img/bg_wrapper.png") no-repeat center top;
    clear: left;
    margin: 0 auto;
    padding-top: 10px;
    width: 880px;
}

#masthead {
    clear: both;
    height: 110px;
    margin: 0 auto;
    width: 860px;
}

#container {
    background-color: #FFF;
    clear: both;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 860px;
}

div.left_col {
    float: left;
    width: 230px;
}

div.right_col {
    float: left;
    width: 630px;
}

#main {
/*    border: 1px solid red;*/
    padding: 15px 20px 5px 15px;
}

#leftbar {
    background: url("img/bg_leftbar.png") no-repeat center top;
    padding: 25px 15px;
    margin: 10px 0 0 15px;
    /* IE HACK */
    min-height: 300px;
    height: auto !important;
    height: 300px;    
}

#footer {
/*    border: 1px solid red;*/
    margin: 10px auto 20px;
    width: 860px;    
}

/* Utilities 
-----------------------------*/

div.killer, dd.killer {
    clear: both;
    font-size: 1px;
}