/*   Wonder of Christmas Style Sheet   Version 2.1         wocstyles.css  */

		body 		{
			text-align: center;
			margin: 0;
			background-color:gray;
		}
		div#container 		{
			width:594px;
			padding: 0px;
			line-height:150%;
			background-color:white;
			text-align: center;
		}

		img#nav {
			border: none;
			float: center;
			margin-bottom:20px;
		}

		p {
			border: 0;
			margin: 0;
		}

		h3 {
			font: bold 18px Arial, Helvetica, sans-serif;
    }
		h4 {
			font: 14px Arial, Helvetica, sans-serif;
		}

		img#content {  /* seems to not work??? */
			border: solid black 2px;
			margin-top: 20px;
			margin-left: 20px;
		}

		div#content p {
			font-family: verdana;
			font-size: 12px;
			line-height: 1.3em;
		}
		
		p.indented {
			text-align: left;
			text-indent: 75px;
			vertical-align:middle;
		}