@charset "utf-8";
/* CSS Document */

#container { 
	width: 960px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/ContainerBkgrnd2.png);
	background-repeat:repeat-y;
} 
#mainContent {
	margin: 10px 10px 10px 200px;
	padding: 0 10px 0 10px;
	text-align: left;
} 
