/*this css only gets used on the item with ItemID = 58 In other words, this allows us to override anything on the Contact Us page of the site*/
/*we're using the menu-dependent items module, in the customheader position to add a css file (named for the itemID) to the mix.*/
/*you can thank me for not using PHP conditionals now...*/
#content, #content .text {
	text-align:center;
	width: 780px;
}
#content .text .txt {
	width: 740px;
	padding: 0 20px 0 20px;
	text-align:center;
}

#content .text .txt table.contentpaneopen {
	margin: 0 auto;

}
