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




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


/* Hacks for IE5 */

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


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

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


div#footer    {
    _border-top: 1px solid #ccc;
    _margin /* hide from IE6 */:/* hide from IE5.5 */ 0 0 -12px 0;
    _padding /* hide from IE6 */:/* hide from IE5.5 */ 10px 40px 10px 40px;
    }

div#menubar       {
    display: block;
    _width /* hide from IE6 */: 690px
    }



/* Start hiding IE Mac \*/


/* Stop hiding IE Mac */
    


