
/*
 * This file is the default stylesheet for 
 * the new CSS design for the AMA site.  
 * All the global, site-wide styles are 
 * defined here.
 */

body
{	
	background-color:#D9D4B7;
	text-align:center;
}
img { margin:0; padding:0; border:0; }

ul { list-style-image:url(/images/redArrowBullet.png); }

/* **************************************** */

/* Utility Styles */
.clearBoth { clear:both; }
/* **************************************** */

/* content holder for whole page */
#content
{	
	width:980px;
	background-color:#FFFFFF;
}
/* **************************************** */