/* GLOBAL RESET ---------------------------- */

body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }

address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }

ol, ul { list-style: none; margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; font-weight: normal; font-style: normal; }

acronym, abbr, fieldset, img { border: 0;}

:focus { outline: 0; }




/* BASE STYLE ---------------------------- */

body { background: #FFF; font-size: 75%/1.5em Arial, sans-serif; color: #333;  }

p { margin-bottom: 1em; }


#container { left: -92px; margin: 0 auto; position: relative; width: 600px; }
 
#content { width: 560px; background: #ececec; padding: 20px; }
 
#sidebar-container { position: absolute; right: -184px; top: 0; width: 171px }
#sidebar { width: 171px; height: 195px; background: #333; top: 100px; position: absolute; color: #FFF; }
