
.clrFlt{
	clear:both;
}

#pf_wrapper{
	margin:0px auto;
	width:80%;
}

#pf_header {
    width: 100%;
}
#pf_navigation{
    width: 100%;
}

#pf_breadcrumb{
    width: 100%;
}

#pf_mainContent {
	display: table;
}

#pf_mainContent div#pf_leftBar, #pf_mainContent div#pf_rightBar, #pf_mainContent div#pf_contentArea {
	display: table-cell;
}

#pf_leftBar {
    width: 20%;
}

#pf_contentArea{
	width: 60%;
}
#pf_rightBar{
    width: 20%;
}

#pf_footer{
    width: 100%;
}
