@charset "UTF-8";
/* CSS Document */

.jjcss #container {
	width: 847px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 