/* CSS Document */

#main {
	background-image:url("../images/portfolio_tab.gif");
	line-height:140%;
}

#main p a {
	text-transform:none;
	color:white;
	}

#main p a:hover {
	text-transform:none;
	color:#ff9a02;
	}

#story1 {
	width:590px;
	height:457px;
	left:151px;
	border-left:1px solid #666666;
	padding:0 0 0 15px;
	}
	
#black_box {
	height:497px;
	width:774px;
	padding:0;
}

* html #black_box {
    width:776px; /* for IE5 and IE6 in quirks mode */
  }

#footer {
	top:652px;
}
	
.stats {
	position:absolute;
	top:398px;
}

.stats .label{
	width:295px;
}

.stats .prop{
	width:255px;
}

* html .stats .label {
    float:left; /* for IE5 and IE6 in quirks mode */
  }
  
 * html .stats .prop {
    float:left; /* for IE5 and IE6 in quirks mode */
  }