@import url(../common/common.css);


/*This id can change based on teh TabName. Just copy the CSS, change the bg image, and the id is the tab name (minus spaces and lowercase)*/
#standard-wrapper{height:100%; min-height:344px; background-image: url(images/standard_nomenu_bg.jpg); background-repeat:no-repeat;
	
	padding-top:20px;
	
	}
	
	
	#content-container
{
	margin-top: 80px;
	margin-left: 100px;
	font-weight: bold;
	
}

.content-pane 
{	
	float:left; 
	margin: 20px 100px 100px 0px; 
	width: 793px; 
	padding: 0px 12px 100px 0px;
	min-height:344px;
}







