 
html { text-align:center; }
 
body {
	padding:0;
	margin:0;
	text-align:center; }
 
#wrapper {
	position:relative;
	width:958px;
	margin:0 auto;
	text-align:left; }
 
div#content {
	position:relative;
	width:940px; }
 
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:720px; }
 
/* =si.clear_children */
.pc, .sc {
	position:absolute;
	top:2px;
	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 */
