@charset "utf-8";
/* CSS Document */

body  	
	{
		padding: 0;
		text-align: center;
		color: #000000;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: auto;
		background-color: #ffffff;
		background-image: url(../images/background/bkgrnd_pattern_light.gif);
	}
		
.MAIN #container 
	{
		width: 990px;
		margin: auto; /* the auto margins (in conjunction with a width) center the page */
		border: 0px none #000000;
		text-align: left; /* this overrides the text-align: center on the body element. */
		background-color: #ededed;
		background-position: left top;
		background-repeat: repeat;
	} 
	
.MAIN #header 
	{
		width: 990px;
	} 

.MAIN #animations 
	{
		width: 990px;
	} 

.MAIN #footer 
	{
		height: 25px;
		padding-top: 8px;
		padding-right: 30px;
		background-image: url(../images/footer.gif);
		font-size: 0.8em;
		padding-left: 30px;
	} 
