@import url(color.css);
@import url(typography.css);

html {
text-align: left;
}

body {
position: relative;
width: 900px;
margin: 0;
text-align: left;
border-top: 0;
}

div#content {
position: absolute;
width: 100%;
}

div#content_main {
left: 26%;
width: 74%;
padding: 0 0 1em 0;
}

div#content_sub {
left: 0;
width: 26%;
padding: 0;
}

div#branding, div#nav_main, div#site_info {
width: 100%;
}



/* INMAN CLEARING */
.pc,.sc { position: absolute; top: 0; left: 0;} 
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */