﻿/*.outer {width:auto} just remove the width
	Width 100% is not a good idea on items with padding.
	When calculating the width, the browser takes the width of the parent element, and THEN adds padding to it.
	The result is a child object that is larger than the parent object.
	In all other circumstances, width 100% works as intended.
*/
/*.rightCol2 {width:413px}6px added due to the above issue*/
/**html .lCorner {left: -5px;top:0} Everyone hates IE6*/
/*.cbBttn {width: auto}width no longer needed due to above fix*/
/*On the too good for drugs page, do no specify an inner height on the contact person
.jailMenu {position:relative;left:0px;top:-16px;}*/
.headerImage {border: 2px solid gold; width: auto; padding: 3px; margin-top:3px; position:relative;}