/*
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:auto; float:none; margin:0 15px 0 15px;}
#container {width:970px; float:left; margin:0 15px 0 15px;}*/
#container {width:auto; float:left; margin:0 15px 0 15px;}
/* for IE6 double margin float job*/
* html #container {display: inline;}
#content-leader {width:655px; margin:10px 0 10px 0; overflow:hidden;}
/*#wider-content {width:655px; margin:10px 0 10px 0; overflow:hidden;}*/
#wider-content {width:655px; margin:10px 0 10px 0;  float:left;}
/*#content {width:600px; margin:0 0 0 29px; overflow:hidden;}*/
#content  {width:600px; margin:0 0 0 30px; float: left;}
/* for IE6 double margin float job*/
* html #content {display: inline;}
/*#secondary {width:300px; float:left; margin: 0 0 0 -315px;}*/
#secondary {width:300px; margin: 0 15px 0 0; float:right;}

