@import url(reset.css);
@import url(typography.css);
@import url(color.css);
 
html { text-align:center; }
 
body {
	padding:0;
	margin:0; }
 
#container {
	position:relative;
	width:940px;
	margin:0 auto;
	text-align:left; }
 
div#content {
	position:relative;
	width:100%; }
 
div#content_main {
	width:75%;
	left:0;
	margin-top:2.5em; }
 
div#text_main {
	width:48.4%;
	left:0; }
 
div#text_sub {
	width:48.4%;
	left:51%; }
 
div#content_sub {
	position:absolute;
	width:23.6%;
	left:76.6%; }
 
/* =si.clear_children */
.pc, .sc {
	position:absolute;
	top:0;
	left:0; }
 
.clear_children,.cc_tallest { position: relative; }
 
/**/
* html .clear_children { display: inline; }
 
/* PREVENTS MISSING CHILDREN IN IE WIN 5.0 */
.cc_tallest:after { content: ''; }
 
/* PREVENTS A REDRAW BUG IN SAFARI */
