/* header
-------------------------------------------------------------- */
#header { height: 110px; }

/* top bar
-------------------------------------------------------------- */
#top-bar { height: 33px; background: #483939; }

/* core
-------------------------------------------------------------- */
#core { margin-top: 30px; }

/* content section
-------------------------------------------------------------- */
#content-section { float: right; width: 750px; }

/* left section
-------------------------------------------------------------- */
#left-section { float: left; width: 150px; }

/* footer
-------------------------------------------------------------- */
#footer { margin-top: 15px; padding-bottom: 20px; font-size: 0.9em; }

