/* From ALA: Fix a silly bug in Mozilla; thanks, Carey Evans */
/*
html { 
	min-width: 730px;
	 }
*/



/* Hacks for IE 5, 6 */
div#someid   {
    _margin: 0;
}


/* Hacks for IE5 */

body {
	_text-align /**/: center;
    }


/* Box model correction using underscore hack for IE 5+.
 * Special comment syntax to hide from IE6
 */

table {
	_font-size /* hide from IE6 */: 1em;
}

div#someid        {
    _width /* hide from IE6 */: 730px
    }




/* Start hiding IE Mac \*/


/* Stop hiding IE Mac */
    


