
/* #### horizontal 960-24 layout #### */

#middle_wrapper,
#branding,
#header {
 margin-left:auto;margin-right:auto;width:825px;
}

#footer_container {
}

/* content_container */

#left_sidebar_container,
#content_container,
#right_sidebar_container {
  display:inline;
  float:left;
}

.two_sidebars #left_sidebar_container,
.one_sidebar #left_sidebar_container {
 width:240px;
}

.two_sidebars #content_container {
 width:460px;
}

.one_sidebar #content_container {
 width:585px;
}


.two_sidebars #right_sidebar_container {
 width:240px; 
 float:right; /* (!) */
}

.clear,
#footer_separator {
 clear:both;
 display:block;
 overflow:hidden;
 visibility:hidden;
 width:0;height:0;
}

.clear {
  display:inline;
}

/* #### vertical layout #### */


#user_status {
 /* (?) */
}
#branding {
}
#header {
}
#footer_container {
}

