/*
LAYOUT: Two-Column Right Sidebar Fixed
DESCRIPTION: Two-column 1000px fixed layout with one sidebar right of content
*/

#header_box {clear:both; margin:0 auto; overflow:hidden; position:relative;    width:1000px;}
/* Moves the new widgetized area to the right and levels it with #branding */
#header-aside {float: right; width: 300px; padding: 44px 0 22px 0;}
#main {width:1000px; margin:0 auto; overflow:hidden; position:relative;}
#container-leader { width:970px; float:left; margin:0 15px 10px 15px; overflow:hidden;}
#container {width:970px; float:left; margin:0 15px 0 15px;}
#content-leader {width:655px; margin:10px 0 10px 0; overflow:hidden;}
#wider-content {width:655px; margin:10px 0 10px 0; overflow:hidden;}
#content {width:630px; margin:0 0 0 14px; overflow:hidden;}
#secondary {width:300px; float:left; margin: 0 0 0 -315px;}


