/*Imports Remaining Styles; Will be read by >=IE4; >NN4*/
@import url("position.css");
@import url("color.css");
@import url("type.css");
/* ========== START OF NORMALIZATION PROCESS ========== */
*{ 
margin: 0; 
padding: 0; 
}
ol, ul{ 
list-style : none 
}
fieldset, img{ 
border : 0; 
}
/* ========== START OF LAYOUT MARKUP ========== */
html{ 
text-align: left;
}
body{ 
position : relative; 
width : 800px; 
text-align : left;
}
/* ========== BRANDING ========== */
div#branding{ 
width : 100%;
}
/* ============ CONTENT ========== */
div#content{
position : relative; 
width : 100%;
}
/* ========== CONTENT (MAIN) ========== */
div#content_main{ 
}
/* ========== CONTENT(SUB)========== */
div#content_sub{
}
/* ========== SITE INFO ========== */
div#site_info{
width : 100%;
}
/* ========== INMAN HACK ========== */
.cm,.cs { position: absolute; top: 0; left: 0;}
.cm { width: 590px; left: 210px;}
.cs { width: 200px; left: 0px;}
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

