Sorry, der Link passt nicht. Ich kopiere das direkt ein:
* GENERAL STRUCTURE
******************************************/
#header { height: auto; margin-bottom:5px; }
#headerwidgets { float: right; margin-top: -100px; position:relative; z-index:999; }
.header_widget { color: #888; margin-bottom:5px; text-align:right; }
#page { /*the main container*/ width:960px; margin:0 auto; font-size:1em; background:#FFF; padding: 10px 20px 35px 20px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4); }
#content { width:64.5833%; float:left; }
.left { float:left; }
.right { float:right; }
#sidebar {/*you guessed it: it´s the sidebar container*/ width: 31.25%; float:right; }
#leftcol {/*the left homepage column carrying the "Featured Article" section*/ width:48%; margin-right:4%; }
#leftcol, #rightcol { float:left }
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/ width:48%; text-align:justify; }