/* $Id: main.css 654 2005-06-10 22:12:05Z brent $ */

@import url(nav.css);
@import url(banner.css);
@import url(extra.css);

/* Center and set a fixed width. */
body
{
	text-align: center;		/* IE is evil, part 1 */
	font-size: 81%;
}
/* body */
#evil-container 
{
	text-align: left;		/* IE is evil, part 2 */
	margin: 5px auto;
	width: 752px;
	

	/* Needed to get rid of a minor rendering nit */
	/* (see brentdax.com/css/vleft) */
    /* IE/Mac has its own bug that can't be allowed to see this.
       BEGIN IE/Mac HACK \*/
    position: relative;
    /* END IE/Mac HACK */
	/*font-size: smaller;*/
	font-family: Arial, Helvetica, sans-serif;
}

/* Padding to hold it out from the edges. */
#body 
{
	padding: 1em 15px 0;
}