@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)*/
#client-wrapper{height:100%;background-image: url(images/clients_bg.jpg); background-repeat:no-repeat}

#left-side{float:left; width:213px; margin:51px 0 0 37px }

#TitlePane
{
	float: left;
	padding-left: 45px;
	width: 675px;
}

#columnwrapper
{
	float: left;
	padding-top: 20px;
}

.content-pane 
{	
	float:left; 
	margin: 0px 25px 30px 38px; 
	width: 926px; 
	padding: 0px 12px 0px 0px;
}


